@charset "utf-8";
/* ===================================================================
CSS information

 file name  :top.css
 author     :igu (admin)
 style info :トップページ
=================================================================== */

/*----------------------------------------------------
	#news
	　ニュース
----------------------------------------------------*/
#news {
	float:left;
	width:80%;
	margin-left:10%;
	margin-top:30px;
}


#news .box{
	float:left;
	width:100%;
	margin-top:10px;
	border-bottom:1px #666666 solid;
}


#news .box .subject{
	float:left;
	width:100%;
}

