@charset "euc-jp";

div#wrap { width: 800px; }
div#wrap {
	margin-left: auto;
	margin-right: auto;
}
div#title {
	margin-bottom: 0;
}

table.searchTopEntTable {
	border-collapse: collapse;
}
table.searchTopEntTable td {
	padding:0;
}

/* 地域図 ポップアップ(北海道) */
div#mapLargeHokaido {
	width: 215px;
	height: 220px;
	position: absolute;
	top: 0px;
	left: 320px;
	z-index: 300;
	visibility: hidden;
}
div#mapLargeHokaido img {
	background:url(./images/map_hokkaido.gif) no-repeat;
	width: 215px;
	height: 220px;
}

/* 地域図 ポップアップ(東北) */
div#mapLargeTohoku {
	width: 190px;
	height: 250px;
	position: absolute;
	top: 100px;
	left: 350px;
	z-index: 310;
	visibility: hidden;
}
div#mapLargeTohoku img {
	background:url(./images/map_tohoku.gif) no-repeat;
	width: 190px;
	height: 250px;
}

/* 地域図 ポップアップ(関東) */
div#mapLargeKanto {
	width: 190px;
	height: 220px;
	position: absolute;
	top: 220px;
	left: 360px;
	z-index: 320;
	visibility: hidden;
}
div#mapLargeKanto img {
	background:url(./images/map_kanto.gif) no-repeat;
	width: 190px;
	height: 220px;
}

/* 地域図 ポップアップ(中部) */
div#mapLargeChubu {
	width: 225px;
	height: 300px;
	position: absolute;
	top: 140px;
	left: 270px;
	z-index: 330;
	visibility: hidden;
}
div#mapLargeChubu img {
	background:url(./images/map_tyubu.gif) no-repeat;
	width: 225px;
	height: 300px;
}

/* 地域図 ポップアップ(近畿) */
div#mapLargeKinki {
	width: 180px;
	height: 220px;
	position: absolute;
	top: 230px;
	left: 200px;
	z-index: 340;
	visibility: hidden;
}
div#mapLargeKinki img {
	background:url(./images/map_kinki.gif) no-repeat;
	width: 180px;
	height: 220px;
}

/* 地域図 ポップアップ(中国・四国) */
div#mapLargeChugoku {
	width: 215px;
	height: 220px;
	position: absolute;
	top: 250px;
	left: 90px;
	z-index: 350;
	visibility: hidden;
}
div#mapLargeChugoku img {
	background:url(./images/map_tyushikoku.gif) no-repeat;
	width: 215px;
	height: 220px;
}

/* 地域図 ポップアップ(九州・沖縄) */
div#mapLargeKyushu {
	width: 195px;
	height: 250px;
	position: absolute;
	top: 230px;
	left: 0px;
	z-index: 370;
	visibility: hidden;
}
div#mapLargeKyushu img {
	background:url(./images/map_kyusyu.gif) no-repeat;
	width: 195px;
	height: 250px;
}
