@charset "UTF-8";
/* CSS Document */

.news{
	border-top: 1px solid #dedede;
	padding-top:15px;
	margin:20px 0 50px 0;
	line-height:160%;
}

.news_date { 
font-size:93%;
margin-bottom:5px;
}

.news_title { 
font-size:167%;
margin-bottom:30px;
}

.news_txt { font-size:100%; }

.news_img{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	}
