/* CSS Document */

/* 総合トップ
----------------------------------------*/
#contents,
p {
	line-height: 130%;
}
#about p {
	margin-top: 10px;
}

div#contents div#otherArea {
	margin: 15px 0;
}

div#contents div#otherArea h3 {
	float: left;
	margin-right: 5px;
}


/* エリアマップ
----------------------------------------*/
#areamap {
	position: relative;
	width: 640px;
	height: 515px;
	background: url(../img/bg_areamap.jpg) no-repeat;
	padding-top: 30px;
	padding-right: 29px;
	padding-bottom: 30px;
	padding-left: 29px;
}
#areamap .area {
	position: absolute;
	width: 186px;
	height: 53px;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#areamap p {
	padding: 0 5px;
}
#areamap .area li {
	list-style: none;
	display: block;
	float: left;
}
#areamap .area li a {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 14px;
	white-space:nowrap;
	width: 44px;
	padding: 3px 1px 3px 1px;
	height: 14px;
}
#areamap .area li a:hover {
	background-position: left bottom;
	background-color: #FFBFD2;
	text-decoration: none;
	color:#000;
}
#areamap .area li.l a {
	width: 90px;
}

#areamap #hokkaido {
	background-image: url(../img/bg_hokkaido.gif);
	top: 230px;
	right: 29px;
}
#areamap #chubu {
	background-image: url(../img/bg_chubu.gif);
	bottom: 30px;
	left: 300px;
	height: 73px;
}

#areamap #kanto {
	background-image: url(../img/bg_kanto.gif);
	right: 29px;
	top: 350px;
}
#areamap #kinki {
	background-image: url(../img/bg_kinki.gif);
	top: 160px;
	left: 200px;
}
#areamap #chushikoku {
	background-image: url(../img/bg_chushikoku.gif);
	left: 29px;
	top: 260px;
}
#areamap #kyushu {
	background-image: url(../img/bg_kyushu.gif);
	left: 29px;
	bottom: 30px;
}

/* 総合トップ：新着情報・バナー
----------------------------------------*/
div#contents div.news,
div#contents div#links {
	margin-bottom: 20px;
}

div#contents div.news h3,
div#contents div#links h2 {
	height: 15px;
	line-height: 15px;
	padding: 2px 0;
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #3EB660;
}

div#contents div.news {
	float: left;
	width: 500px;
	background-color: #DDEDD8;
}

div#contents div.news ul {
	padding: 10px;
}

div#contents div#links {
	float: right;
	width: 120px;
}

div#contents div#links h2 {
	margin-bottom: 5px;
}

div#contents div#links div.box {
	overflow: hidden;
	clear: both;
	width: 250px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

div#contents div#links div.box img {
	float: left;
	padding-right: 5px;
}

#links .cap {
	line-height: normal;
}

