@charset "utf-8";
/******************** area ********************/
div.area {
	width: 530px;
}
div.area div.inner {
	padding: 0 5px;
}
table.area {
	width: 520px;
	border-collapse: collapse;
	border: 1px solid #c2b8d6;
}
table.area td {
	padding: 2px 5px;
	background: #f9f9f9;
}
table.area td.title {
	background: #e9e5f2;
	text-align: center;
	font-weight: bold;
	border: 1px solid #c2b8d6;
	color: #534373;
	padding: 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
table.area p.item {
	background: url(../img/icon_arrow_4.gif) no-repeat left;
	padding-left: 14px;
	font-weight: bold;
	margin-top: 5px;
}
table.area td.value {
	padding-left: 20px;
}
table.area td.value p {
	margin-bottom: 10px;
}
.sub {
	color: #666;
}
/***********/
p.guide {
	background: url(../img/icon_arrow_3.gif) no-repeat left;
	padding-left: 22px;
	color: #534373;
	font-size: 120%;
	font-weight: bold;
	margin: 15px 0 10px;
}
ul.guide {
	list-style-type: none;
	margin: 5px 5px 10px;
}
ul.guide li {
	margin-bottom: 6px;
	background: url(../img/icon_arrow_1.gif) no-repeat left top;
	padding-left: 16px;
}
/***********/
div#map {
	width: 400px;
	height: 540px;
}
table.hotelmap {
	width: 520px;
	border-collapse: collapse;
	font-size: 90%;
	margin-top: 20px;
}
table.hotelmap td.title {
	text-align: center;
	background: #e9e5f2;
	color: #534373;
	font-family: Arial, Helvetica, sans-serif;
}
table.hotelmap .sub{
	color: #666;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
table.hotelmap td.right {
	text-align: left;
	padding: 3px 0 0 7px;
	width: 120px;
}
table.hotelmap td.right ul li {
	list-style-type: none;
	background: url(../img/icon_arrow_7.gif) no-repeat left top;
	padding-left: 13px;
}

/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
********************/