@charset "Shift_JIS";

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

/*main
--------------------------------------------------------------------------------------------------------------*/
#contents p {
	margin-bottom: 10px;
}
#contents strong {
	font-weight: normal;
	color: #df0024;
}
#contents dl {
	margin-bottom: 10px;
}
#contents dl dt {
	background: url(img/bgdt.gif) no-repeat 0 4px;
	padding-left: 17px;
	font-size: 108%;
	font-weight: bold;
}
#contents dl dd {
	margin: 0 0 10px 1em;
}
