#news{
	width: 100%;
	text-align: left;
}
#news .item{
	height: 92px;
}
#news .title{
	font: bold 9pt/20px Verdana;
	color: #262626;
}
#news .line{
	clear: both;
	height: 1px;
	margin: 10px 0px 10px 0px;
}
#news .line hr{
	color: #DEDEDE;
}
#news .short_content {
	font: 100 9pt/20px Verdana; 
}
#news .link, #news .link a{
	font: 100 9pt/20px Verdana;
	color: #A9A9A9;
}
#news .img {
	width: 120px;
	height: 90px;
	margin-right: 10px;
	border: 1px solid #999999;
}

#news_detail{
	width: 100%;
	height: 150px;
	text-align: left;
}
#news_detail .img {
	 margin-right: 10px;
	 border: 1px solid #999999;
	 width: 200px;
	 height: 150px;
}
#news_detail .title{
	color: #313131;
	font: 700 13pt/23px Verdana;
}
#news_detail .line hr{
	height: 1px;
	color: #DEDEDE; 
	margin: 5px 0px 5px 0px;
}
#news_detail .spot{
	margin: 5px 0px 0px 0px;
	font: italic 100 9pt/17px Verdana;
}
#news_detail .content{
	margin: 5px 0px 15px 0px;
	
}
#news_detail .content, #news_detail .content a, #news_detail .content div, #news_detail .content p, #news_detail .content font{
	font: 100 9pt/17px Verdana;
}
#news_detail .content a{
	color: #0000FF;
}
#news_detail .date{
	margin: 5px 0px 10px 0px;
	color: #737373;
}

#news_detail_other{
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px; 
	text-align: left;
}
#news_detail_other .item {
	padding-left: 8px;
	background: url(../images/icon_01.gif) transparent  0% 50% no-repeat;
}
#news_detail_other .item a{
	color: #737373;
	font: 100 9pt/21px Verdana;
}

