/* CSS Document */

.news{
	margin-top:15px;
	margin-bottom:10px;

}

.news-border{
	background-image:url(img/line_newstitle.jpg);
	background-repeat:repeat-x;
	
}
.news-title{
	font-size:12px;
	color:#704036;
	font-weight:bold;
}
.news-date{
	font-size:12px;
	color:#704036;
	margin-right:3px;
}
.newspic-area{
	background-image:url(img/bg_news_pic.jpg);
	background-repeat:no-repeat;
	padding:6px 8px;
}
.news-detail{
	font-size:12px;
	color:#704036;
	line-height:1.35;

}