/* maparea */

#search_map {
	background: url(../img/map/img_all.png) no-repeat;
	width: 687px;
	height: 403px;
	margin-bottom: 30px;
	position: relative;
	top: 0;
	left: 0;
}
#search_map{
	visibility:hidden;
	height:0;
}
#search_map img { display: block; }

#img_search_map {
	position: absolute;
	top: 20px;
	left: 20px;
	height: 130px;
	background:none;
}
	
#mapimages h2{
	background:none;	
}
#mapimages,
#mapbuttons {
	position: absolute;
	top: 0px;
	left: 0px;
}

#mapimages li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#mapimages li.map_default { display: block; }

#mapbuttons li {
	position: absolute;	
	cursor: pointer;
}
li#hokkaido { top: 20px; left: 433px; }
li#tohoku { top: 240px; left: 500px; }
li#koshinetsu { top: 143px; left: 329px; }
li#kanto { top: 315px; left: 432px; }
li#tokai { top: 360px; left: 300px; }
li#kinki { top: 355px; left: 185px; }
li#hokuriku { top: 183px; left: 234px; }
li#chugoku { top: 182px; left: 122px; }
li#shikoku { top: 348px; left: 72px; }
li#kyushu { top: 198px; left: 11px; }

#in_contents li {
	position: absolute;
	top: 0;
	left: 0;
}

#in_contents li .map_pref_list {
	background: url(../img/map/bg_searchmap.gif) repeat-y;
	width: 218px;
	position: absolute;
	top: 50px;
	left: 430px;
}
#in_contents li .map_pref_list .map_pref_list_top,
#in_contents li .map_pref_list .map_pref_list_btm {
	background: url(../img/map/bg_searchmap_top.gif) left top no-repeat;
	width: 218px;
	height: 7px;
	overflow: hidden;
}
#in_contents li .map_pref_list .map_pref_list_btm { background: url(../img/map/bg_searchmap_btm.gif) left top no-repeat; }
#in_contents li .map_pref_list {
	position: relative;
	z-index: 100;
}

#in_contents li ul.pref_ul li { display: none; }
#in_contents li ul.pref_ul li.prefli_default { display: block; }

.map_pref_list h3 {
	height: auto;
	margin: 10px 15px;
}
#in_contents li .map_pref_list ul { margin: 10px 15px; }
#in_contents li .map_pref_list ul li {
	position: static;
	float: left;
	width: 62px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
#in_contents li .map_pref_list ul li.noline { border-bottom: 0 none; }
#in_contents li .map_pref_list ul li a,#in_contents li .map_pref_list ul li span {
	background: url(../img/map/icon_searchmap_list.gif) left center no-repeat;
	padding-left: 12px;
}
#in_contents li .map_pref_list ul li span { color: #999; }
#in_contents li .map_pref_list ul li.backmapbtn {
	position: absolute;
	top: -18px;
	left: 190px;
	border-bottom: 0 none;
	clear: both;
}
#in_contents li .map_pref_list ul li.backmapbtn a {
	display: block;
	background: none transparent;
	padding-left: 0;
	position: relative;
	z-index: 10000;
}


.nigata{
	cursor: pointer;
}
#nigata_map{
	cursor: pointer;
}



/* noscript */

noscript {
	background: #fff;
	margin: 0;
	padding: 0;
	width: auto;
	font-weight: normal;
}

#no_flash {
	background: url(../img/noflash/bg_flashnone.gif) repeat-y;
	margin-bottom: 25px;
}
#no_flash #noflash_inner {
	width: 650px;
	margin: 20px auto;
	overflow: hidden;
}
#no_flash #no_flash_top {
	background: url(../img/noflash/bg_flashnone_top.gif) left top no-repeat;
	height: 5px;
	overflow: hidden;
}
#no_flash #no_flash_btm {
	background: url(../img/noflash/bg_flashnone_btm.gif) left top no-repeat;
	height: 5px;
	overflow: hidden;
}
#no_flash #noflash_inner table#no_flash_contents tr td {
	background: #fff;
	width: 533px;
	height: 43px;
	vertical-align: middle;
	border-bottom: 3px solid #eaefd8;
}
#no_flash #noflash_inner table#no_flash_contents tr td.prefectures {
	width: 115px;
	padding-left: 3px;
}
#no_flash #noflash_inner table#no_flash_contents tr td.m a,
#no_flash #noflash_inner table#no_flash_contents tr td.m span {
	background: url(../img/noflash/icon_flashnon_link.gif) left center no-repeat;
	margin-left: 15px;
	padding-left: 12px;
}
#no_flash #noflash_inner table#no_flash_contents tr td.m span { background: url(../img/noflash/icon_flashnon_nolink.gif) left center no-repeat; }






