/******************************************************************************/
/*     V e r s t e c k   O f f i c i a l   W e b s i t e                      */
/*     cascading style sheet - for page settings   version 1.0                */
/*     created by Tets Morikawa, Aug.20 2004                                  */
/******************************************************************************/


/******************************************************************************/
/*     ボックスモデル設定                                                     */
/******************************************************************************/

/* 左カラム（左右分割レイアウト） */
#columnleft {
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}

/* 右カラム（左右分割レイアウト） */
#columnright {
	width: 200px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

/* 右カラムに配置する画像（幅200px） */
.imageright {
	margin: 0px 0px 10px 0px;
	border: 1px solid #999999;
}

/* 右カラムに配置するキャプション（幅200px） */
.captionright {
	margin: 0px 0px 30px 0px;
	font-size: 11px;
	line-height: 120%;
	font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック";
}


/******************************************************************************/
/*     ページごとの設定（Bar - Home）                                          */
/******************************************************************************/

/* ページタイトル */
h1.bar_home {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../imgs/pagetitle_bar.gif) no-repeat;
}
 

/******************************************************************************/
/*     ページごとの設定（Bar - Party）                                         */
/******************************************************************************/

/* ページタイトル */
h1.bar_party {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../bar/party/imgs/pagetitle_party.gif) no-repeat;
}

/* テーブル */

#bar_party .party_price, #bar_party .buffet_photo {
	margin: 0px 0px 0px 10px;
}

#bar_party .party_price th {
	width: 100px;	/* for IE5.x */
	padding: 5px;
	margin: 0px;
	background: #f0e28f;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 90px;	/* for modern */
}
html>body #bar_party .party_price th {
	width: 90px;	/* for OPERA */

}

#bar_party .party_price td {
	width: 310px;	/* for IE5.x */
	padding: 5px;
	margin: 0px;
	text-align: left;
	border-bottom: 1px solid #f0e28f;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 300px;	/* for modern */
}
html>body #bar_party .party_price td {
	width: 300px;	/* for OPERA */
}

#bar_party .party_price th.tablebottom, #bar_party .party_price td.tablebottom {
	border: 0px;
}

#bar_party .party_price caption {
	color: #ffffff;
	font-weight: normal;
	text-align: left;
	background: #e69632;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
}

#bar_party .buffet_photo td.photo {
	width: 202px;	/* for IE5.x */
	height: 152px;	/* for IE5.x */
	margin: 0px;
	text-align: left;
/*	border: 1px solid #999999; */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;	/* for modern */
	height: 150px;	/* for modern */
}
html>body #bar_party .buffet_photo td.photo {
	width: 200px;	/* for OPERA */
	height: 150px;	/* for OPERA */
}

#bar_party .buffet_photo img {
	border: 1px solid #999999;
}

#bar_party .buffet_photo td.caption {
	width: 208px;	/* for IE5.x */
	height: 152px;	/* for IE5.x */
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;	/* for modern */
	height: 150px;	/* for modern */
}
html>body #bar_party .buffet_photo td.caption {
	width: 198px;	/* for OPERA */
	height: 150px;	/* for OPERA */
}


/******************************************************************************/
/*     ページごとの設定（Bar - Courtesy Cars）                                 */
/******************************************************************************/

/* ページタイトル */
h1.bar_courtesy {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../bar/courtesy/imgs/pagetitle_courtesy.gif) no-repeat;
}
 

/******************************************************************************/
/*     ページごとの設定（Bar - Space）                                         */
/******************************************************************************/

/* ページタイトル */
h1.bar_space {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../bar/space/imgs/pagetitle_space.gif) no-repeat;
}


/******************************************************************************/
/*     ページごとの設定（Bar - Event）                                        */
/******************************************************************************/

/* ページタイトル */
h1.bar_event {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../bar/event/imgs/pagetitle_event.gif) no-repeat;
}

/* 左カラムと右カラムとの境界線 */
#bar_event .border {
	border-left: 1px dashed #dddddd;
}

/******************************************************************************/
/*     ページごとの設定（Bar - Food）                                          */
/******************************************************************************/

/* ページタイトル */
h1.bar_food {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../bar/food/imgs/pagetitle_food.gif) no-repeat;
}

/* テーブルの配置・配色 */
#bar_food td.food_photo {
	padding: 4px 4px 4px 4px;
	text-align: left;
	background: #ffffff;
}

#bar_food img.spacer {
	border: none;
}

#bar_food .food_photo img {
	margin: 0px 0px 5px 0px;
	border: 1px solid #999999;
}

#bar_food strong {
	color: #006666;
	font-weight: bold;
}


/******************************************************************************/
/*     ページごとの設定（Bar - Map）                                          */
/******************************************************************************/

/* ページタイトル */
h1.bar_map  {
	width: 700px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../bar/map/imgs/pagetitle_map.gif) no-repeat;
}

/* 左カラムと右カラムとの境界線 */
#bar_map .border {
	border-left: 1px dashed #dddddd;
}


/******************************************************************************/
/*     ページごとの設定（Hotel - Home）                                        */
/******************************************************************************/

/* ページタイトル */
h1.hotel_home {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../imgs/pagetitle_hotel.gif) no-repeat;
}
 

/******************************************************************************/
/*     ページごとの設定（Hotel - Rooms）                                       */
/******************************************************************************/

/* ページタイトル */
h1.hotel_rooms  {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../hotel/rooms/imgs/pagetitle_rooms.gif) no-repeat;
}

#hotel_rooms .topics {
	width: 426px; /* for IE5.x */
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 0px 10px;
	background: #ffffff;
	border: 1px dashed #ff6600;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 406px;	/* for modern */
}
html>body #hotel_rooms .topics {
	width: 406px;	/* for OPERA */

}


/******************************************************************************/
/*     ページごとの設定（Hotel - Food）                                        */
/******************************************************************************/

/* ページタイトル */
h1.hotel_food {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../hotel/food/imgs/pagetitle_food.gif) no-repeat;
}

#hotel_food h4 {
	margin: 0px 0px 0px 10px;
}

#hotel_food li.notice {
	list-style-type: none;
}


/******************************************************************************/
/*     ページごとの設定（Hotel - Map）                                         */
/******************************************************************************/

/* ページタイトル */
h1.hotel_map  {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../hotel/map/imgs/pagetitle_map.gif) no-repeat;
}

#hotel_map .topics {
	width: 630px; /* for IE5.x */
	padding: 5px 5px 5px 5px;
	margin: 20px 10px 0px 10px;
	background: #ffffff;
	border: 1px dashed #ff6600;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 610px;	/* for modern */
}
html>body #hotel_map .topics {
	width: 610px;	/* for OPERA */

}

#hotel_map li.notice {
	list-style-type: none;
}


/******************************************************************************/
/*     ページごとの設定（Hotel - Accommodation）                                */
/******************************************************************************/

/* ページタイトル */
h1.hotel_accommodation {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../hotel/accommodation/imgs/pagetitle_accommodation.gif) no-repeat;
}

/* テーブル */
#hotel_accommodation .accommodation {
	margin: 0px 0px 0px 10px;
}

#hotel_accommodation .accommodation th {
	width: 80px;	/* for IE5.x */
	padding: 5px;
	margin: 0px;
	background: #f0e28f;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 70px;	/* for modern */
}
html>body #hotel_accommodation .accommodation th {
	width: 70px;	/* for OPERA */

}

#hotel_accommodation .accommodation td {
	width: 330px;	/* for IE5.x */
	padding: 5px;
	margin: 0px;
	background: #ffffff;
	text-align: left;
	border-bottom: 1px solid #f0e28f;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 320px;	/* for modern */
}
html>body #hotel_accommodation .accommodation td {
	width: 320px;	/* for OPERA */
}

#hotel_accommodation .accommodation th.tablebottom, #hotel_accommodation .accommodation td.tablebottom {
	border: 0px;
}

#hotel_accommodation .accommodation li {
	margin-left: 20px;
}

#hotel_accommodation .accommodation li.notice {
	list-style-type: none;
}


/******************************************************************************/
/*     ページごとの設定（Hotel - Price）                                       */
/******************************************************************************/

/* ページタイトル */
h1.hotel_price {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../hotel/price/imgs/pagetitle_price.gif) no-repeat;
}

/* テーブル */
#hotel_price .price {
	margin: 0px 0px 0px 10px;
}

#hotel_price caption {
	text-align: left;
	font-weight: bold;
	color: #666666;
	margin: 0px 0px 3px 0px;
}

#hotel_price .price th {
	width: 230px;	/* for IE5.x */
	padding: 5px;
	margin: 0px;
	background: #f0e28f;
	text-align: left;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
	vertical-align: top;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 220px;	/* for modern */
}
html>body #hotel_price .price th {
	width: 220px;	/* for OPERA */

}

#hotel_price .price td {
	width: 190px;	/* for IE5.x */
	padding: 5px;
	margin: 0px;
	background: #ffffff;
	text-align: left;
	border-bottom: 1px solid #f0e28f;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 180px;	/* for modern */
}
html>body #hotel_price .price td {
	width: 180px;	/* for OPERA */
}

#hotel_price .price th.tablebottom, #hotel_price .price td.tablebottom {
	border: 0px;
}

#hotel_price .topics {
	width: 420px; /* for IE5.x */
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 0px 10px;
	background: #ffffff;
	border: 1px dashed #ff6600;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 410px;	/* for modern */
}
html>body #hotel_price .topics {
	width: 410px;	/* for OPERA */

}

#hotel_price .topics h5 {
	margin: 0px 0px 5px 10px;
}

#hotel_price .topics img {
	border: 1px solid #999999;
}

/******************************************************************************/
/*     ページごとの設定（Hotel - Contact）                                      */
/******************************************************************************/

/* ページタイトル */
h1.hotel_contact {
	width: 600px;
	height: 40px;
	text-indent: -1000px;
	background: url(../../hotel/contact/imgs/pagetitle_contact.gif) no-repeat;
}

#hotel_contact .topics {
	width: 420px; /* for IE5.x */
	padding: 5px 5px 5px 5px;
	margin: 20px 0px 0px 10px;
	background: #ffffff;
	border: 1px dashed #ff6600;
	text-align: left;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 410px;	/* for modern */
}
html>body #hotel_contact .topics {
	width: 410px;	/* for OPERA */

}

#hotel_contact .topics dt {
	margin: 0px;
	color: #ff6600;
}

#hotel_contact .topics dd {
	margin: 0px 0px 0px 20px;
}

