/******* 全体共通設定 *******/
*{
	font-family: ＭＳ ゴシック;
	color: #000000;
	line-break: normal;
	margin: 0px auto;
}
img{
	border-style: none;
}
html{
	background-image: url('/HpCss/komeya.co.jp/back.gif');
	background-position: 0 0;
	background-repeat: repeat;
	background-color: #ffffff;
}
body{
}
h1,h2,h3,h4,h5,h6{
	text-align: center;
}
input{
	font-family: MS UI Gothic;
	font-size: small;
}
input.StdBtn{
	background-image: url('/HpCss/komeya.co.jp/btn.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	width: 130px;
	height: 20px;
	border: 0;
  cursor: pointer;
	color: #ffffff;
	font-size: small;
	text-align: left;
	padding-left: 15px;
}
textarea{
	font-family: MS UI Gothic;
	font-size: small;
	width: 98%;
	height: 10em;
}
/*全体ここまで*/

div.Main a,
div.Main input{
	position: relative;
}

/******* カレンダー用 *******/
div.Calendar{
	width: 150px;
	text-align: center;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	padding: 1px;
	border-collapse: collapse;
	border: 1px dotted #646450;	
	width: 100%;
	background-color: #e7eed5;
}
/* カレンダー年月表示部 */
table.Calendar th{
	background-color: #e8e5db; 
	font-weight: bold;	
	text-align: center;	
	border: 1px ridge #646450;
	padding: 10px;
	color: #000000;
}
/* カレンダーtd共通 */
table.Calendar td{
	text-align: center;	
	border: 1px ridge #646450;	
	padding: 1px;	
	width: 14%;
}
/* カレンダー曜日表示部 */
table.Calendar td.Weeklist{	
	font-weight: bold;	
	height:20px;
	font-size:small;
}
/* カレンダー該当月以外の日(前後の月の日数表示部) */
table.Calendar td.Otherday{	
	background-color: #eeeeee;
	font-size: small;
	color: #666666;
}
/* カレンダー平日 */
table.Calendar td.Weekday{
}
/* カレンダー土曜日 */
table.Calendar td.Saturday{	
	background-color: #eeffff	! important;
}
/* カレンダー日曜･祝日 */
table.Calendar td.Holiday{	
	background-color: #ffeeff	! important;
}
/* カレンダー当日(今日現在) */
table.Calendar td.Today{	
	background-color: #ffffff	! important;
}
/* カレンダー部屋数等のリンク */
table.Calendar a{
	color: #282e0a;
	text-decoration: none;	
	display: block;
	height: 100%;
	min-height: 100px;
	overflow: visible;
}
table.Calendar a:hover{	
	background: url('/HpCss/komeya.co.jp/plan_bg.jpg') no-repeat bottom right;
	color: #000000;
}
/* カレンダー提供している日 */
div.Rsvaccepting{
	min-height: 100px;
	_height: 100px;
}
/* カレンダー合計額(通常タイプのみ使用) */
div.Rsvtotal{	
	font-weight: bold;
	white-space: pre;
	border-top: dotted 1px #646450;
	margin-top: 5px;
	padding-top: 5px;	
}
/* カレンダー料金表示(通常タイプのみ使用) */
div.Rsvprice{
	font-size: small;	
}
/* カレンダー空室数表示(通常タイプのみ使用) */
div.Rsvvacancy{
	border-top: dotted 1px #646450;
}
/* カレンダー受付終了・設定なし */
div.Rsvinvalidity{
	height:107px;
	background-color: #cccccc;
	font-size:small;	
}
/* カレンダー空室数表示(複数予約タイプのみ使用) */
table.Rsvvacancy{
	width: 100%;
	border-collapse: collapse;
	text-align:left;
	font-size: small;
	cursor: pointer;
	margin: 0;
}
/* カレンダー空室名表示(複数予約タイプのみ使用) */
table.Rsvvacancy td.Rooms{
	font-family: "MS UI Gothic";
	width: 74%;
	border-width:0px;
	min-height: 30px;
	text-align:left;
	padding: 0px ! important;
}
/* カレンダー空室残数表示(複数予約タイプのみ使用) */
table.Rsvvacancy td.Remain{
	font-family: "MS UI Gothic";
	width: 26%;
	border-width:0px;
	min-height: 30px;
	padding: 0px ! important;
	font-size: 9pt ! important;
}
/*カレンダーここまで*/

/******* その他 *******/
/* 見積もり画面のプラン詳細・部屋詳細リンク */
a.WindowOpen{	
	background-image:url("/HpImages/arrow_left.gif");	
	background-repeat: no-repeat;
	font-weight:bold;	
	font-size:8pt;	
	padding:5px 5px 5px 20px;	
}
/* 見積り概算表 */
#BillDetailTable{	font-size:small;	border-collapse: collapse;	margin:0;	width: 100%;background-color: #ffffff;}
#BillDetailTable th.Caption{	text-align:center;background-color:#dae0bd;	}
#BillDetailTable th.Total{	background-color:#b6b177;	}
#BillDetailTable td.Total{	color:#ff0000;	}
#BillDetailTable th.AllTotal{	background-color:#fff9d4;	}
#BillDetailTable td.AllTotal{	background-color:#fff9d4;	color:#ff0000;	}
#BillDetailTable th{	text-align:left;background-color:#e8e5db;color: #000000;	}
#BillDetailTable td{	text-align:right;	}

/* 予約照会ページの予約情報表 */
table.ReserveConfirm{	width:80%;border-collapse:collapse;	padding: 5px;background-color: #ffffff;	}
table.ReserveConfirm	th{	font-size: small;background-color: #e8e5db;	border: 1px ridge #646450;	text-align: center;	}
table.ReserveConfirm	td{	padding: 3px;border: 1px ridge #646450; }

/* 人数選択のテーブル */
table.Persons{ border-collapse:collapse;}
table.Persons td{ border-width:1px;}


/* 大外枠 */
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 620px;
	min-width: 620px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	border: 0px solid #ff0000;
	margin: 0px auto;
}
/* ページヘッダー */
div.Bodyheader{
	text-align: left;
	height: 120px;
	overflow:hidden;
	background-image: url('/HpCss/komeya.co.jp/line.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.Bodyheader h1{
	color: #999999;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: small;
	background-image: url('/HpCss/komeya.co.jp/line.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.Bodyheader img{
	padding: 10px 0px;
}
div.Flash{
	background-image: url('/HpCss/komeya.co.jp/menu1.jpg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding-top: 20px;
	text-align: right;
	border: 0px ridge #9c775b;
}
/****** Menu表示 ******/
div.Menus table{
	background-color: #ffffff;
	text-align: left;
	border-collapse: collapse; 
}
/****** コンテンツ表示 ******/
div.Bodys{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
table.Bodys{
	width: 100%;
	margin: 3px auto;
	border-collapse: collapse; /* 隣り合ったセルを重ねる */
}
td.Contents{
	vertical-align: top;
	text-align: center;
	border: 0px solid #0000ff;
	background-image: none;
	line-height: 1.2em;
	font-family: "ＭＳ 明朝";
}
td.Contents table{
}

/* 汎用テーブル */
table.Basictable{
	font-size: small;
	font-family: "ＭＳ ゴシック";
	border-collapse: collapse;
	width: 100%;
	background-color: #ffffff;
}
table.Basictable th{
	background-image: none;
	text-align: center;
	padding: 3px;
	background-color: #666699;
	color: #ffffff;
	border:1px solid #ffffff;
}
table.Basictable td{
	text-align: left;
	padding: 8px 8px;
	color: #000000;
	border:1px solid #ffffff;
	background-color: #e8e8ff;
}
th.Caption{
	border: 0px solid #ffffff;
	color: #ffffff! important;
	font-size: 12pt! important;
	height: 25px ! important;
	background-color: #326091 ! important;
	padding: 5px 0px 0px 25px ! important;
}

/********** 宿泊プラン一覧&部屋一覧ページ(通常タイプのみ) **********/
/* 囲いの枠 */
table.RoomTypeList,
table.RoomList,
table.PlanList{	
	background: url('/HpCss/komeya.co.jp/plan_bg.jpg') no-repeat bottom right;
	background-color: #8bc7e1;
	margin:10px auto; 
	border: ridge 3px #8bc7e1;
}
table.PlanList td,
table.RoomList td,
table.PlanList td{
	vertical-align: middle;
}
/* 画像 */
div.PImages,
div.RImages{
	float:left;
	width: 20%;
}
/* 詳細部(プラン名･説明文･料金表等) */
div.PDetail,
div.RDetail{
	float: right;
	width: 75%;
	text-align: left;
	margin: 0 5px;
}
/* プラン名 */
div.PName,
div.RName{
	text-align: left;
	background-color: #306191;
	color: #ffffff;
	padding: 10px 0px 7px 30px;	
	font-weight: bold;
	width: 95%;
}
/* プラン説明文 */
div.PMemo,
div.RMemo{	
	background: url('/HpImages/white_bg.png') repeat;
	border: dotted 1px #eeebdb;
	padding:10px;
	color: #000000;
	font-size: small;
	margin-bottom: 10px ! important;
	width: 95%;
}
/* 料金(通常タイプのみ使用) */
table.Cost{
	background: url('/HpImages/white_bg.png') repeat;
	border: ridge 3px #306191;
}
table.Cost th{
	background-color: #306191;
	color: #ffffff;
}
/* 料金(通常タイプのみ使用) */
div.Cost{
	text-align:right;
	font-size: small;
}
/* チェックイン･アウト */
div.Checkinout{	
	text-align:right;	
	font-size: x-small;	
}
/* 部屋から予約ページのプランのセレクトボックス(通常タイプのみ使用) */
.Planlist,
.Roomlist{
	text-align:right;
}
/* 部屋から予約ページのアメニティの表示(通常タイプのみ使用) */
div.Amenity{	
	text-align:right;	
	font-size: small;	
}

/******************/
div.Bodyfooter{
	font-family: "ＭＳ Ｐゴシック";
	clear: both;
	text-align: center;
	font-size: small;
	padding: 8px 0px 0px 0px;
	border: 0px solid #000000;
	word-break: keep-all;
}
div.Bodyfooter a{
	color: #503F1E;
	text-decoration: none;
}
div.Admin{
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	color: #000000;
}
div.Admin a{
	font-size: x-small;
	text-decoration: none;
	color: #cecece;
}
div.Admin a:hover{
	color: #000000;
}
a.Admin{
	font-size: xx-small;
}
/******************/
div.Powered{
	background-color: #ffffff;
	background: url(/HpImages/copybak.gif) #e6e6e6;
	background-position: center left;
	background-repeat: repeat;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered div{
	font-family: "ＭＳ Ｐゴシック";
	color: #cecece;
	margin: 5px;
}
div.Powered a{
	font-family: "ＭＳ Ｐゴシック";
	color: #cecece;
	text-decoration: none;
}
