#news {
	width: 600px;
	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;
	margin: 0px;
	padding-top: 5px;
	padding-left: 10px;
	width: 580px;
}

#news li {
	list-style:  none;
	font-size: small;
	line-height: 1.5;
}

#news ul a {
	text-decoration: none;
	font-size:11px; 
}

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

#news li.backnumber {
/*	font-size: x-small; */ /*-----------------change-----------------*/
	list-style: none;
	text-align: right;
	border: none;
}

/*
#news li.news_infomation {
	height: 24px;
	list-style-image: url(images/news/news_infomation.gif);
	list-style-position: inside;
	border-top: #666666 solid 1px;
}

#news li.news_product {
	height: 24px;
	list-style-image: url(images/news/news_product.gif);
	list-style-position: inside;
	border-top: #666666 solid 1px;
}
*/

#news li.news_infomation {
width:500px;
padding-left:90px;
background:url(images/news/news_infomation.gif) no-repeat;
background-position:0px 5px;
border-top:1px solid #666666;
}

#news li.news_product {
width:500px;
padding-left:90px;
background:url(images/news/news_product.gif) no-repeat;
background-position:0px 5px;
border-top:1px solid #666666;
}