@charset "utf-8";
@font-face {
    font-family: 'Pluto';
    src: url('../fonts/pluto/plutosansregular-webfont.eot');
	src: url('../fonts/pluto/plutosansregular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/pluto/plutosansregular-webfont.svg#PlutoSansRegular') format('svg'),
		url('../fonts/pluto/plutosansregular-webfont.woff') format('woff'),
		url('../fonts/pluto/plutosansregular-webfont.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
/* 共通部分 */
#imagemap {
	margin: 0px auto;
	padding: 0px;
	background: transparent url(../img/map/bg_map.png) top left no-repeat;
	width: 295px;
	height: 315px;
	position: relative;
}
#imagemap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;
}
#imagemap a {
	position: absolute;
}
#imagemap a span {
	display: none;
}

/* 北海道 */
#area01 {
	top: 1px;
	left: 170px;
}
#area01 a {
	width: 118px;
	height: 93px;
}
#area01 a:hover {
	background: url(../img/map/bg_map.png) -170px -316px no-repeat;
}

/* 東北 */
#area02 {
	top: 88px;
	left: 167px;
	z-index:2;
}
#area02 a {
	width: 47px;
	height: 98px;
}
#area02 a:hover {
	background: transparent url(../img/map/bg_map.png) -167px -718px no-repeat;
}

/* 関東 */
#area03 {
	top: 173px;
	left: 155px;
	z-index:10;
}
#area03 a {
	width: 46px;
	height: 50px;
}
#area03 a:hover {
	background: transparent url(../img/map/bg_map.png) -155px -1118px no-repeat;
}

/* 中部 */
#area04 {
	top: 148px;
	left: 110px;
	z-index:6;
}
#area04 a {
	width: 73px;
	height: 83px;
}
#area04 a:hover {
	background: transparent url(../img/map/bg_map.png) -110px -1408px no-repeat;
}

/* 近畿 */
#area05 {
	top: 201px;
	left: 91px;
	z-index:9;
}
#area05 a {
	width: 49px;
	height: 52px;
}
#area05 a:hover {
	background: transparent url(../img/map/bg_map.png) -91px -1776px no-repeat;
}

/* 中国 */
#area06 {
	top: 190px;
	left: 37px;
	z-index:4;
}
#area06 a {
	width: 64px;
	height: 55px;
}
#area06 a:hover {
	background: transparent url(../img/map/bg_map.png) -37px -2080px no-repeat;
}

/* 四国 */
#area07 {
	top: 225px;
	left: 55px;
	z-index:5;
}
#area07 a {
	width: 51px;
	height: 42px;
}
#area07 a:hover {
	background: transparent url(../img/map/bg_map.png) -55px -2430px no-repeat;
}

/* 九州 */
#area08 {
	top: 220px;
	left: 2px;
}
#area08 a {
	width: 60px;
	height: 93px;
}
#area08 a:hover {
	background: transparent url(../img/map/bg_map.png) -2px -2740px no-repeat;
}

/* 沖縄 */
#area09 {
	top: 235px;
	left: 174px;
}
#area09 a {
	width: 109px;
	height: 74px;
}
#area09 a:hover {
	background: transparent url(../img/map/bg_map.png) -174px -2755px no-repeat;
}

/* 沖縄 */
#okinawa {
	top: 220px;
	left: 2px;
}
#okinawa a {
	width: 282px;
	height: 93px;
}
#okinawa a:hover {
	background: transparent url(../img/map/bg_map.png) -2px -2740px no-repeat;
}

/* ●日本地図下の地域リスト */
#area {
	margin: 20px auto;
	width: 600px;
}
#area li {
	float:left;
	text-indent:-5px;
	font-size: 14px;
	font-family: sans-serif;
	padding: 0 30px 0 0;
}
#area li a {
	text-decoration: none;
	color: #2d67ee;
}
#area li a:hover {
	text-decoration: underline;
	color: #f1710f;
}

.area{
	width:298px;
	margin:0 auto;
	height:338px;
	position:relative;
	border:#ddd solid 1px;
	background:#FFF;
}
a.allarea{
	font-size:12px;
	position:absolute;
	display:block;
	font-family: Verdana, Geneva, sans-serif;
	background: url(../img/bg_list04.png) 5px 6px no-repeat #959595;
	color:#FFF;
	text-decoration:none;
	padding:0;
	font-weight:normal;
}
a:hover.allarea{
	text-decoration:none;
	background: url(../img/bg_list04.png) 5px 6px no-repeat #aaa;
}
a.allarea span{
	background:#0099cc;
	padding:0px 5px 2px 5px;
	display:block;
	margin:0 0 0 18px;
	line-height:1.5;
}
a:hover.allarea span{
	background: #00BCE3;
}



