#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%;
	margin: 0px;
	padding: 0px;
}

#news li {
	list-style:  none;
	font-size: 12px;
	line-height: 1.5;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}

#news ul a {
	text-decoration: none;
	font-size:11px; /*-----------------change-----------------*/
}

#news ul a:hover {
	text-decoration: underline;
}

#news li.backnumber {
	/*	font-size: x-small; */ /*-----------------change-----------------*/
	list-style: none;
	text-align: right;
	border: none;
	font-size: 12px;
}



/*-----------------change-----------------*/

/*
#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 {
	padding-left:90px;
	background:url(images/news/news_infomation.gif) no-repeat;
	background-position:0px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#news li.news_product {
	padding-left:90px;
	background:url(images/news/news_product.gif) no-repeat;
	background-position:0px 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-----------------change-----------------*/




.top_title {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	background-color: #D2D3C9;
}

.top_title h3 { /*-----------------change-----------------*/
	background-position:5px 6px;
	text-indent:8px;
	background-image: url(/en/css/images/m.gif);
	background-repeat: no-repeat;
}


#banner {
	float: left;
width:285px;
	text-align:left;
	background-color: #ffffff;
	list-style:  none;
/*	font-size: x-small; */
	font-size:11px; /*-----------------change-----------------*/
	line-height: 1.5;

}

#banner th {
	text-align: center;
	border-top: 1px solid #D2D3C9;
	height: 40px;

} 

#banner td{
	border-top: 1px solid #D2D3C9;
	text-decoration: none;
}
#top_adress {
	margin-bottom: 5px;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: none;
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
	background-color: #7A7C78;
	height: auto;
}
#top_adress p {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	margin-top: 4px;
}
#top_adress .pic {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#top_adress .logo {
	float: left;
	margin-right: 10px;
	margin-top: 1px;
}
