@charset "utf-8";

/* TOP
************************************************** */
#top_flash {
	width:100%;
	height:258px;
	background:#eee;
	text-align:center;
}

#top_non_flash {
	display:block;
	width:100%;
	height:258px;
	background:url(../../imgs/top_flash_main.jpg) center top no-repeat;
}


/* banners */

#top_banners {
	margin-bottom:15px;
}

#top_banners ul li {
	float:left;
	margin-right:15px;
}


/* topics */

#top_topics {
	clear:both;
	width:654px;
	margin-bottom:20px;
	padding-bottom:9px;
	background:#f5e2bf url(../../imgs/top_topics_bottom.gif) left bottom no-repeat;
}

#top_topics_le {
	float:left;
	width:89px;
}

#top_topics_ri {
	float:left;
	position:relative;
	width:556px;
	background:url(../../imgs/top_topics_bg.gif) left top repeat-y;
}

#top_topics_btn {
	position:absolute;
	left:400px;
	top:10px;
	z-index:2;
}

#top_topics_tx {
	padding:8px 16px 12px 20px;
	background:url(../../imgs/top_topics_tx_bottom.gif) left bottom no-repeat;
}


/* news */

h3 {
	margin-bottom:12px;
}

#top_news {
	clear:both;
	margin-bottom:12px;
	background:url(../imgs/dot_h.gif) left bottom repeat-x;
}

#top_news dl {
	clear:both;
	width:654px;
	background:url(../imgs/dot_h.gif) left top repeat-x;
	line-height:1.5em;
	zoom: 100%;
	display:inline-block;
}
#top_news dl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

#top_news dt {
	float:left;
	width:100px;
	padding:10px 0;
	font-weight:bold;
}

#top_news dd {
	float:right;
	width:550px;
	padding:10px 0;
}