@charset "utf-8";

/* ローカルメニュー
------------------------------------------------------------*/
#local-menu {
	width: 200px;
}
#local-menu ul {
}
#local-menu li {
	display: block;
	float: none;
	height: 36px;
	width: 200px;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}
#local-menu li a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../../img/common/local-menu-hotel.gif);
	background-repeat: no-repeat;
}
#lmenu01 a {
	background-position: 0 0;
}
#lmenu01 a:hover {
	background-position: -200px 0;
}
#lmenu02 a {
	background-position: 0 -36px;
}
#lmenu02 a:hover {
	background-position: -200px -36px;
}
#lmenu03 a {
	background-position: 0 -72px;
}
#lmenu03 a:hover {
	background-position: -200px -72px;
}
#lmenu04 a {
	background-position: 0 -108px;
}
#lmenu04 a:hover {
	background-position: -200px -108px;
}
#lmenu05 a {
	background-position: 0 -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
#lmenu06 a {
	background-position: -200px -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}


/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/06-barrierfree/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}
#head-copy {
	width: 680px;
	margin: 0 auto;
	padding-bottom: 20px;
	line-height: 1.4em;
}

/* ボックスセット01
------------------------------------------------------------*/
.box {
	padding-bottom: 30px;
	background: url(../../img/common/floor-border.gif) no-repeat bottom;
	clear: both;
}
.box .place {
	width: 350px;
	float: right;
}
.box .place h4 {
	font-size: 16px;
	line-height: 1.4em;
}
.box .place dl {

}
.box .place dt {
	clear: both;
	float: left;
	width: 128px;
	background: #CCCCCC;
	padding: 2px 0px 2px 5px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	line-height: 1.4em;
}
.box .place dd {
	float: left;
	width: 208px;
	padding: 2px 0px 2px 5px;
	margin-bottom: 2px;
	border: 1px solid #CCCCCC;
	line-height: 1.4em;
}
.box .place strong {
	clear: both;
	display: block;
}

.box .place-img {
	float: left;
	width: 370px;
}
.box .place-img img {
	padding: 4px;
	border: 1px solid #4A6817;
}




/* ページフッタ
------------------------------------------------------------*/
#border-foot {
	clear: both;
}
