@charset "UTF-8";

/* トップページ デザイン定義 */
#news
{
	width: 950px;
	margin:0 auto;
	text-align: left;
	background-color:#FFFFFF;
}

#news h3 {
	height: 30px;
	margin:0 30px 0 30px;
	padding:0 0  0 0;
	font-size:18px;
	line-height:24px;
	text-indent:5px;
	background-image : url(img/news-line.gif);
	background-position: left bottom;
	background-repeat: no-repeat;

}
#news dt{
width:200px!important;
}

#news dd {
}




#news dt.news-icon span
{
}


#text img
{
	margin: 0 30px 0 30px;
}
