@charset "Shift_JIS";

/*about.css*/

/*------------------------------------------------------------w850px ボックス外枠*/
.contents{
	margin:0 0 0 15px;
}

/*------------------------------------------------------------w283px ボックス*/
.box{
	width:283px;
	height:255px;
	background:url(../../about/img/bg_box.gif) no-repeat 0 0;
	float:left;
}
.box h2{
	font-weight:bold;
	font-size:16px;
	color:#704620;
	background:url(../img/line01.gif) repeat-x bottom;
	margin:15px 30px 0 15px;
	padding:0 0 5px 0;
}
.box p{
	margin:10px 30px 0 15px;
	padding:0 0 5px 0;
}