/* map.css
/*
/* ホテルマップページスタイル
/* 
/* 1：#container
/* 
------------------------------------------------------------------------------*/


/* 1：#container
------------------------------------------------------------------------------*/
div#container h2#access{
	width: 670px;
	height: 28px;
	text-indent: -9999px;
	background: url("/img/accessmap_h2.gif") no-repeat left top;
	margin: 5px 0 10px 0;
}

ul#station {
}

ul#station li {
	display: inline;
}

div#access-map {
	height: 345px;
	width: 390px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#access-map div#photo {
	height: 260px;
	width: 390px;
	position: relative;
}

div#access-map p {
	font-size: 14px;
	width: 390px;
	margin: 10px 0;
}

div#map-navi {
	float: left;
	height: 345px;
	width: 270px;
}

div#access-map div#photo div#prev {
	height: 18px;
	width: 64px;
	position: absolute;
	left: 3px;
	bottom: 3px;
}

div#access-map div#photo div#next {
	height: 18px;
	width: 64px;
	position: absolute;
	right: 3px;
	bottom: 3px;
}

div#access-map div#access-info {
	display: none;
}

div#container h2#hotel{
	width: 670px;
	height: 28px;
	text-indent: -9999px;
	background: url("/img/map_h2.gif") no-repeat left top;
	clear: both;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

div#container div#map {
	width: 500px;
	height: 500px;
	margin: 0 10px 20px 0;
	float: left;
}
div#container h3 {
	font-size: 14px;
	font-weight: bolder;
}

div#container ul {
	margin: 5px auto 10px auto;
}

div#container ul li{
	display: inline;
	text-align: center;
	padding-right: 10px;
	white-space: nowrap;
}

div#container dl{
	width: 158px;
	height: 500px;
	margin-bottom: 10px;
	overflow: auto;
	float: left;
}

div#container dt{
	color: #FF0000;
	background-color: #BFBFBF;
}

div#container dd{
	background-color: #EFEFEF;
	text-align: center;
}

div#container dd.tel{
	background-color: #EFEFEF;
	text-align: left;
}

