body {
	margin:0;
	padding:0 0 30px 0;
	background-image: url(images/bg_body.gif);
	text-align:center;
}

#container {
	width: 764px;
	margin:0 auto;
	background: url(images/bg_container.gif) repeat-y;
	text-align: left;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}


/* ナビゲーション（複数館の場合）*/

#navi {
	text-align:center;
	width: 500px;
	margin:0 110px 30px 110px;
}

#navi ul {
	list-style:none;
	list-style-position:inside;
}

#navi ul li {
	float:left;
	margin: 0px 10px;
	height: 33px;
	width: 117px;
}

#navi ul li a {
	text-indent: -10000px;
	height: 33px;
	width: 117px;
	display:block;
}

#navi ul li a#navi01 {
	background: url(images/navi_01.gif) no-repeat;
}

#navi ul li a:hover#navi01 {
	background: url(images/navi_01_hover.gif) no-repeat;
}

#navi ul li a#navi02 {
	background: url(images/navi_02.gif) no-repeat;
}

#navi ul li a:hover#navi02 {
	background: url(images/navi_02_hover.gif) no-repeat;
}

#navi ul li a#navi03 {
	background: url(images/navi_03.gif) no-repeat;
}

#navi ul li a:hover#navi03 {
	background: url(images/navi_03_hover.gif) no-repeat;
}

h1 {
	margin: 0px 2px 30px 2px;
	height: 340px;
	width: 760px;
	background: url(images/h1.jpg) no-repeat;
	text-indent: -10000px;
}

h2 {
	text-indent: -10000px;
	margin: 0px;
	height: 50px;
	width: 720px;
	}

.caution{
	height: auto;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom:0px;
	line-height: 140%;
	font-size: 12px;
}


img {
	margin:0;
	padding:0;
	vertical-align:top;
	border:0;
}

#main {
	margin:0 22px;
}

#floorb2 {
	background: url(images/floor_b2f.gif) no-repeat;
}

#floorb1 {
	background: url(images/floor_b1f.gif) no-repeat;
}

#floor1 {
	background: url(images/floor_1f.gif) no-repeat;
}

#floor2 {
	background: url(images/floor_2f.gif) no-repeat;
}

#floor3 {
	background: url(images/floor_3f.gif) no-repeat;
}

#floor4 {
	background: url(images/floor_4f.gif) no-repeat;
}

#floor5 {
	background: url(images/floor_5f.gif) no-repeat;
}

#floor6 {
	background: url(images/floor_6f.gif) no-repeat;
}

#floor7 {
	background: url(images/floor_7f.gif) no-repeat;
}

#floor-w7 {
	background: url(images/floor_7f_2.gif) no-repeat;
}


#floor8 {
	background: url(images/floor_8f.gif) no-repeat;
}

#floor9 {
	background: url(images/floor_9f.gif) no-repeat;
}

#floor10 {
	background: url(images/floor_10f.gif) no-repeat;
}

/* 料金表 */
table.priceList{
	margin-bottom:20px;
	width:720px;
}

table.priceList td,
table.priceList th {
	vertical-align:top;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}

table.priceList table {
	width:345px;
}

table.priceList table th {
	color: #009;
	font-family:"MS UI Gothic", "Osaka", "sans-serif";
	border-bottom : 1px dotted #256db9;
	text-align: left;
	padding:3px;
	width:50%;
}

table.priceList table td {
	color: #c00;
	font-family:"MS UI Gothic","Osaka","sans-serif";
	border-bottom : 1px dotted #256db9;
	padding:3px;
	width:50%;
}

table.kakomi{
	margin-bottom:20px;
	width:720px;
	height: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #66CCFF;
	border-bottom-color: #66CCFF;
	border-left-color: #66CCFF;
	font-size: 12px;
}





#storename {
	font-size: 12px;
	line-height: 160%;
	font-weight: bold;
	color: #009;
	font-family:"MS UI Gothic", "Osaka", "sans-serif", "rﾁﾓ(rlrｹﾖ勺rr Pro W4";
	text-align: left;
	vertical-align: middle;
	text-indent: 120px;
}

.center {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#footer {
	position:relative;
	margin-top:40px;
	background:url(images/bg_footer.gif) no-repeat 0 100%;
	padding-bottom:72px;
}

#footer #close{
	position: absolute;
	left: 349px;
	top: 0px;
	width:80px;
	height:25px;
}

#footer #close a{
	background:url(images/button_close.gif) no-repeat;
	text-indent: -10000px;
	height: 25px;
	width: 80px;
	display:block;
	margin:0;
}

#footer #pageTop{
	position: absolute;
	left: 675px;
	top: 6px;
	width:66px;
	height:11px;
}

#footer #pageTop a{
	margin:0;
	background:url(images/page_top.gif) no-repeat;
	text-indent: -10000px;
	height: 11px;
	width: 66px;
	display:block;
}

