@charset "Shift_JIS";

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

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

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

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

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

#upper {
}

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

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

#right p {
padding: 0;
margin: 3px 0px 0px 0px;
}

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

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

#foot-base {
width: 875px;
clear: both;
padding-top: 20px;
border-top: 1px solid #999;
margin: 0 auto;
}

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

#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;
}

#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%;
}

/* ------infoのベース-------- */

#information {
width: 875px;
text-align: left;
font-size: 83%;
padding-top: 30px;
clear: both;
background-image: url(../images/index/ti.gif);
background-position: 0	10px;
background-repeat: no-repeat;
overflow: auto;
}

#information dt {
color: #fff;
font-weight: bold;
background-color: #000;
padding: 3px;
background-image: url(../info/tb.gif);
background-position: 10px 50%;
background-repeat: no-repeat;
padding-left: 18px;
clear: both;
}

#information p {
float: left;
padding-right: 10px;
padding-bottom: 10px;
}

#information dd {
margin: 0;
padding: 10px 0px;
}

#information a {
color: #f00;
}

/* ------info列-------- */

#info_left,#info_center,#info_right {
float: left;
width: 285px;
margin-bottom: 15px;
}

#info_center,#info_right {
margin-left: 10px;
}

#info_left img,#info_center img,#info_right img {
float: right;
margin: 0px 0px 5px 5px;
}

#info_left dd.img,#info_right dd.img,#info_center dd.img{
float:right;
text-align:right;
margin: 0px 0px 5px 5px;
width:120px;
padding:10px 0 0;
}

/* ------ 090907追加 -------- */
#info_left dd.img img,#info_right dd.img img,#info_center dd.img img{margin:0 0 3px;}

a img{border:none;}

/* ------ 090917追加 -------- */
br.cl{clear:both; font-size:1px; line-height:0;}

/* ------ 090926追加 -------- */
#info_left dd.f_non img,#info_right dd.f_non img,#info_center dd.f_non img{float:none;}
