@charset "utf-8";

#map {
	position: relative;
	/*height: 700px;*/
}

h1 {}

#mapCont {
	margin-bottom: 1em;
}

img#mapJapan {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
}

.areaList {
	width: 200px;
	display: inline;
	float: left;
}

.areaList dt {}

.areaList dd {
	color: #999;
}

/* 詳細マップ ======================================================= */
#detailMap {
	position: relative;
}

#detailMap img {
	position: relative;
	z-index: 1;
}

#detailMap map#officeMap area {
	z-index: 10;
}

#detailMap #txtArea {
	position: absolute;
	top: 0;
	left: 410px;
	width: 200px;
}

#detailMap #txtArea h1 {
	height: 200px;
}

p.backToMap {
	padding-left: 15px;
	background-image: url("../../images/misc/backtomap.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

/* 営業所リスト ----------------------------------------------------- */
dl.officeList {
	margin: 1em 0;
	width: 600px;
}

dl.officeList dt {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

dl.officeList dd {
	float: left;
	width: 300px;
	background-color: #fff;
}

dl.officeList dd.more {
	text-align: right;
}

dl.officeList dd.more a {
	padding-left: 15px;
	background-image: url("../../images/misc/office_arrow.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

/* "|"区切りリスト -------------------------------------------------- */
ul.boxlist li {
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px 6px;
	border: 1px solid #ccc;
	width: 80px;
	height: 13px;
	line-height: 13px;
	text-align: center;
}

/* only IE6 */
* html ul.boxlist {
	!important;
	/*padding: 0 5px;/* 要）適宜調節 */
}

/* only IE7 */
*:first-child+html ul.boxlist {
	!important;
	/*padding: 0 5px;/* 要）適宜調節 */
}

ul.boxlist li a:link	{text-decoration: none;}
ul.boxlist li a:visited	{text-decoration: none;}
ul.boxlist li a:hover	{text-decoration: none;}
ul.boxlist li a:active	{text-decoration: none;}

ul.boxlist li a {
	width: 100%;
	height: 100%;
	display: block;
}

dl#kyusyu {
	margin-left: 10px;
}
