@charset "UTF-8";
/* CSS Document */
/* ニュースの設定 */
.news_area {
	width:420px;
	float:left;
}
ul.news {
	margin-left:10px;
	width:400px;
	line-height:1.4;
}
ul.news li {
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:10px;
}
ul.news li.new1 {
	background-image:url(../img/new1.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:24px;
}
ul.news li.new2 {
	background-image:url(../img/new2.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:24px;
}
/* 住所エリアの設定 */
.address {
	float:right;
	width:420px;
}

