@charset "utf-8";

#news {
	width: 460px;
	float: right;
	margin: 0px;
	padding: 0px;
	/*background-color: #F5F3F1;*/
	background-color: #ffffff;
	text-align:left;
}



#news h2 {
	margin: 10px 0 0 0;
	padding: 0;
}

#news p a {
	float: right;
}
#news ul {
	float: left;
	width: 100%;
}

#news li {
	list-style:  none;
	font-size: 12px;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#news ul a {
	text-decoration: none;
}
#news ul a:visited {
	text-decoration: none;
}

#news ul a:hover {
	text-decoration: underline;
}

#news li.backnumber {
	font-size: 12px;
	list-style: none;
	text-align: right;
	border: none;
	margin-top: 10px;
	text-decoration: none;
}
#news li.news_infomation {
	height: 20px;
	background-image: url("images/news/news_infomation.jpg");
	background-repeat: no-repeat;
	padding-left: 50px;
	background-position: 0px 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#news li.news_product {
	height: 20px;
	margin: 0px;
	background-image: url("images/news/news_product.jpg");
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.top_title {
	clear: both;
	margin: 0px;
	padding: 0;
	width: 100%;
	height: 20px;
	background-color: #D2D3C9;
}

#banner {
	text-align:left;
	list-style:  none;
	font-size: 12px;
	line-height: 1.5;
	float: left;
	width: 285px;

}

#banner th {
	text-align:left;
	border-top: 1px solid #D2D3C9;
	height: 40px;
	vertical-align: middle;

} 

#banner td{
	border-top: 1px solid #D2D3C9;
	text-decoration: none;
}

.td1 {
	font-size: 10px;
}
