@charset "UTF-8";
/* CSS Document */
@import url("common.css");

@charset "utf-8";



/*--------------------------------------------------
 news
 -------------------------------------------------*/
#news{	
	text-align:left;
	background:#fff;
}



#news dt{
	border-top:3px solid #000;
	border-bottom:1px dotted #000000;
	font-size:12px;
	margin-bottom:7px;
	padding:12px 0 12px 10px;
	color:#660000;
	font-weight:bold;
}

#news dt span{
	margin-right:10px;
}

#news dd{
	padding:5px 10px 30px 20px;
	line-height:160%;
	color:#333;
	overflow: hidden;
}
#news dd:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
#news dd:{
	zoom:1;
}

#news dd .limg {
	float: left;
	margin: 0 10px 10px 0;
}
#news dd .rimg {
	float: right;
	margin: 0 0 10px 10px;
}

#news dd ul{
	margin:10px;
	color:#000;
}

#news dd li{
		line-height:150%;
}
