@charset "utf-8";
/* CSS Document */

.koan_box01 {
	background:url(../img/bg_koan.jpg);
	text-align:center;
	padding-top:50px;
}

.koan_box02 {
	background:#fdd000;
	color:#2d287f;
	padding:30px 0 50px 0;
}
.koan_box02 h3 {
	background:#2d287f;
	color:#fdd000;
	font-size:1.4em;
	padding:10px;
	margin-bottom:30px;
}
.box_l {
	width:30%;
	float:left;	
}
.box_r {
	width:60%;
	float:right;	
}
#contents .box_r p{
	font-size:1.4em;
}

.boxw {
	width:700px;
	margin:0 auto;
	padding-bottom:30px;
}

