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

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

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

/*--------------top_banne-------------*/
#top_banner{
	float:right;
	width:213px;
	margin:20px 10px 0px 0px;
	padding:0px;
}
#top_banner img{
	width:100%;
	margin:0px 0px 10px;
	padding:0px;
}
#top_count{
	width:36px;
	height:9px;
	float:right;
	margin:5px;
}
/*------m_topics_base---------*/
#m_topics_base{
	float:left;
	width:510px;
	margin:0px;
	padding:0px;
	background:#666;
}
#m_topics1{
	width:510px;
	height:240px;
}
.topics_title{
	float:left;
	color:#fff;
	width:500px;
	padding:5px;
	background:#666;
	font-size:16px;
	line-height:16px;
}
.topics_text{display:none;}

/*------news_continue---------*/
.news_continue{
	float:left;
	display:inline;
	width:470px;
	margin:10px 0px 0px 40px;
	padding:0px;
	line-height:1.2em;
	font-weight:bolder;
	color:#f00;
}
.news_continue fieldset legend{
	margin:20px 20px 0px;
	padding:1px 10px;
	color:#f00;
}
.news_continue fieldset{
	margin:0px;
	padding:10px;
	border-collapse:collapse;
	border-spacing:0px;
	border:1px #d00 solid;
}
/*------new---------*/
.new{
	float:left;
	display:inline;
	width:470px;
	margin:20px 0px 0px 40px;
	padding:0px;
	background:url("../images/t_new.gif") top left no-repeat;
}
.new h1{display:none;}
.new table{
	clear:both;
	margin:0px;
}
.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;
}
/*------index_address---------*/
#index_address{
	float:left;
	display:inline;
	width:460px;
	margin:20px 0px 0px 40px;
	padding:5px;
	background:url("../images/t_address.gif") top left repeat;
	font-size:0.8em;
	line-height:1.4em;
	border:1px #999 solid;
}
#index_address .address_l{
	width:200px;
	float:left;
}
#index_address .address_r{
	width:240px;
	float:right;
}
