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

#sidebar{
	display:none;
}

#content{
	width:965px;
	margin-top:5px;
}

#content .tabbox01{
	position:relative;
}

#content .tabbox01 h1{
	margin-top:10px;
}

#content .tabbox01 .tabNav {
	position:absolute;
	left:635px;
	top:220px;
	width:350px;
	height:380px;
	overflow:hidden;
	margin-right:-20px;
}

#content .tabbox01 .tabNav li {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}

#content .tabbox01 .tabNav li a{
	display:block;
	border:#D6D4C6 2px solid;
	padding:1px;
}

#content .tabbox01 .tabNav li a.active{
	border-color:#926942;
}

#content .box01{
	border-bottom:1px dotted #DFD9CE;
	padding-bottom:30px;
}

#content .box01 div{
	width:569px;
}

#content .box01 div p{
	font-size:1.2em;
}






