@import url("/2_css/index.css");
*{
	font-family: ＭＳ ゴシック;
	color: #000000;
	line-break: normal;
	margin: 0px auto;
}
img{
	border-style: none;
}
body{
	background-color: #ffeedd;
}
h1.h2,h3,h4,h5,h6{
	text-align: center;
}
/****** 入力フォーム用 ******/
form{
	margin: 0px;
	padding: 0px;
}
/****************************/
.link {
	font-size: 12px;
	color: #666666;
}
.lin {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.bn {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.honbun {
	font-size: 12px;
	line-height: 16px;
	color: #774400;
	margin: 0px;
	padding: 5px;
	text-align: left;
}
.tonbo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #888822;
	border-left-color: #888822;
}

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/kagasuke.com/btn.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 10pt;
	width: 130px;
	height: 20px;
	border: 0;
  cursor: pointer;
	color: #ffffff;
	border: 0px solid #002371;
}
/****************************/
/******* カレンダー用 *******/
div.Calendar{
	width: 150px;
	text-align: center;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	padding: 2px;
	border-collapse: collapse;
	border: 1px outset #163009;	
	width: 90%;
	background-color: #e7eed5;
}
table.Calendar th{
	background-color: #e8e5db; 
	font-weight: bold;	
	text-align: center;	
	border: 1px ridge #163009;
	padding: 10px;
	color: #000000;
}
table.Calendar td{
	text-align: center;	
	border: 1px ridge #163009;	
	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;
	overflow: visible;
}
table.Calendar a:hover{	
	border: 1px double #cabc97;
	background-color: #fffcec;
	background-image: url('/HpCss/kagasuke.com/title.jpg');
	background-position: 0 bottom;
	background-repeat: repeat-x;
	text-decoration: underline;
	color: #000000;
}
div.Rsvaccepting{
	min-height: 100px;
	_height: 100px;
	height: 100px;
	overflow: visible;
}
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{
	font-family: "MS UI Gothic";
	width: 100%;
	border-collapse: collapse;
	text-align:left;
	cursor: pointer;
}
table.Rsvvacancy th{
	background-image: none;
	background-color: #fff9e9;
	padding: 0px ! important;
	margin: 0;
	border-width:0px;
	font-size: small ! important;
}
table.Rsvvacancy td.Rooms{
	font-size: x-small;
	width: 65%;
	border-width:0px;
	min-height: 30px;
	text-align:left;
	font-size: small ! important;
}
table.Rsvvacancy td.Remain{
	width: 35%;
	text-align: right;
	border-width:0px;
	min-height: 30px;
	font-size: small ! important;
}

/* 見積り概算テーブル */
#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; margin: 0px;}
table.Persons td{border-width:1px;}
.SecurityMessage{
	color:#000000;
	font-size: small;
}
a.WindowOpen{	
	background-image:url("/HpImages/arrow_left.gif");	
	background-repeat: no-repeat;
	font-weight:bold;	
	font-size:8pt;	
	padding:5px 5px 5px 20px;	
}

/**************************/
/* 大外枠 */
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 720px;
	min-width: 700px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	border: 0px solid #ff0000;
	text-align: center;
}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	left : 0;
	top: 0;
	text-align: center;
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 10px;
	overflow:hidden;
	border: 0px solid #000000;
}
div.Bodyheader h1{
	color: #6f3f0e;
	padding: 13px 0px;
	height: 24px;
	font-weight: bold;
	font-size: large;
	border: 0px solid #ff0000;
}
div.Flash{
	text-align: center;
	width: 700px;
	border: 0px ridge #9c775b;
}
/****** Menu表示 ******/
div.Menus{
	text-align: center;
	border: 0px solid #ffffff;
	height: 150px;
}
div.Menus table{
	margin: 0px;
	padding:0px;
	background: #6d5e33;
}
/****** コンテンツ表示 ******/
div.Bodys{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.Bodys{
	margin: 0px 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;
	font-family: "ＭＳ 明朝";
	/*background-color: #ffffff;*/
}
/****** ピックアップコンテンツ ******/
td.Pickup{
	vertical-align: top;
	/*background-color: #FFF9E5;*/
	text-align: left;
	width: 150px;
	top: 0px;
	margin: 0;
	padding: 0px 0px;
	font-size: small;
	text-align: center;
	border: 0px solid #898989;
}
div#PageMenu{
	text-align: center;
	background-position: 0 0;
	background-repeat: repeat;
	margin: 5px 0px 5px 3px;
	border: 1px solid #edf4c6;
}
div#PageMenu h2{
	width: 170px;
	margin: 0px 0px 5px 0px;
	padding: 8px 0px 0px 0px;
	height: 22px;
	color: #518C00;
	border:0px solid #edf4c6;
	font-size: small;
	text-align: center;
	background-image: url("/images/bar_s.jpg");
}
div#PageMenu a{
	display:block;
	width: 140px;
	text-align: left;
	font-family:"MS UI Gothic";
	color:#4C2C2C;
	text-decoration:none;
	padding: 5px;
	border: 3px outset #edf4c6;
	margin: 0px 5px;
}
div#PageMenu a:hover{
	color:#452E00;
	background-color: #edf4c6;
	border: 3px outset #a1b880;
	/*text-decoration:underline;*/
}
/********* コメント表示 *********/
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{
	/*border: 1px solid #843500;*/
	width:98%;
}
hr.border{
	color: #999999;
	background-color: #999999;
}
div.PageTitle{
	margin:0px;
	margin-left: 10px; 
	margin-top: 10px;
}
/* 汎用テーブル */
table.Basictable{
	font-size: small;
	font-family: "ＭＳ ゴシック";
	width: 95%;
	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: #445409;
	color: #ffffff;
	border:1px solid #163009;
}
table.Basictable td{
	text-align: left;
	padding: 8px 8px;
	color: #4C2C2C;
	border:1px solid #163009;
}
table.ReserveConfirm{
	border-collapse: collapse;
}
table.ReserveConfirm th,
table.ReserveConfirm td,{
	border: 1px solid #000000;
}
table.Layout{
	font-size: small;
	font-family: "ＭＳ 明朝";
	width: 520px;
	border-collapse: collapse;
	margin: 10px auto;
}
table.Layout td{
	text-align: left;
	color: #4C2C2C;
	border:0px solid #000000;
}
th.Caption{
	border: 0px solid #ffffff;
	font-size: 12pt! important;
	height: 25px! important;
	padding: 5px 0px 0px 25px ! important;
	color: #ffffff ! important;
	background-image: url("/HpCss/kagasuke.com/caption.gif");
	background-repeat: repeat;
	background-position: 0;
}
th.Title{
	font-family: "ＭＳ 明朝";
	font-size: 12pt ! important;
	background-color: #907540 ! important;
	padding: 5px 0px 0px 55px ! important;
	height: 35px! important;
	text-align:	left ! important;
	color: #ffffff! important;
	border: 1px solid #452E00 ! important;
}
div.Update{
	font-family: "MS UI Gothic";
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
}
/* 宿泊予約コンテンツ */
table.RoomTypeList,
table.PlanList{	
	width:95%; 
	margin:10px auto; 
	background-color: #ffffff;
	background-image: url("/HpCss/kagasuke.com/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
	border: outset 2px #435308;
}
table.Cost th{
	background-color:#666611;
	color: #ffffff;
	padding: 10px;
}
div.PImages{
	float:left;
	width: 20%;
}
div.PImages img{
	margin: 3px 0px;
}
div.PDetail{
	float:right;
	width: 73%;
	text-align: left;
	margin: 0 5px;
}
div.PName{
	text-align: left;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	background-color:#666611;
	background-image: url("/HpCss/kagasuke.com/caption.gif");
	background-repeat: repeat;
	background-position: 0;
}
div.PMemo{	
	border: 0px dotted #eeebdb;
	width:95%;
	padding:10px;
	color: #000000;
}
div.Cost{	
	text-align:right;
	font-size: small;
}
div.Checkinout{	
	text-align:right;	
	font-size: x-small;	
	color:#452e00;	
}
.Roomlist{
	text-align:right;
}
div.Amenity{	
	text-align:right;	
	font-size: small;	
}
/******************/
div.Bodyfooter{
	font-family: "ＭＳ Ｐゴシック";
	clear: both;
	margin: 0 auto;
	text-align: center;
	font-size: 8pt;
	padding: 8px 0px 0px 0px;
	border: 0px solid #000000;
	word-break: keep-all;
	width: 700px;
	/*
	background-image: url("/HpCss/kagasuke.com/copyright.jpg");
	background-repeat: no-repeat;
	background-position: center;
	*/
}
div.Bodyfooter a{
	color: #503F1E;
	text-decoration: none;
}
div.Admin{
	margin: 0 auto;
	width: 700px;
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	color: #000000;
	background-image: url("/HpCss/kagasuke.com/footer.jpg");
	background-repeat: repeat-x;
	background-position: center;
}
div.Admin a{
	font-family: "ＭＳ Ｐゴシック";
	font-size: x-small;
	text-decoration: none;
	color: #bbbbbb;
}
div.Admin a:hover{
	color: #000000;
}
a.Admin{
	font-size: xx-small;
}
/******************/
div.Powered{
	margin: 0 auto;
	width: 700px;
	background-color: #ffffff;
	background: url(/HpImages/copybak.gif) #e6e6e6;
	background-position: top center;
	background-repeat: repeat;
	width: 700px;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered *{
	color: #503F1E;
	text-decoration: none;
}

