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

#content{
	margin-bottom:-30px;
}

#content .tabbox{
	
	height:63px;
	background:url(../img/index_bg_01.png) repeat-x 0px 33px;
}

#content .tabbox ul{
	padding-left:30px;
}

#content .tabbox ul li{
	float:left;
}

#content .box01{
}

#content .box01 .tabNav{
	width:180px;
	float:left;
}

#content .box01 .tabNav li {
	zoom:1;
	margin-bottom:10px;
}

#content .box01 .tabNav li a{
	display:block;
	border:#D8D2C8 2px solid;
}

#content .box01 .tabNav li a.active{
	border-color:#AE8355;
}

#content .box01 .box02{
	float:right;
	width:557px;
	font-size:1.2em;
}

#content .box01 .box02 dl{
	position:relative;
	_height:145px;
	min-height:145px;
	padding-left:230px;
}

#content .box01 .box02 dl dt{
	font-size:1.166em;
	font-weight:800;
	color:#926942;
	margin-bottom:10px;
}

#content .box01 .box02 dl dd img{
	position:absolute;
	left:0px;
	top:0px;
}

#content .box01 .box02 .shadow div{
	border:1px solid #ccc;
	padding:1px;
}

#content .box01 .box02 .shadow div h2{
	padding:2px 3px;
	background:url(../img/index_bg_02.png) repeat-x 0px 0px;
}

#content .box01 .box02 .box03{
	margin-bottom:30px;
}

#content .box01 .box02 .box03 ul{
	list-style-type:square;
}


