@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#main h2 {
	background: url(img/tit.gif) no-repeat;
	width: 580px;
	height: 30px;
	margin: 14px 0 10px;
	text-indent: -9999px;
}

/*main
--------------------------------------------------------------------------------------------------------------*/
#main dl {
	width: 580px;
}
#main dl dt {
	float: left;
	clear: both;
	width: 90px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#main dl dd {
	margin: 0 0 10px 95px;
	line-height: 1.4;
}
