/******* 全体共通設定 *******/
*{
	font-family:"ＭＳ Ｐゴシック";
	color: #000000;
	line-break: normal;
	margin: 0px auto;
}
img{
	border-style: none;
}
html{
	background-color: #FFFDF3;
}
body{
	background-image: url('/HpImages/back.png');
	background-position: center center;
	background-repeat: repeat-y;
}
h1,h2,h3,h4,h5,h6{
	text-align: center;
}
input{
	font-size: small;
}
input.Textbox{
	width: 95%;
	font-size: medium;
}
input.StdBtn{
	font-family: "MS UI Gothic";
	background-image: url('/HpCss/hotel-pomodoro.com/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;
}
textarea{
	font-size: small;
	width: 98%;
	height: 15em;
	font-size: medium;
}
/*全体ここまで*/

/******* カレンダー用 *******/
div.Calendar{
	width: 150px;
	text-align: center;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	padding: 1px;
	border-collapse: collapse;
	border: 1px ridge #ddd2b2;	
	width: 96%;
	background-color: #fbf8f1;
}
/* カレンダー年月表示部 */
table.Calendar th{
	background-color: #e2dcbc; 
	font-weight: bold;	
	text-align: center;	
	border: 1px ridge #c6b884;
	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%;
	overflow: visible;
}
table.Calendar a:hover{	
	border: 1px double #cabc97;
	background-color: #fffcec;
	background: url('/HpCss/hotel-pomodoro.com/plan_bg.jpg') no-repeat top left;
	text-decoration: underline;
	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;	}
#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: 800px;
	min-width: 796px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	border: 0px solid #ff0000;
}
/* ページヘッダー */
div.Bodyheader{
	text-align: left;
	background-color: #45ADAD;
	width: 760px;
	height: 100px;
	overflow:hidden;
	background-image: url('/HpCss/hotel-pomodoro.com/header.jpg');
	background-position: right top;
	background-repeat: no-repeat;
}
div.Bodyheader h1,
div.Bodyheader h1 a{
	color: #6f3f0e;
	text-decoration: none;
	padding: 13px 0px;
	height: 24px;
	font-weight: bold;
	font-size: small;
	cursor: default;
	border: 0px solid #ff0000;
}
div.Flash{
	position: relative;
	width: 760px;
	border-top: 5px solid #000000;
	border-bottom: 5px solid #000000;
}
/****** Menu表示 ******/
div.Menus table{
	width: 760px;
	border-collapse: collapse; 
}
/****** コンテンツ表示 ******/
div.Bodys{
	width: 756px;
	padding: 0px;
	background-color: #ffffff;
	border: 0px solid #ff0000;
}
table.Bodys{
	width: 740px;
	margin: 0px 10px;
	border-collapse: collapse; /* 隣り合ったセルを重ねる */
	border: 0px solid #ff0000;
}
td.Contents{
	vertical-align: top;
	text-align: center;
	border: 0px solid #0000ff;
	background-image: none;
	line-height: 1.2em;
}
td.Pickup{
	vertical-align: top;
	text-align: left;
	font-size: small;
	text-align: center;
	border: 0px solid #898989;
}
div.SubMain{
	font-family:"MS UI Gothic";
	border: 1px dotted #eedacf;
	padding: 5px;
}
div.SubMenu{
	width: 160px;
	text-align: left;
	word-break: break-all;
}
div.SubMenu h2{
	background-image: url('/HpCss/hotel-pomodoro.com/bar_s.gif');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	color: #ffffff;
	font-size: small;
	text-align: center;
	height: 20px;
}
div#PageMenu{
	width: 160px;
	min-height: 140px;
	_height: 140px;
	margin: 5px 0px 5px 0px;
	background: url('/HpCss/hotel-pomodoro.com/bar_bg.gif') repeat-y top left;
}
div#PageMenu a{
	display:block;
	width: 150px;
	text-align: left;
	font-family:"MS UI Gothic";
	color:#000000;
	text-decoration:none;
	padding: 5px;
	margin: 0px;
}
div#PageMenu a:hover{
	color:#ffffff;
	background-color: #247d7c;
}
table.Layout{
	width: 95%;
}
/* 汎用テーブル */
table.Basictable{
	font-family: "ＭＳ ゴシック";
	width: 95%;
	border-collapse: collapse;
	background-color: #ffffff;
}
table.Basictable th{
	background: url('/HpCss/hotel-pomodoro.com/plan_bg.jpg') no-repeat 10% left #ffffff ! important;
	text-align: center;
	padding: 3px;
	color: #2B0F00;
	border:1px solid #ffffff;
}
table.Basictable td{
	text-align: left;
	padding: 8px 8px;
	color: #4C2C2C;
	border:1px solid #ffffff;
	background-color: #fffdf3;
}
.Caption{
	font-weight: bold;
	background: url('/HpCss/hotel-pomodoro.com/plan_bg.jpg') no-repeat top center #c6b986;
	color: #000000 ! important;
	font-size: 12pt! important;
	padding: 10px 0px 10px 0px ! important;
}
#PageTitle{
	background: url(/HpCss/hotel-pomodoro.com/title.gif) center no-repeat transparent;
	color: #7b0003;
	height: 49px;
	padding-top: 25px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 14pt;

}
#Comments{
	color: #000000;
	text-align: center;
	font-size: small;
	margin-top: -10px;
	margin-bottom: 10px;
}
.Update{
	font-size: x-small;
	text-align: right;
}
/********** 宿泊プラン一覧&部屋一覧ページ(通常タイプのみ) **********/
/* 囲いの枠 */
table.RoomTypeList,
table.RoomList,
table.PlanList{	
	background: url('/HpCss/hotel-pomodoro.com/plan_bg.jpg') no-repeat top center;
	background-color: #FDFCF9;
	width:95%; 
	margin:10px auto; 
	border: ridge 1px #c6b986;
}
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{
	font-family: "ＭＳ ゴシック";
	text-align: left;
	color: #433400;
	padding: 10px 10px 7px 100px;	
	font-weight: bold;
}
/* プラン説明文 */
div.PMemo,
div.RMemo{	
	font-family: "ＭＳ ゴシック";
	line-height: 1.2em;
	background: url('/HpImages/white_bg.png') repeat;
	border: dotted 1px #eeebdb;
	padding:10px;
	color: #000000;
	margin-bottom: 10px ! important;
}
/* 料金(通常タイプのみ使用) */
table.Cost{
	background: url('/HpImages/white_bg.png') repeat;
	width: 524px ! important;
	border: ridge 3px #CF8354;
}
table.Cost th{
	background-color: #E4B598;
	color: #000000;
}
/* 料金(通常タイプのみ使用) */
div.Cost{
	text-align:right;
	font-size: small;
	clear: both;
}
/* チェックイン･アウト */
div.Checkinout{	
	text-align:right;	
	font-size: x-small;	
}
/* 部屋から予約ページのプランのセレクトボックス(通常タイプのみ使用) */
.Planlist,
.Roomlist{
	text-align:right;
}
/* 部屋から予約ページのアメニティの表示(通常タイプのみ使用) */
div.Amenity{	
	text-align:right;	
	font-size: small;	
}

/******************/
div.Bodyfooter{
	margin-top: 15px;
	width: 760px;
	background-color: #014D51;
	font-family: "ＭＳ Ｐゴシック";
	clear: both;
	text-align: center;
	font-size: 10pt;
	padding: 8px 0px 0px 0px;
	border: 0px solid #000000;
	word-break: keep-all;
	background-image: url('/HpCss/hotel-pomodoro.com/footer.jpg');
	background-position: left top;
	background-repeat: repeat-x;
	min-height: 40px;
	_height: 40px;
	color: #ffffff;
}
div.Bodyfooter a{
	color: #ffffff;
	text-decoration: none;
}
div.Admin{
	width: 760px;
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	color: #000000;
	background-color: #014D51;
}
div.Admin a{
	font-size: x-small;
	text-decoration: none;
	color: #14696c;
}
div.Admin a:hover{
	color: #ffffff;
}
a.Admin{
	font-size: xx-small;
}
/******************/
div.Powered{
	background-color: #ffffff;
	background: url(/HpImages/copybak.gif) #e6e6e6;
	background-position: center left;
	background-repeat: repeat;
	width: 760px;
	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;
}

