/*全体TOPのみ背景イラスト*/
.wrapper {

}




/* ニュース */
 div#news {
	float: left;
	width: 543px;
	margin: 0 0 10px 10px;
}
div#news h2 {
	width: 543px;
	height: 36px;
	margin-top: 20px;
	background-image:  url("../../image/index/news.gif");
	background-position: left top;
	background-repeat: no-repeat;
}


ul#news-list {
	margin: 0 0 0 15px;


}


ul#news-list li {
	width: 530px;
	position:relative;
	clear: both;
}
ul#news-list li div.date {
	width: 78px;
	height: 20px;
	color: #f50003;
	
	position:absolute;
	left: 0px;
}
ul#news-list li p {
	height: 1.7em;
	line-height: 100%;
	margin-left: 78px;
	padding-top: 1px;
}

/* バナー */
 ul#banner {
	float: right;
	
	width: 232px;
	margin-bottom: 10px;
}
 ul#banner li {
	height: 65px;
	margin: 0 0 5px 0;
}

