@charset "utf-8";
/* CSS Document */
h3 {font-size:13px; font-weight:800; color:#C00; padding:0; margin:0;text-decoration:underline;}
div#news
{
	float:right;
	margin:0;
	padding:0;
	width:290px;
	height:170px;
	overflow:auto;
	background:url(../images/site/news.gif) left top no-repeat;
}
div#msg
{
	height:160px;
	width:200px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:60px;
}
.date
{
	padding:0;
	font-weight:bold;
	font-size:10px;
}
.corps
{
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
	text-align: justify;
	font-size:12px;
	border-bottom:1px solid #99cd15;
}
