@charset "Shift_JIS";

/*title
--------------------------------------------------------------------------------------------------------------*/
#contents h2 {
	background: url(img/title.jpg) no-repeat;
}

/*main
--------------------------------------------------------------------------------------------------------------*/
#contents strong {
	font-weight: normal;
	color: #df0024;
}
#contents dl {
	margin-top: 10px;
}
#contents dl dt {
	float: left;
	width: 60px;
	margin-bottom: 10px;
	clear: both;
	letter-spacing: 0.2em;
}
#contents dl dd {
	border-left: 1px solid #000;
	margin: 0 0 10px 60px;
	padding-left: 10px;
}
