﻿/* ニュース
------------------------------------------------ */
#news_title{
	width:570px;
	height:30px;
	margin:0 auto;
	background:url(../image/top/news_t.jpg);
	position:relative;
	display:block;
}
#news_backno{
	position:absolute;
	display:block;
	top:3px;
	right:10px;
}
#news_bg01{
	width:570px;
	background:url(/image/top/news_c.gif);
	margin:0 auto;
}
#news_bg02{
	width:570px;
	background:url(/image/top/news_b.gif) no-repeat bottom;
	padding-bottom:8px;
}
#newstext{
	width:520px;
}

#newstext ul{
	padding-left:10px;
}

#newstext li{
	width:510px;
	margin-bottom:3px;
	padding-bottom:3px;
	border-bottom:1px dashed #666;
	float:left;
}

#newstext li .day{
	width:70px;
	color:#FF0000;
	float:left;
}
#newstext li .text{
	width:440px;
	color:#333;
	float:right;
}