
/* TOP */


#index_body {
	width: 950px;
	margin-top: 20px;	
	
}


#index_main {
	width: 950px;
	background-color: #f6f7f7;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	
}

#index_main_left {
	width: 593px;
	text-align: left;
	float: left;
}

#index_main_right {
	width: 357px;
	text-align: left;	
	float: right;	
}

.table_news {
	width: 341px;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
	border-bottom: solid 1px #c9c9ca;	
	padding: 5px 0px 3px 0px;
	margin: 0px;
}

.news_ttl {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}


.news_next {
	width: 341px;
	font-size: 11px;	
	margin: 2px 0px 0px 0px;
	text-align: left;
}




.index_topics {
	width: 341px;
	height:150px;
	padding: 0px;
	margin: 7px 0px 0px 0px;
	overflow:auto;	
	scrollbar-base-color:#ffffff;	
	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#b50005;	
}

.index_topics li {
	margin: 0;
	padding: 0;
	list-style: none outside;
	width: auto;
	font-size: 11px;
	line-height: 16px;	
	
}





#index_banner {
	width: 950px;
	background-color: #b50005;
	overflow: hidden;	
	padding: 8px 0px 6px 0px;
	margin-top: 5px;
}

#index_banner_left {
	width: 475px;
	float:left;
	text-align: left;
}

#index_banner_right {
	width: 475px;
	float:right;
	text-align: right;
}




/* TOP end */
