@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-room.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: -200px -144px;
}
#lmenu05 a:hover {
	background-position: -200px -144px;
}
#lmenu06 a {
	background-position: 0 -180px;
}
#lmenu06 a:hover {
	background-position: -200px -180px;
}
#lmenu07 a {
	background-position: 0 -216px;
}
#lmenu07 a:hover {
	background-position: -200px -216px;
}
#lmenu08 a {
	background-position: 0 -252px;
}
#lmenu08 a:hover {
	background-position: -200px -252px;
}
#lmenu09 a {
	background-position: 0 -288px;
}
#lmenu09 a:hover {
	background-position: -200px -288px;
}
#lmenu10 a {
	background-position: 0 -324px;
}
#lmenu10 a:hover {
	background-position: -200px -324px;
}
#lmenu11 a {
	background-position: 0 -360px;
}
#lmenu11 a:hover {
	background-position: -200px -360px;
}

/* コンテンツヘッド
------------------------------------------------------------*/
h3 {
	width: 740px;
	height: 80px;
	background-image: url(../../img/04-nsb-hc/head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
}

/* 見出し
------------------------------------------------------------*/
#caption {
	padding-bottom: 20px;
}
#caption img {
	padding: 4px;
	border: 1px solid #522b72;
}
#caption p {
	margin: 20px auto 0;
	width: 680px;
	line-height: 1.4em;
}
/* サブイメージ
------------------------------------------------------------*/
#sub-img {
	position: relative;
	width: 740px;
	height: 180px;
	padding-bottom: 20px;
}
#sub-img img {
	padding: 4px;
	border: 1px solid #522b72;
}
#sub01 {
	position: absolute;
	left: 0;
}
#sub02 {
	position: absolute;
	left: 360px;
}
#sub03 {
	position: absolute;
	left: 560px;
}

/* 客室情報
------------------------------------------------------------*/
#dedail {
	position: relative;
	height: 330px;
	width: 740px;
	padding-bottom: 20px;
}
#dedail p {
	margin: 0 10px 20px;
}
#dedail img {
	padding-bottom: 10px;
}
#dedail #left {
	position: absolute;
	height: 330px;
	width: 340px;
}
#dedail #right {
	position: absolute;
	height: 280px;
	width: 380px;
	left: 360px;
}
#dedail #gragh {
	margin: 0px auto;
	display: block;
}

/* フロアガイド　リンク
------------------------------------------------------------*/
#dedail #floor {
	position: absolute;
	height: 50px;
	width: 170px;
	left: 360px;
	top: 280px;
	background: url(../../img/common/floor.gif) no-repeat left top;
	padding-left: 210px;
}
#dedail #floor ul {
	display: block;
	background: url(../../img/common/ele-dott.gif) no-repeat -120px center;
}
#dedail #floor li {
	display: block;
	float: left;
	height: 50px;
	width: 20px;
	padding-left: 10px;
}
#dedail #floor li a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../../img/common/elevator-btn.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	/*\*/
	overflow: hidden;
	/**/
}

#floor01 a {
	background-position: -100px 0;
}
#floor01 a:hover {
	background-position: -100px -50px;
}

