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

@import url("reset.css");
@import url("layout.css");
@import url("wysiwyg.css");

@import url("header.css");
@import url("sidebar.css");
@import url("footer.css");

html{
	color:#4B3C39;
}

html a {
	color:#926942;
}

#wrapper01{
	background:url(../common_mw/common_bg_01.png) repeat-x 0px 0px #fff;
	min-width:965px;
}

#wrapper02{
	background:url(../common_mw/common_bg_02.png) repeat-x 0px bottom;
	min-width:965px;
}

#mainarea{
	width:965px;
	margin:0px auto 60px;
}

#mainarea .shadow{
	background:url(../common_mw/shadow.png) repeat-x bottom;
	padding-bottom:5px;
}

#mainarea .wrap01{
	border:1px solid #D9CAB1;
	background:url(../common_mw/wrap_bg_01.png);
	padding:3px;
}

#mainarea .wrap01 .wrap02{
	border:1px solid #D9CAB1;
	background:#fff;
}


#content{
	float:left;
	width:750px;
}

#content .bottom_box01{
	width:750px;
}

#content .bottom_box01 .wrap02{
	padding:13px 16px;
}

#content .bottom_box01 .wrap02 .bt_box01 dl{
	width:145px;
	_height:100px;
	min-height:100px;
	float:left;
	padding-left:101px;
	padding-right:15px;
	position:relative;
}

#content .bottom_box01 .wrap02 .bt_box01 dl dt {
	margin-bottom:10px;
	font-size:1.2em;
}

#content .bottom_box01 .wrap02 .bt_box01 dl dt a{
	background:url(../common_mw/arrow_01.png) no-repeat 0px 50%;
	padding-left:20px;
	font-weight:800;
}

#content .bottom_box01 .wrap02 .bt_box01 dl dt a img{
	position:absolute;
	left:0px;
	top:0px;
}

#content .bottom_box01 .wrap02 .bt_box01 dl dd{
	line-height:1.3em;
}

#content .bottom_box01 .wrap02 .bt_box02 {
	float:right;
	border:1px solid #BFB4A6;
	text-align:center;
	padding:1px;
}

#content .bottom_box01 .wrap02 .bt_box02 p{
	padding:5px 0px;
}


	






