*{
	margin: 0px auto;
	word-break: normal;
}
html{
	font-family: "ＭＳ ゴシック,MS Sans Serif";
	/*
	background-image: url('/HpCss/gkisen.com/back.jpg');
	background-position: top left;
	background-repeat: repeat;
	*/
	background-color: #E3E4B4;
}
/****** 全体基本  ***********/
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('/HpCss/gkisen.com/bg.gif');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: transparent;
}
/****** 入力フォーム用 ******/
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('/HpCss/gkisen.com/btn.gif');
	background-repeat: no-repeat;
	background-position: 0;
	background-color: transparent;
	width: 130px;
	height: 24px;
	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: #FBFCD4;
	border-left: 1px solid #545547;
	border-right: 1px solid #545547;
}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	left : 0;
	top: 0;
	height: 70px;
	overflow:hidden;
	background-color: #F4F5B7;
	background-image: url('/HpCss/gkisen.com/title.jpg');
	background-position: 0 0;
	background-repeat: repeat-x;
}
div.Bodyheader h1{
	color: #ffffff;
	padding: 13px 0px;
	height: 24px;
	font-weight: bold;
	font-size: large;
	border: 0px solid #ff0000;
	text-align: center;
}
div.Bodyheader h1 a{
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}
div.Flash{
	text-align: center;
	width: 760px;
}
/****** Menu表示 ******/
div.Menus{
	text-align: left;
	border: 0px solid #ffffff;
	background-image: none;
	height: 30px;
}
a.Backimg{
	font-family: "MS UI Gothic";
	font-size: 10pt;
	text-decoration: none;
	padding: 9px 0px 10px 7px;
	height: 11px;
	width: 143px;
	background-image: url('/HpCss/gkisen.com/umenu.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	display: block;
	float: left;
}
a.Backimg:hover{
	color: #f3fff2;
}
div.Menus a img{
	margin: 0px;
	padding: 0px;
	border: 0px none;
}
/****** コンテンツ表示 ******/
div.Bodys{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.Bodys{
	width: 760px;
	margin: 3px auto;
	border-collapse: collapse; /* 隣り合ったセルを重ねる */
	border: 0px solid #8D8362;
}
td.Contents{
	vertical-align: top;
	text-align: center;
	border: 0px solid #0000ff;
	background-image: none;
	line-height: 1.2em;
}
/****** ピックアップコンテンツ ******/
td.Pickup{
	vertical-align: top;
	top: 0px;
	margin: 0;
	padding: 0px;
	font-size: small;
	text-align: center;
	border: 0px solid #898989;
}
#PageMenu{
}
#PageMenu a{
	display:block;
	width: 134px;
	text-align: left;
	font-family:"MS UI Gothic";
	color:#4C2C2C;
	text-decoration:none;
	padding: 5px;
	border: 3px outset #edf4c6;
	margin: 3px 5px;
}
#PageMenu a:hover{
	color:#452E00;
	background-color: #edf4c6;
	border: 3px outset #a1b880;
	/*text-decoration:underline;*/
}
div.SubMenu{
}
div.SubMenu h2{
	background-image: url('/HpCss/gkisen.com/bar_s.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 150px;
	height: 22px;
	margin: 0px 0px 5px 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;
}
/********* コメント表示 *********/
div.Comments{
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	font-size: small;
	font-family: "MS UI Gothic";
	background-color: #fffcf3;
	border: 1px solid #EDF4C6;
	color: #4C2C2C;
	height: 100%;
	width: 90%;
}

/****** テーブル用クラス ******/
hr{
	width:98%;
}
hr.border{
	color: #999999;
	background-color: #999999;
}
div.PageTitle{
	background-image: url('/HpCss/gkisen.com/bar_tuki.png');
	background-position: left center;
	background-repeat: no-repeat;
	margin:0px;
	padding-top: 20px;
	padding-left: 60px;
	height: 30px;
	font-weight: bold;
	text-align: left;
}
/* 汎用テーブル */
table.Basictable{
	font-size: small;
	font-family: "ＭＳ ゴシック";
	width: 90%;
	border-collapse: collapse;
	margin: 10px auto;
	background-color: #ffffff;
}
table.Basictable tr.Empty,
table.Basictable th.Empty,
table.Basictable td.Empty{
	vertical-align: top;
	background-image: none ! important;
	background-color: transparent ! important;
	border: 0px none #000000 ! important;
}
table.Basictable th{
	text-align: center;
	padding: 3px;
	background-color: #e1e8ab;
	color: #2B0F00;
	border:1px solid #4C2C2C;
}
table.Basictable td{
	text-align: left;
	padding: 8px 8px;
	color: #4C2C2C;
	border:1px solid #4C2C2C;
}
table.ReserveConfirm{
	border-collapse: collapse;
}
table.ReserveConfirm th,
table.ReserveConfirm td,{
	border: 1px solid #000000;
}
table.Layout{
	font-size: small;
	border-collapse: collapse;
	margin: 10px auto;
	border:0px solid #000000;
}
table.Layout td{
	text-align: left;
	border:0px solid #000000;
}
table.Layout td a{
	text-decoration:none;
	display: inline;
}
table.Layout td a:hover{
	text-decoration:underline;
}
.Caption{
	background-image: url('/HpCss/gkisen.com/bar_s.gif');
	background-position: left center;
	background-repeat: repeat-x;
	font-weight: bold;
	border: 1px solid #ead197 ! important;
	color: #000000 ! important;
	font-size: 12pt ! important;
	height: 20px! important;
	padding: 5px 0px ! important;
}
.Title{
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12pt ! important;
	background-color: transparent ! important;
	padding: 35px 10px 0px 10px ! important;
	height: 12px! important;
	text-align:	left ! important;
	color: #000000 ! important;
	border: 1px outset #999999 ! important;
	/*border-bottom: 1px outset #eeb691 ! important*/;
}
div.Update{
	font-family: "MS UI Gothic";
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
}
/* 宿泊予約コンテンツ */
table.RoomList,
table.PlanList{
	width:95%;
	margin:10px auto; 
	background-color: #fffff6;
	border: double 3px #556b2f;
	font-size: small;
}
table.Cost th{
	background-color: #1c3920;
	color:#ffffff;
}
div.PImages,
div.RImages{
	float:left;
	width: 20%;
}
div.PDetail,
div.RDetail{
	float:right;
	width: 78%;
	text-align: left;
	margin: 0 auto;
}
div.PName,
div.RName{
	font-weight: bold;
	background-image: url('/HpCss/gkisen.com/title.jpg');
	background-position: left center;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 10pt;
	padding: 5px;
	text-align:	left;
	color: #000000;
	border: 0px outset #999999;
}
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{
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding: 15px 0px 8px 0px;
	border: 0px solid #000000;
	word-break: keep-all;
	background-color: #F8F9CD;
	font-size: 11pt;
	background-image: url('/HpCss/gkisen.com/footer.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}
div.Bodyfooter a{
	font-family: "MS UIGothic";
	font-size: small;
	color: #3c5540;
}
div.Admin{
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	background-color: #F8F9CD;
}
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;
}

