/* ------------------------ 
        @index
 ------------------------ */
 
/* --- main--- */
#main {
	width:900px;
	margin:20px 0;
}
/* --- news--- */

#news {
	float:left;
	width:650px;
	margin:0;
}
#news #list {
	margin: 0;
	background-image:url(../img/index/news_title.gif);
	height:31px;
	text-indent:-9999px;
	overflow:hidden;
}
#news #list a {
	background-image:url(../img/index/news_list.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:right;
	width:71px;
	margin:0;
	line-height:31px;
}
#news #list a:hover {
	background-position:0 -41px;
}
#news ol {
	margin: 0;
	padding:0;
}
#news li {
	list-style-type:none;
	padding:15px 0;
	border-bottom:dotted thin #CCC;
}
#news li a{
	color:#000;
}
#news li a:hover{
	color:#F90;
}
#news dt {
	font-weight:bold;
}
#news dd {
}
#banners {
	float:right;
	width:230px;
}
#banner {
	margin-bottom:10px;
}
