@charset "shift_jis";

/*********************************
 *
 * INDEX
 *
 *********************************/

/* NEWS BOX */
#news_box{width:610px;}
	#news_box h3 {margin-top:3px;}

/* news */		
table.news {width:100%; margin:8px auto 0 auto;}
	table.news th, table.news td {padding:12px 0; border-bottom:1px solid #ddd; color:#000;}
	table.news th {width:190px; white-space:nowrap;}
		table.news span.new {padding-right:60px; background:url(../images/top/icon_new.gif) right center no-repeat;}
	table.news td span {color:#2261a0; font-weight:bold;}
	table.news td p {margin-top:0.5em !important;}