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

#news{
width:780px;
margin:27px auto 0px auto;
}
#news #newHeader{
margin:0px 0px 10px 0px;
}
#news #newHeader h1{
border-bottom:1px solid #959595;
/*line-height:20px;*/
}
#news #newHeader h1 span{
float:right;
width:93px;
}
#news dl{
background:url(../images/top/img_borderdot.jpg) repeat-x bottom;
padding:10px 0px 10px 0px;
}
#news dl dt{
	width:149px;
	margin:0px 15px 0px 0px;
	float:left;
}
#news dl dd{
width:600px;
float:left;
}
#news dl dd .date{
color:#ff0000;
font-weight:bold;
padding:0px 0px 5px 0px;
font-size:16px;
}
#news a:hover{ text-decoration:underline;}