@charset "UTF-8";

@import url("reset.css");
@import url("base.css");

h1{
	margin:10px 0 0 0;
}

#area1Box{
	width:770px;
	background-image: url(../img/top/area1_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;	
}

#area1Box li{
	line-height:160%;
	width:690px;
	background-image: url(../img/common/list04.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding:2px 0 3px 15px;
	margin:3px 0 0 0;
}

#area1Box ul{
	width:730px;
	min-height:90px;
	overflow:auto;
	padding:5px 0;
	margin:0 0 0 20px;
}


*html #area1Box ul{
	height:90px;
}
