/* HOME定義リスト　*/


#news,
#information {
	clear: both;
	float: left;
	margin: 15px 0;
	width:570px;
	min-width:590px;
	height:auto;

}

#news h4,
#information h4 {
	margin:0 0 0 10px;
	padding:3px 5px 0 25px;
	height:25px;
	font-size: 12px;
	background: url(../images/arrow01.gif) no-repeat;
}

#news ul li,
#information ul li 
{
	padding:0.2em 0;
	border-bottom: dashed 2px #999;
	list-style:none;
}



