@charset "UTF-8";
/* h4
--------------------------------------------------*/
#contents_area h4 {
	border-bottom:solid 1px #000099;
	width:790px;
	font-size:1.3em;
	color:#000099;
	margin:0 auto 5px auto;
	padding:5px;
}
/* text
--------------------------------------------------*/
#contents_area p.text {
	width:780px;
	font-size:1.2em;
	line-height:1.5em;
	color:#666666;
	margin:0 auto 10px auto;
	padding:0 10px;
}
/* dl
--------------------------------------------------*/
#contents_area dl {
	width:765px;
	margin:10px 0 10px 15px;
	padding:0 10px;
}
#contents_area dl dt {
	font-size:1.2em;
	line-height:1.5;
}
#contents_area dl dd {
	font-size:1.2em;
	line-height:1.5;
	color:#666666;
	margin-bottom:5px;
}
