@charset "utf-8";

/*----------------------------------------
 PAGE:/news
------------------------------------------
 import
----------------------------------------*/
 @import url(/common/css/import.css);
/*--------------------------------------*/

div#news{
	margin-top:20px;
}

div#news h2{
	color:#E56464;
	font-weight:bold;
	padding-bottom:5px;
}

div#news dl{
	padding:20px;
	background:url(../../common/img_con/hr640_pink.gif) no-repeat bottom left;
}
div#news dl dt{
	float:left;
	width:100px;
}

div#news dl dd{
	padding-left:15px;
		float:left;
}
div#news dl dd.txt{
	width:480px;
}


