@charset "utf-8";
/* CSS Document */
/* コンテンツ ------------------------------------------------------------------ */
div#contents h2 {
	font-size:18px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	border-left:7px solid #d00;
	margin:7px 0 10px 0;
	padding:5px 0 3px 14px;
}

div#contents h3 {
	font-size:16px;
	margin:10px 0 10px;
	padding:7px 0 5px 45px;
	/*	border-bottom:1px solid #666;*/
	background-image: url(../bin/record/h3-back.png);
	background-repeat: no-repeat;
	color: #039;
}

div#contents div.syusi {
	width:480px;
	margin:0 auto;
	padding:20px;
	border:solid 1px #ede;
	background:#efe;
}

div#contents ul {
	margin:0 0 0 28px;
	padding:0;
}
div#contents ul li {
	margin:0;
	padding:0;
}

div#contents div.imgarea {
	padding:3px;
	margin:3px 5px;
	float:left;
	text-align:left;
	border:1px solid #39c;
	background:#dfe;
}

div#contents p.break {
	clear:both;
	border-bottom:1px dashed #666;
	margin:0;
	padding:3px 7px;
	text-align:center;
}


