*{
	font-family: "ＭＳ Ｐ明朝";
	margin: 0px auto;
}
/****** 全体基本  ***********/
body{
	background: url('/HpCss/sansuiryokan.com/bg.jpg') center top repeat #f0d6a0;
}
img{
	border: 0px none #ffffff;
}
a{
	position: relative;
}
a:hover{
	position: relative;
}
/****** 入力フォーム用 ******/
input.Textbox{
	width: 32em;
}
textarea{
	height: 20em;
	width: 32em;
}
input.StdBtn{
	background: url('/HpCss/sansuiryokan.com/btn.gif') no-repeat 0 0;
	font-size: 10pt;
	width: 130px;
	height: 20px;
	border: 0;
  cursor: pointer;
	color: #fff;
}
/****************************/
/******* カレンダー用 *******/
div.Calendar{
	width: 150px;
	text-align: center;
}
/* カレンダー */
table.Calendar{	
	font-size: 11pt;	
	padding: 2px;
	border-collapse: collapse;
	border: 1px solid #fffef4;	
	width: 90%;
	background-color: #f9f6e3;
}
table.Calendar th{
	background-color: #e8e5db; 
	font-weight: bold;	
	text-align: center;	
	border: 1px solid #fffef4;
	padding: 10px;
	color: #000000;
}
table.Calendar td{
	text-align: center;	
	border: 1px solid #fffef4;	
	padding: 1px;	
	width: 14%;
	height:100px;	
}
table.Calendar td.Weeklist{	
	font-weight: bold;	
	height:20px;	
}
table.Calendar td.Otherday{	
	background-color: #eeeeee;
	font-size: small;
	color: #666666;
}
table.Calendar td.Weekday{
}
table.Calendar td.Saturday{	
	background-color: #eeffff;	
}
table.Calendar td.Holiday{	
	background-color: #ffeeff;	
}
table.Calendar td.Today{	
	background-color: #ffffff;	
}
table.Calendar a{
	color: #282e0a;
	text-decoration: none;	
	display: block;
	min-height: 96px;
	_height: 96px;
}
table.Calendar a:hover{	
	background: #c1784f;
	text-decoration: underline;
	color: #ffffff;
	border: 2px outset #4d3001;
}
div.Rsvaccepting{}
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;
	margin-top: 5px;
	padding-top: 5px;
}
div.Rsvinvalidity{
	height: 100%;
	background-color: #cccccc;
	font-size:small;	
}
h3,h4{ color: #ff0000;	}
a.WindowOpen{	
	background:url("/HpImages/arrow_left.gif") no-repeat 0px 0px;
	font-weight:bold;
	font-size:8pt;	
	padding:5px 5px 5px 20px; 
}
#BillDetailTable{	font-size:small;	border-collapse: collapse;	margin:0;	width:100%;}
#BillDetailTable th.Caption{	background-color:#dae0bd;color:#000000;	}
#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{	background-color:#e8e5db;color:#4d3001;	}
#BillDetailTable td{	text-align: right;	}
/****************************/
/* ページヘッダー */
div.Bodyheader{
	background: url('/HpCss/sansuiryokan.com/header.jpg') center top repeat-x #ffffff;
	width: 100%;
	height: 100px;
	overflow:hidden;
	border-bottom: 5px solid #4D3001;
}

div.Bodyheader h1{
	text-align: center;
	color: #232323;
	padding: 40px 0px;
	height: 20px;
	font-weight: bold;
	font-size: x-large;
	border: 0px solid #ff0000;
}
div.Flash{
	position: relative;
	float:right;
	text-align: left;
	padding: 0px;
	width: 610px;
	height: 100%;
	z-index: 1;
	border-bottom: 5px solid #4D3001;
}
div.Flash span{
	position:absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	z-index: 3;
}
/**************************/
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 760px;
	min-width: 756px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	border-left: 3px solid #4D3001;
	border-right: 3px solid #4D3001;
	background: #4d3001;
}
/****** Menu表示 ******/
.Menus{
	width: 148px;
	min-height: 310px;
	_height: 310px;
	float:left;
	background: url('/HpCss/sansuiryokan.com/menu.jpg') center top repeat-y #4d3001;
	position: relative;
	padding: 3px 0px;
	border-right: 2px solid #4D3001;
	border-bottom: 5px solid #4D3001;
}
/****** SubMenu(dropmenu) ******/
div.Menus .dropdown{
	list-style:none;
	margin:0;
	padding:0;
}
div.Menus .dropdown li{
	position:relative;
}
div.Menus .dropdown *{
	margin:0;
	padding:0;
}
div.Menus .dropdown ul{
	width:160px;
	position:absolute;
	top:0;
	left: 200px;
	overflow:hidden;
	display:none;
	background: url('/HpCss/sansuiryokan.com/menu.jpg') 0 0 no-repeat transparent;
	list-style:none;
}
div.Menus .dropdown ul li{
	display:inline;
}
div.Menus .dropdown ul li a, 
div.Menus .dropdown ul li a:active,
div.Menus .dropdown ul li a:visited {
	padding: 10px 10px;
	color: #fff;
	display:block;
	text-decoration:none;
	width:130px;
}
div.Menus .dropdown ul li a:hover{
	background: url('/HpCss/sansuiryokan.com/menu.jpg') 0 0 no-repeat;
}
/****** SubMenu(dropmenu)ここまで ******/
div.SubMenu{
	margin-top: 15px;
}
div.SubMenu h2{
	background: #4d3001;
	color: #f1edd1;
	text-align: center;
	font-size: 12pt;
	padding: 8px;
}
#PageMenu{
}
#PageMenu a{
	border: 1px dotted #4d3001;
	display: block;
	padding: 3px;
	margin: 1px 0px;
	text-align: center;
	text-decoration: none;
	color:#4d3001;
	background: url('/images/menu00.png') 0 0 repeat;
}
#PageMenu a:hover{
	text-decoration: underline;
	background: url('/images/menu40.png') 0 0 repeat;
}
/********* コメント表示 *********/
div#PageTitle{
	margin: 5px 0px 0px 10px;
	background: url(/HpCss/sansuiryokan.com/comment.gif) 0 0 no-repeat;
	width: 150px;
	float:left;
	font-family: "ＭＳ Ｐ明朝";
	font-weight: bold;
	font-size: 16pt;
	height: 60px;
	padding-top: 20px;
	text-align: center;
	color: #4d3001;
}
div#Comments{
	margin: 5px 10px 0px 0px;
	background: url(/HpCss/sansuiryokan.com/comment.gif) right top no-repeat;
	font-family: "ＭＳ Ｐ明朝";
	text-align: left;
	float:left;
	height: 65px;
	padding: 15px 10px 0px 10px;
	width: 420px;
	color: #4d3001;
}
div.Bodys{
	float:right;
	width: 610px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #ff0000;
	background: url('/HpCss/sansuiryokan.com/back.jpg') left bottom no-repeat #FFFEF4;
}
/****** コンテンツ表示 ******/
table.Bodys{
	clear: both;
	width: 100%;
	border-collapse: collapse; /* 隣り合ったセルを重ねる */
}
table.Bodys td.Contents{
	vertical-align: top;
	text-align: center;
}
table.Basictable{
	width: 90%;
	letter-spacing: 2px;
	border-collapse: collapse;
	margin: 10px auto;
}
table.Basictable th{
	border: 1px solid #fffdf4;
	text-align: center;
	padding: 5px;
	background-color: #4d3001;
	color: #f3f0d1;
}
table.Basictable td{
	line-height: 1.3em;
	border: 1px solid #fffdf4;
	text-align: left;
	padding: 3px 8px;
	background-color: #f9f6e3;
	color: #4C2C2C;
}
th.Caption{
	border: 0px solid #292e2f;
	background: url(/HpCss/sansuiryokan.com/comment.gif) center center #592e26;
	color: #4d3001 ! important;
	height: 25px;
	padding: 7px;
}
th.Title{
	border: 0px solid #292e2f;
	background: #4d3001;
	color: #f3f0d1 ! important;
	height: 25px;
	padding: 7px;
}
table.Layout{
	margin-top: 5px;
	width: 95%;
	border-collapse: collapse;
}
table.Layout td{
	width: 50%;
	font-size: 10pt;
	line-height: 1.5em;
	text-align: center;
	word-spacing: 2px;
	color: #352921;
	border: solid 0px #000000;
	border-top: double 3px #847763;
}
/************************************/
/****** 宿泊予約コンテンツ ******/
table.RoomTypeList,
table.RoomList,
table.PlanList{	
	width:95%; 
	margin:10px auto; 
	border: solid 2px #041c72;
}
table.RoomTypeList th,
table.PlanList th{
	background-color:#041c72;
	color: #fff;
	padding: 10px;	
}
table.RoomTypeList td,
table.PlanList td{
	background: #fff;
}

div.PImages,
div.RImages{
	float:left;
	width: 23%;
}
div.PDetail,
div.RDetail{
	text-align: left;
	margin: 0px 5px;
	float:right;
	width: 75%;
}
div.PName,
div.RName{
	background-color:#4d3001;
	color: #f3f0d1;
	padding: 10px;	
	font-weight: bold;
}
div.PMemo,
div.RMemo{
	line-height: 1.2em;
	background-color:#ffffff;
	color: #000000;
	padding: 5px;
}
div.Roomlist,
div.Planlist{
	text-align:right;
}
div.Amenity{	
	text-align:right;	
}
div.Memo{	
	border: dotted 1px #eeebdb;
	width:95%;
	padding:10px;
	color: #000000;
	background-color:#ffffff;	
}
div.Cost{
	font-family: "MS UI Gothic";
	text-align:right;
	font-size: small;
}
div.Checkinout{	
	font-family: "MS UI Gothic";
	text-align:right;	
	font-size: x-small;	
	color:#666;	
}
.confmsg{
	color: #000000 ! important;
}
/************************************/
/******************/
div.Bodyfooter{
	clear: both;
	background: #FFFEF4;
	width: 100%;
	text-align: center;
	font-size: 10pt;
	padding: 10px 0px;
	border: 0px solid #000000;
	word-break: keep-all;
}
div.Bodyfooter a{
	font-family: "MS UI Gothic";
	color: #000;
	text-decoration: none;
}
div.Admin{
	background-color:#c1784f;
	width:  100%;
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	color: #000;
}
div.Admin a{
	font-size: x-small;
	text-decoration: none;
	color: #6c4224;
}
div.Admin a:hover{
	color: #fff;
}
/******************/
div.Powered{
	width: 100%;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered *{
	color: #e8ddbe;
}
