@charset "utf-8";
/* CSS Document */

/* container
---------------------------------------------------------------------------------------- */
#container h3{
	margin:0px 0px 15px 0px;
}

#container ol.question{
	margin:0px 20px 30px 20px;
}

#container ol.question li{
	border-left:3px solid #2C5079;
	background:url(../../common/images/dot.gif) repeat-x left bottom;
	margin:0 0 10px 0;
	text-align:left;
	padding:0 0 5px 10px;
}


#container div.line{
	margin:0 auto 30px auto;
	height:5px;
	background: url(../images/line01.gif) top no-repeat;
}

#container .box01{
	background:#efefef;
	margin:0px 20px 20px 20px;
	padding:25px 25px 15px 25px;
}

#container .box01 h3{
	font-size:110%;
	color:#2C5079;
	font-weight:bold;
	background:url(../../common/images/dot.gif) repeat-x left bottom;
	margin:0px 0px 10px 0px;
	text-align:left;
}

#container .box01 p{
	text-align:left;
	margin:0px 0px 0px 25px;
	text-indent:-25px;
}

#container .box01 p.bttop{
	text-align:right;
}
