@charset "UTF-8";

#main_cont{
	width:580px;
	color:#4F4F4F;
}

*html #main_cont{
	width:570px;
	color:#4F4F4F;
}

#sub_title{
	font-size:16px;
}

dl{
	width:580px;
	margin-top:10px;
}

dt{
	color:#43091B;
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #43091B;
}

*html dt{
	width:570px;
}

dd.sub{
	font-weight:bold;
}

dd.text{
	line-height:14pt;
	margin-bottom:20px;
	font-size:12px;
}

dd.text p{
	color:#43091B;
	font-weight:bold;
}


