@charset "Shift_JIS";

/* ------全体をリセット-------- */

* {
color: #222;
font-size: 100%;
text-decoration: none;
}

/* ------全体構造-------- */

body {
margin: 0;
padding: 0;
background: #fff;
text-align: center;
}

#wrapper {
text-align: left;
margin: 0px auto;
width: 730px;
}

#upper {
}

#left {
width: 410px;
height: 450px;
float: left;
padding-top: 10px;
} 

#right {
width: 310px;
height:450px;
float: right;
padding-top: 10px;
}

#menubar {
float: left;
width: 200px;
height: 450px;
background-color: #000;
}

#main-image {
width: 200px;
height: 450px;
float: right;
}

#foot-base {
width: 720px;
clear: both;
padding-top: 20px;
border-top: 1px solid #999;
}

/* ------全体構造（メニュー）-------- */

#menubar li {
list-style-type: none;
padding: 0;
margin: 0;
display: inline;
}

#menubar p {
color: #fff;
font-size: 68%;
padding: 15px;
}

.event a {
background-image: url("../images/index/bt_event.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 48px;
}

.event a:hover {
background-image: url("../images/index/bt_event2.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 48px;
}

.gourmet a {
background-image: url("../images/index/bt_gourmet.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 47px;
}

.gourmet a:hover {
background-image: url("../images/index/bt_gourmet2.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 47px;
}

.shop a {
background-image: url("../images/index/bt_shop.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 47px;
}

.shop a:hover {
background-image: url("../images/index/bt_shop2.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 47px;
}

.mail a {
background-image: url("../images/index/bt_mail.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 47px;
}

.mail a:hover {
background-image: url("../images/index/bt_mail2.jpg");
background-repeat: no-repeat;
display: block;
width: 200px;
height: 47px;
}

/* ------全体構造（イベント）-------- */

#event {
width: 245px;
border: 1px solid #999;
padding: 15px;
padding-bottom: 30px;
}

/* --バナー設置時はbottom:39px・インラインフレームは90px-------- */
/* --バナー未設置時はbottom:30px・インラインフレームは230px-------- */

#event p {
margin: 0;
padding: 0;
}

#event dl {
margin: 0;
padding-top: 5px;
padding-bottom: 0px;
}

#event dt {
font-size: 67%;
font-weight: bold;
margin: 0;
padding-top: 5px;
padding-bottom: 2px;
color: #c00;
}

#event dd {
font-size: 67%;
line-height: 1.5;
margin: 0;
border-bottom: 1px dotted #999;
}

/* ------全体構造（ショップモデル）-------- */

#shopmodel {
width: 273px;
height: 160px;
background: #e5e5e5;
border: 1px solid #999;
padding: 0;
margin-bottom: 5px;
}

#shopmodel p {
margin: 0;
padding: 0;
}

/* ------全体構造（フッター）-------- */

#footer {
}

#footer li {
font-size: 67%;
float: left;
padding-right: 10px;
padding-bottom: 25px;
}

#footer li a {
padding-bottom: 3px;
border-bottom: 3px solid #ccc;
height: 39px;
}

#footer li a:hover {
padding-bottom: 3px;
border-bottom: 3px solid #fc0;
color: #000;
}

/* ------全体構造（バナー）-------- */

#banner {
}

#banner li {
list-style-type: none;
font-size: 67%;
float: right;
padding-left: 10px;
padding-bottom: 15px;
display: inline;
}

.hotel a  { background-image: url("../images/common/bt_hotel.gif"); background-repeat: no-repeat; display: block; width: 170px; height: 39px }

.hotel a:hover  { background-image: url("../images/common/bt_hotel_b.gif"); background-repeat: no-repeat; display: block; width: 170px; height: 39px }

.jr a  { background-image: url("../images/common/bt_jr.gif"); background-repeat: no-repeat; display: block; width: 170px; height: 39px }

.jr a:hover  { background-image: url("../images/common/bt_jr_b.gif"); background-repeat: no-repeat; display: block; width: 170px; height: 39px }

.alt {
display: none;
}

/* ------全体構造（コピーライト）-------- */

#copyright {
font-size: 67%;
padding-top :10px;
padding-bottom: 50px;
border-top: 1px dotted #999;
clear: both;
}

#copyright p {
padding: 0;
margin: 0;
}

/* ------エレメント-------- */

h1 {
margin: 0;
}

ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/* ------インライン-------- */

.cl_red {
color: #f00;
}

.bold {
font-weight: bold;
}

.f_small {
font-size: 83%;
}

