*{
	margin: 0px auto;
	word-break: normal;
}
html{
	font-family: "ＭＳ ゴシック","MS Sans Serif";
	background-image: url('/images/bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #097b01;
}
/****** 全体基本  ***********/
img{
	border: 0px none #ffffff;
}
a{
	position: relative;
	top: 0px;
	left: 0px;
}
a:hover{
	position: relative;
	top: 0px;
	left: 0px;
	cursor: pointer;
}
a:hover#PageTop{
	top: 0px;
	left: 0px;
}
body{
	background-image: url('/HpImages/back.png');
	background-position: center center;
	background-repeat: repeat-y;
}
/****** 入力フォーム用 ******/
form{
	margin: 0px;
	padding: 0px;
}
/****************************/
input,textarea,select{
	font-family: "MS UI Gothic";
}
input[type=image],
input[type=image]:focus{
	cursor: pointer;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type="file"]
{
	height: 30px;
}
input.Textbox{
	width: 98%;
	background-color: #ffffff;
	background-image: none;
}
textarea{
	height: 20em;
	width: 98%;
}
input.StdBtn{
	background-image: url('/images/btn.gif');
	background-repeat: no-repeat;
	background-position: 0;
	background-color: transparent;
	width: 132px;
	height: 36px;
	border: 0;
  cursor: pointer;
	color: #000000;
	font-size: small;
}
/****************************/
/******* カレンダー用 *******/
div.Calendar{
	width: 150px;
	text-align: center;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	padding: 2px;
	border-collapse: collapse;
	border: 1px dotted #646450;	
	width: 90%;
	background-color: #e7eed5;
}
table.Calendar th{
	background-color: #e8e5db; 
	font-weight: bold;	
	text-align: center;	
	border: 1px ridge #646450;
	padding: 10px;
	color: #000000;
}
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;
	_height: 100px;
}
table.Calendar a:hover{	
	border: 1px double #cabc97;
	background-color: #fffcec;
	background-image: url('/HpCss/www.homepe.net/title.jpg');
	background-position: 0 bottom;
	background-repeat: repeat-x;
	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;
}
table.Rsvvacancy th{
	background-image: none;
	background-color: #fff9e9;
	padding: 0px ! important;
	margin: 0;
	border-width:0px;
}
table.Rsvvacancy td.Rooms{
	font-family: "MS UI Gothic";
	width: 75%;
	border-width:0px;
	min-height: 30px;
	text-align:left;
}
table.Rsvvacancy td.Remain{
	width: 25%;
	border-width:0px;
	min-height: 30px;
}

/* 見積り概算テーブル */
#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; margin: 0px;}
table.Persons td{border-width:1px;}
/**************************/
/* 大外枠 */
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 760px;
	min-width: 754px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	border: 0px solid #ff0000;
	background-color: #ffffff;
}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	clear: both;
	height: 70px;
	overflow:hidden;
	margin-bottom: 3px;
	padding: 0px 15px;
}
div.Flash{
	background-color: transparent;
	min-height: 245px;
}
/****** Menu表示 ******/
div.Menus{
	position: absolute;
	top: 95px;
	text-align: left;
	border: 0px solid #ffffff;
	background: url("/images/menu.gif") no-repeat transparent;
	background-position: top center;
	width: 740px;
	height: 243px;
	padding-left: 20px;
	padding-top: 7px;
}
div.Menus a{
	color: #ffffff;
	text-decoration: none;
	font-size: 11pt;
}
div.Menus a:hover{
	color: #ffff00;
}

/****** コンテンツ表示 ******/
div.Bodys{
	clear: both;
	width: 730px;
	margin: 0px;
	padding: 0px 15px;
}
table.Bodys{
	width: 100%;
	border-collapse: collapse; /* 隣り合ったセルを重ねる */
	border: 0px solid #8D8362;
}
td.Contents{
	vertical-align: top;
	text-align: left;
	line-height: 1.3em;
	border: 0px solid #0000ff;
	padding: 3px 10px 0px 0px;
	min-width:550px;
	_width:550px;
	width: 100%;
}
/****** ピックアップコンテンツ ******/
td.Pickup{
	vertical-align: top;
	font-size: small;
	text-align: center;
	padding: 3px 0px 0px 0px;
	border: 0px solid #898989;
}
td.Pickup a{
	position: static;
}
#PageMenu{
}
#PageMenu a{
	display:block;
	width: 144px;
	text-align: left;
	font-family:"MS UI Gothic";
	color:#152c00;
	text-decoration:none;
	padding: 5px;
	border: 3px outset #0e5600;
	margin: 3px 0px;
}
#PageMenu a:hover{
	color:#152c00;
	background-color: #e2f8d9;
	border: 3px outset #0e5600;
	/*text-decoration:underline;*/
}
div.SubMenu{
	background-image: url('/images/submenu_bg.jpg');
	background-position: center top;
	background-repeat: repeat-x;
}
div.SubMenu h2{
	width: 160px;
	height: 22px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	background-color: #fbf5d5;
	color: #452E00;
	border:1px solid #ead197;
	font-size: small;
	text-align: center;
}
div.SubMain{
	padding: 5px 5px 5px 10px;
	width: 342px;
	text-align: left;
	margin: -8px 5px 0px 5px;
	background-color: #fffff6;
	border: 3px double #e3e4b4;
}
/********* コメント表示 *********/
#PageTitle{
	position: relative;
	background-image: url('/images/bar_l.gif');
	background-position: left center;
	background-repeat: no-repeat;
	margin:0px 0px 5px 0px;
	padding: 12px;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	color: #152c00;
}
#Comments{
	margin: 5px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 11pt;
	font-family: "MS UI Gothic";
	background: url("/images/info_bg.gif") repeat-x #ffffff;
	background-position: left top;
	color: #00596f;
	height: 100%;
	width: 710px;
	border: 1px dotted #cecece;
}

/****** テーブル用クラス ******/
hr{
	width:98%;
}
hr.border{
	color: #999999;
	background-color: #999999;
}
/* 汎用テーブル */
table.Basictable{
	font-family: "ＭＳ ゴシック";
	border-collapse: collapse;
	width: 99%;
	margin-bottom: 5px;
}
table.Basictable tr.Empty,
table.Basictable th.Empty,
table.Basictable td.Empty{
	background-image: none ! important;
	background-color: transparent ! important;
	border: 0px none #000000 ! important;
}
table.Basictable th{
	text-align: center;
	padding: 3px !important;
	background-color: #e2f8d9;
	color: #152c00;
	border: 1px solid #097b01;
}
table.Basictable td{
	padding: 3px !important;
	color: #000000;
	border: 1px solid #097b01;
}
table.ReserveConfirm{
	border-collapse: collapse;
}
table.ReserveConfirm th,
table.ReserveConfirm td,{
	border: 1px solid #000000;
}
table.Layout{
	border-collapse: collapse;
	font-family: "ＭＳ ゴシック";
	border-collapse: collapse;
	width: 99%;
	margin-right: 5px;
	margin-bottom: 5px;
}
table.Layout td{
	text-align: left;
	padding: 8px 0px;
	color: #000000;
	border-bottom: 2px dotted #e5f4b0;
}
.Caption{
	background: url("/images/info_bg.gif") repeat-x #ffffff;
	background-position: top center;
	border: 1px solid #cecece;
	font-weight: bold;
	color: #000000 ! important;
	font-size: 12pt ! important;
	height: 20px! important;
	padding: 5px ! important;
}
.Title{
	background: url("/images/title_bg.jpg");
	background-position: center;
	background-repeat: repeat-x;
	background-color: #88c037;
	font-size: 14pt ! important;
	font-weight: bold;
	font-style: italic;
	padding: 5px 10px 5px 50px ! important;
	text-align:	left ! important;
	color: #ffffff ! important;
	border: 0px outset #999999 ! important;
	/*border-bottom: 1px outset #eeb691 ! important*/;
}
.Kyocho{
	font-size: large;
	color: #ff0000;
	font-weight: bold;
}
div.Update{
	font-family: "MS UI Gothic";
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
}
/* 宿泊予約コンテンツ */
table.RoomList,
table.PlanList{
	background-image: url('/images/parm.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin:10px 0px 10px 15px; 
	background-color: #fdffff;
	border: dotted 3px #cecece;
	font-size: small;
}
table.Cost th{
	background-color: #1c3920;
	color:#ffffff;
}
div.PImages,
div.RImages{
	float:right;
	width: 20%;
}
div.PDetail,
div.RDetail{
	float:left;
	width: 78%;
	text-align: left;
	margin: 0 auto;
}
div.PName,
div.RName{
	background-image: url('/images/info_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 10pt;
	padding: 3px;
	text-align:	left;
	color: #000000;
	border-bottom: 3px double #b7e8ec;
}
div.PMemo,
div.RMemo{
	padding: 10px;
	border: 0px dotted #eeebdb;
	color: #555555;
	font-size: 9pt;
	text-align:left;
}
div.Planlist,
div.Roomlist{
	text-align:right;
}

div.Amenity{	
	text-align:right;	
}
div.Cost{	
	text-align:right;
	font-size: small;
}
div.Checkinout{	
	text-align:right;	
	font-size: x-small;	
	color:#452e00;	
}
/******************/
div.Bodyfooter{
	text-align: center;
	padding: 10px 0px;
	word-break: keep-all;
	font-size: 11pt;
	border-top: 2px dotted #cecece;
	border-bottom: 2px dotted #cecece;
	color: #9c8663;
}
div.Bodyfooter a{
	font-family: "MS UI Gothic";
	font-size: small;
	color: #172901;
	text-decoration: none;
}
div.Admin{
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
}
div.Admin a{
	font-size: x-small;
	text-decoration: none;
	color: #eeeebb;
}
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: 0 0;
	background-repeat: repeat;
	width: 100%;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered *{
	color: #999999;
	text-decoration: none;
}

