@charset "utf-8";

/* ↓フラッシュがあるときに使用 
#flash_bg{width:100%;height:150px;}
#flash{width:980px;height:150px;margin: 0px auto;background: #900;}
*/

#main_bg {
	height:537px;
	background: url(../images/top/main_bg.jpg) no-repeat center top;
	border-bottom:1px solid #ccc;
}
#main_img {
	width:980px;
	height:150px;
	margin: 0px auto;
	background: #900;
}

#nav_bg{
	height: 81px;
	width: 980px;
	margin-top: -83px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2px;
}

/* 新着情報 */
#news {

}
.news_tab{
	width:100%;
}
.news_day{
	border-bottom:1px dotted #666;
	padding:10px 10px 20px;
	text-align:left;
	line-height:normal;
	vertical-align:top;
	width:40px;
	font-weight: bold;
}
.news_comment {
	padding:10px 10px 20px;
	line-height:normal;
	vertical-align:top;
	border-bottom:1px dotted #666;
}

.icon_new{
	
}
