@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.clear {
	clear: both;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #000;
	color: #EEE;
	font-size: 0.8em;
}

/*** GLOBAL MENU ***/
ul#global-menu {
	position: absolute;
	top: 320px;
	left: 20px;
	list-style: none;
}

#global-menu li.menu1 a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 128px;
	height: 28px;
	background: url(../image/menu1.gif) no-repeat top;
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

#global-menu li.menu1 a:hover {
	background: url(../image/menu1.gif) no-repeat bottom;
}

#global-menu li.menu2 a {
	position: absolute;
	top: 0px;
	left: 138px;
	width: 128px;
	height: 28px;
	background: url(../image/menu2.gif) no-repeat top;
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

#global-menu li.menu2 a:hover {
	background: url(../image/menu2.gif) no-repeat bottom;
}

#global-menu li.menu3 a {
	position: absolute;
	top: 0px;
	left: 276px;
	width: 128px;
	height: 28px;
	background: url(../image/menu3.gif) no-repeat top;
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

#global-menu li.menu3 a:hover {
	background: url(../image/menu3.gif) no-repeat bottom;
}

#global-menu li.menu4 a {
	position: absolute;
	top: 0px;
	left: 414px;
	width: 128px;
	height: 28px;
	background: url(../image/menu4.gif) no-repeat top;
	text-indent: -1000em;
	text-decoration: none;
	overflow: hidden;
}

#global-menu li.menu4 a:hover {
	background: url(../image/menu4.gif) no-repeat bottom;
}

/*** CONTENTS ***/
div#container {
	position: absolute;
	top: 365px;
	left: 20px;
	width: 542px;
	background: url(../image/background_contents.gif) repeat-y;
}

.contents div.main {
	padding: 5px 0px 15px;
	background: url(../image/footer_contents.gif) no-repeat bottom;
	color: #000;
}

/*** SIDE CONTENTS ***/
div#side-contents {
	position: absolute;
	top: 320px;
	left: 585px;
	width: 200px;
}

#side-contents img {
	margin: 0 auto;
	display: block;
	border: 1px solid #C4C4C4;
}

#side-contents img.banner {
	margin-bottom: 20px;
}

h4.info {
	width: 180px;
	height: 28px;
	margin: 0px auto 14px;
	background: url(../image/info.gif);
	text-indent: -1000em;
}

#side-contents table.shop-data {
	width: 180px;
	margin: 10px auto;
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
}

.shop-data tr td {
	padding: 0px 0px 2px;
	line-height: 1.6em;
	vertical-align: top;
}

.adjustment {
	letter-spacing: 1em;
	white-space: nowrap;
}

.adjustment2 {
	letter-spacing: 0.5em;
	white-space: nowrap;
}

span.reserve {
	color: #FF9;
}

img#map {
	border: none;
}

h4.mobile {
	width: 180px;
	height: 28px;
	margin: 20px auto 10px;
	background: url(../image/mobile.gif);
	text-indent: -1000em;
}

p.mobile-text {
	width: 170px;
	margin: 10px auto 15px;
	font-size: 0.75em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	line-height: 1.6em;
}

p.mobile-text2 {
	width: 170px;
	margin: 0px auto;
	font-size: 0.85em;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	text-align: center;
	line-height: 4em;
}

/****** FOOTER ******/
div#footer {
	position: relative;
	width: 542px;
	background: #000;
}

#footer p a {
	position: absolute;
	top: 6px;
	left: 380px;
	width: 165px;
	height: 25px;
	background: url(../image/totop.gif) no-repeat top;
	text-indent: -1000em;
}

#footer p a:hover {
	background: url(../image/totop.gif) no-repeat bottom;
}

address {
	position: absolute;
	top: 48px;
	left: 5px;
	width: 540px;
	height: 60px;
	text-align: right;
	font-style: normal;
	font-size: 0.85em;
	line-height: 1.8em;
}

