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

#imagearea{
	padding-bottom:15px;
	margin-bottom:15px;
}

#content .news_topics{
	position:relative;
	height:300px;
	overflow:hidden;
}

#content .shadow {
	height:259px;
}

#content .news_topics .tabNav {
	position:absolute;
	top:0px;
	left:0px;
}

#content .news_topics .tabNav li{
}

#content .news_topics .tabNav .li01{
}

#content .news_topics .tabNav .li02{
}

#content .news_topics .tabNav li a{
	display:block;
	width:166px;
	height:27px;
	position:relative;
	z-index:0;
	cursor:pointer;
}

#content .news_topics .tabNav .li01 a{
	position:absolute;
	top:7px;
	left:373px;
	background:url(../img/index_bg_02_on.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/index_bg_02_on.png", sizingMethod="scale");
}

#content .news_topics .tabNav .li01 a.active{
	background:url(../img/index_bg_02.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/index_bg_02.png", sizingMethod="scale");
	z-index:1;
}

#content .news_topics .tabNav .li02 a{
	position:absolute;
	top:7px;
	left:511px;
	background:url(../img/index_bg_03_on.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/index_bg_03_on.png", sizingMethod="scale");
}

#content .news_topics .tabNav .li02 a.active{
	background:url(../img/index_bg_03.png) no-repeat;
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./img/index_bg_03.png", sizingMethod="scale");
	z-index:1;
}

#content .news_topics .tabNav li a:hover{
}

#content .news_topics .box01{
	padding:20px 24px;
	margin-right:1px;
	border:1px solid #D5CFC6;
	border-top:0px;
	background:#F8F5ED;
	
	height:218px;
	overflow:auto;
	overflow-y:scroll;
}

#content .news_topics .box01 dl{
	zoom:1;
	position:relative;
	padding-left:90px;
	margin-bottom:8px;
}

#content .news_topics .box01 dl dt {
	font-size:1.2em;
	font-weight:800;
	color:#926F4D;
}

#content .news_topics .box01 dl dt a {
	color:#926F4D;
}

#content .news_topics .box01 dl dt img{
	position:absolute;
	left:0px ;
	top:5px;
}

#content .news_topics .box01 dl dd{
	line-height:1.4em;
}

#content .slidebox{
	height:80px;
	position:relative;
	padding:0px 12px;
	background:#D8D4C7;
	margin-bottom:17px;
}

#content .slidebox .banner_area{
	padding-left:8px;
	padding-top:5px;
	overflow:hidden;
	/*width:1600px;
	margin-right:-1000px;*/
}

#content .slidebox .banner_area li{
	float:left;
	margin-right:8px;
}

#content .slidebox ul .left{
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
}

#content .slidebox ul .right{
	position:absolute;
	top:0px;
	right:0px;
	cursor:pointer;
}

