/*------------------------------*/
/*---------CSS Document---------*/
/*------------------------------*/

/*---------customize-----------*/
.topic h2,.topic h3{
	color:#999;
}
/*------------------------------*/

/*-------------wrapper------------*/
h1,h2,h3,h4,h5,h6,p{
	width:auto;
	margin:0px;
	padding:0px;
}
#wrapper{
	background:#fff;
	/*background:url("../images/css_index.gif") top center repeat-y;*/
}
#submenu{display:none;}
#main {
	float:right;
	width:946px;
	padding:0px 0px 20px 0px;
	background:#fff;
}

/*-------------#top_flash------------*/
#top_flash{
	float:right;
	width:946px;
	height:255px;
	margin:0px;
	padding:0px;
	background:#aaa;
}
#top_flash object{
	width:100%;
	height:100%;
}
/*--------------top_banne-------------*/
#top_banner{
	float:right;
	width:215px;
	margin:40px 10px 0px 0px;
	padding:0px;
}
#top_banner img{
	width:100%;
	margin:0px;
	padding:0px;
}


/*------top_topics---------*/
#topic{
	display:inline;
	float:right;
	width:180px;
	margin:20px 10px 0px 0px;
	padding:30px 18px 20px;
	background:url("../images/t_topics.gif") top left no-repeat;
	border-bottom:solid 1px #CCC;
}
#topic .visit{display:none;}
#topic h2, .topic h3,.topic p{
	clear:both;
	float:left;
	display:block;
	width:180px;
	padding:0px;
}
#topic h2, .topic h3{
	margin:5px auto;
	font-size:1em;
	line-height:1em;
	border:0px;
	background:none;
}
#topic p{
	margin:0px auto;
	font-size:0.85em;
	line-height:1.4em;
	color:#666;
}
.topics_link{
	float:right;
	text-align:right;
	font-size:12px;
	color:#a70000;
}
#topic_flash{
	float:left;
	width:180px;
	height:135px;
	background:#aaa;
}
#topic_flash object{
	width:180px;
	height:135px;
}
/*------news_continue---------*/
.news_continue{
	float:left;
	display:inline;
	width:460px;
	margin:10px 0px 0px 20px;
	padding:0px;
	line-height:1.2em;
	font-weight:bolder;
	color:#f00;
}
.news_continue fieldset legend{
	margin:0px 20px;
	padding:1px 10px;
	background:#fff;
}
.news_continue fieldset{
	margin:0px;
	padding:10px;
	border-collapse:collapse;
	border-spacing:0px;
	background:#fff;
	border:1px #d00 solid;
}
/*------new---------*/
.new{
	float:left;
	display:inline;
	width:460px;
	margin:20px 0px 0px 20px;
	padding:0px;
	background:url("../images/t_new.gif") top center no-repeat;
}
.new h1{display:none;}
.new table{
	clear:both;
	margin:0px;
	border-top:1px #999 solid;
}
.new table td{
	padding:3px;
	border-bottom:1px #999 solid;
}
.new_link{
	float:right;
	font-size:0.85em;
	color:#a70000;
	margint:0px;
	padding:0px 10px;
	line-height:30px;
}

