@charset "utf-8";

.news_release{
	color:#000;
	width:400px;
	background-color:#FFF;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	border:solid 1px #cccccc;
	padding:10px;
	margin:10px;
	position:absolute;
}

.hl_news_release{
	font-size:30px;
	font-family:"Times New Roman", Times, serif;
}

.news_box{
	padding:10px;
}

.news_release_date{
	padding:0px 0px 5px;
}


