﻿@charset "utf-8";
/* ------------------------------------- 
 * フォーマット
 * ------------------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
	font-size: 80%;
	line-height: 1.6;
	background: #ffffff url(img/bg_body.gif) repeat-y top center;
}
hr {
	display: none;
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
}
h2 {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	padding-left: 5px;
	font-size: 18px;
	font-weight: bold;
	background-color: #FF9933;
}
h3 {
	color: #000066;
	font-size: 16px;
	font-weight: bolder;
	}
h4 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 100%;
	font-weight: bold;
}
h5 {
	font-size: 100%;
	font-weight: bold;
}
object{
    margin:10px;
    }
embed{
    margin:10px;
    }













h1, h2, h3, h4, h5 img {
	vertical-align: bottom;
}
img {
	border: none;
}
li {
	list-style-type: none;
}
/* ------------------------------------- 
 * リンク
 * ------------------------------------- */
a img {
	border-style: none;
}
a:link {
	color: #3399ff;
	text-decoration: none;
}
a:visited {
	color: #3399ff;
	text-decoration: none;
}
a:hover {
	color: #44bbee;
	text-decoration: none;
}
/* ------------------------------------- 
 * 基本レイアウト
 * ------------------------------------- */
#wrapper {
	background-color: #FFFFFF;
	width: 780px;
	margin: 0px auto;
}
#header {
	color: #FFFFFF;
	height: 90px;
	position: relative;
	background-color: #003300;
}
#globalnavi {
	margin: 0px;
	width: 780px;
	height: 40px;
}
#flash {
	padding: 0px 0px 20px 0px;
	clear: both;
	background-color: #FFFFFF;
}
#image {
	clear: both;
}
#pankuzu {
	padding-left: 10px;
	margin-bottom: 20px;
	clear: both;
	background-image: url(../img/bg_pankuzu.gif);
	background-repeat: no-repeat;
	height: 20px;
	line-height: 20px;
	font-size: 85%;
	color : #ffffff;
}
#left {
	padding: 0px 10px 0px 0px;
	float: left;
	width: 235px;
}
#right {
	padding: 0px 0px 0px 10px;
	float: right;
	width: 525px;
}
#footer {
	margin-top: 20px;
	padding: 15px 0px 15px 0px;
	border-top: 1px solid #cccccc;;
	clear: both;
}
/* ------------------------------------- 
 * ヘッダー
 * ------------------------------------- */
#header h1 {
	text-align: center;
	font-size: 36px;
}
#header p {
	text-align: center;
	font-size: 12px;
}


/* ------------------------------------- 
 * グローバルナビゲーション
 * ------------------------------------- */
#globalnavi img {
	vertical-align: bottom;
}
.menu {
	margin: 0px;
	padding: 0px;
	height: 40px;
	display: inline;
	float: left;
}
/* ------------------------------------- 
 * イメージ
 * ------------------------------------- */
#image img {
	vertical-align: bottom;
}
/* ------------------------------------- 
 * パンクズ
 * ------------------------------------- */
#pankuzu a:link {
	color: #9ddfff;
	text-decoration: none;
}
#pankuzu a:visited {
	color: #9ddfff;
	text-decoration: none;
}
#pankuzu a:hover {
	color: #44bbee;
	text-decoration: none;
}
/* ------------------------------------- 
 * フッター
 * ------------------------------------- */


#footer .columnL {
	float: left;
}
#footer #logo {
}

#footer .columnR {
	float: right;
	text-align: right;
    font-size: 80%;
	padding-top: 0px;
}
#footer .foreign {
	float: right;
    font-size: 1.2em;
}
#footer .h-contact {
	float: right;
}
#footer ul {
	clear: both;
}
#footer ul li {
	display: inline;
	float: left;
	margin-left: 5px;
}


/* ------------------------------------- 
 * テーブル
 * ------------------------------------- */
.tableStyle table {
	background: #CCCCCC;
}
.tableStyle th {
	background: #EEEEEE;
	padding:5px;
	font-weight:normal;
}
.tableStyle td {
	background: #FFFFFF;
	padding:5px;
}

/* ------------------------------------- 
 * 左側コンテンツ
 * ------------------------------------- */
/* ---- 宿泊予定検索 ---- */
#search form{
	background-color: #9b9b9b;
	width: 195px;
	padding: 10px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}
.selectSpan {
	margin-bottom: 7px;
}
/* ---- プランランキング ---- */
#ranking ul {
	padding: 0px 2px 0px 4px;
	margin-bottom: 20px;
}
#ranking ul li {
	color: #009900;
}
#ranking a {
	font-size: 85%;
}
.rankingFirst {
	color: #009900;
	font-weight: bold;
}
/* ---- オススメ情報 ---- */
#osusume ul {
	padding: 0px 2px 0px 4px;
	margin-bottom: 20px;
}
#osusume ul li {
	line-height: 1.6em;
}
/* ---- 会員登録 ---- */
#member {
	margin-bottom: 20px;
}
/* ---- お問い合わせ ---- */
#contact p {
	padding: 0px 2px 0px 4px;
	margin-bottom: 20px;
}
/* ------------------------------------- 
 * カスタマイズ
 * ------------------------------------- */
/* ---- 線装飾 ---- */
#dotline {
	border-bottom: 1px dotted #666666;
}
/* ---- 文章装飾 ----- */
/*.fontPlan {
	color: #FFCC00;
}*/
.fontBig {
	font-size: 120%;
}
.fontSmall {
	font-size: 80%;
}
/* ---- その他装飾 ---- */
.clear {
	clear: both;
