/*
トップ
 */


/*layout
------------------------------------------------------------------------------*/
#news{
	float: left;
	width: 500px;
}
#news h3{margin-bottom:12px;}
#banners{
	float: right;
	width: 250px;
}

/*Contents
------------------------------------------------------------------------------*/
#news ul{}
#news li{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
#news li img{
	display: block;
	float: left;
}
#news p.title{
	color:#794C1F;
	float: right;
	width: 394px;
	margin-top:2px;
	margin-bottom:10px;
	font-size:15px;
	line-height:15px;
}
#news p.title .date{
font-size:12px;
padding-right:12px;
}
#news p.title a{color:#794C1F;font-weight:bold;}
#news div.outline{
	width: 394px;
	float: right;
	line-height:20px;
}
#news div.outline p{
	line-height:20px;
}

#banners img{
	display: block;
	margin-bottom:5px;
}
#banners img.pickup{margin-bottom:30px;}