*{
	font-family: ＭＳ Ｐゴシック;
	margin: 0px auto;
}
/****** 全体基本  ***********/
img{
	border: 0px none #ffffff;
}
a{
	position: relative;
	top: 0px;
	left: 0px;
}
a:hover{
	position: relative;
	top: 1px;
	left: 1px;
	cursor: hand;
}
a:hover#PageTop{
	top: 0px;
	left: 0px;
}
a#RetTop{
	display: block;
	width: 95%;
	text-align: left;
}
div.PageTitle{
	width: 95%;
	border: 0px none #009418;
	text-align: left;
	padding-bottom: 10px;
}
div.PageTitle hr{
	width: 100%;
	border: 3px solid #009418;
}
/****************************/
input,textarea,select{
	font-family: "MS UI Gothic";
	font-size: small;
}
input[type=image],
input[type=image]:focus{
	cursor: hand;
}
input[type=button],
input[type=submit],
input[type=reset],
input[type="file"]
{
 	background-color:#E3F0E5;
	color:#009418;
	width: 120px;
	height: 30px;
}
input.Textbox{
	width: 98%;
	background-color: #ffffff;
	background-image: none;
}
textarea{
	height: 20em;
	width: 98%;
}
/****************************/
/******* カレンダー用 *******/
table.Calendar{
	font-size: small;
	border-width: 1px;
	border-color: #003300;
	border-style: solid;
	width: 70%;
	border-collapse: collapse;
}
table.Calendar th{
	background-color: #ffffff;
	padding: 5px 0px;
	height: 22px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	border: 1px solid #003300;
}	
table.Calendar td{
	text-align: center;
	border: 1px solid #003300;
	width: 14%;
	height:60px;	
	padding: 0px;
}
table.Calendar td.Weeklist{
	font-weight: bold;
	height:20px;	
	background-color: #dfffe8;
}	
table.Calendar td.Otherday{
	background-color: #ffffff;
	font-size: xx-small;
	color: #efefef;
}
table.Calendar td.Weekday{
	background-color: #ffffff;
}
table.Calendar td.Saturday{
	background-color: #ccffff;
}
table.Calendar td.Holiday{
	background-color: #ffccff;
}
table.Calendar td.Today{
	background-color: #ccccff;
	color: #ffffff;
}
table.Calendar a{
	text-decoration: underline;
}
table.Calendar a:hover{
	text-decoration: underline overline;
}
/**************************/
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 760px;
	min-width: 756px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	background-color: #ffffff;
	background-image: url('haikei03.jpg');
	background-repeat: repeat-y;
	background-position: left top;
	border: 0px solid #ff0000;
}
div.Flash{
	text-align: left;
	width:560px;
}
/**************************/
table.Bodys{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse; /* 隣り合ったセルを重ねる */
	border: 0px solid #ff0000;
}
/****** Menu表示 ******/
table.Bodys td.Menus{
	vertical-align: top;
	text-align: left;
	width: 190px;
	border: 0px solid #0000ff;
}
table.Bodys td.Menus table{
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border: 0px solid #ff0000;
}
table.Bodys td.Menus table *{
	padding: 0px;
	margin: 0px;
}
.Date{
	display: block;
	text-align: right;
	padding: 3px 0px 2px 0px;
	font-size: x-small;
}
.Data{
	display: block;
	padding: 5px;
	background-color: #ffffff;
}
hr{
 border: 2px dotted #E3F0E5;
}
/****** コンテンツ表示 ******/
table.Bodys td.Contents{
	vertical-align: top;
	text-align: center;
	padding: 10px;
	border: 0px solid #0000ff;
}
/****************************/
table.Layout{
	width: 95%;
	border-collapse: collapse;
}
table.Basictable{
	width: 95%;
	border-collapse: collapse;
	border: 3px double #009418;
	margin-bottom: 10px;
}
tr.Empty,
th.Empty,
td.Empty{
	vertical-align: top;
	background-image: none ! important;
	background-color: transparent ! important;
	border: 0px none #000000 ! important;
}
table.Basictable th,
table.Layout th{
	padding: 3px;
 	background-color:#E3F0E5;
	color:#009418;
	border: 1px solid #009418;
}
table.Layout td{
	padding: 5px;
}
table.Basictable td{
	padding: 5px;
	text-align: left;
	border: 1px solid #009418;
	color: #009418;
}
th.Caption{
 	background-color:#009418 ! important;
	color:#ffffff ! important;
	text-align: center;
	padding: 5px 3px;
	height: 22px;
	border: 0px dashed #553333;
}
td.Subscription{
	background-color:#fafff8;
	border: 0px none;
	color: #009418;
	padding: 5px;
	margin: 5px 0px;
	font-weight: bold;
}

table.RoomList,
table.PlanList{
	width: 95%;
	border-collapse: collapse;
	border: 3px double #285a8c;
	margin-bottom: 10px;
}
div.PName,
div.RName{
 	background-color:#009418 ! important;
	color:#ffffff ! important;
	text-align: center;
	padding: 5px 3px;
	border: 0px dashed #553333;
}
div.PMemo,
div.RMemo{	
	background-color: #ffffff;
	background-image: url('haikei04.jpg');
	background-repeat: repeat;
	font-size: small;
	border: dotted 1px #009418;
	width:95%;
	padding:10px;
	color: #000000;
	background-color:#ffffff;	
}
div.Amenity{	
	font-size: small;
	text-align:right;	
}
div.Cost{	
	font-size: small;
	text-align:right;	
	color: #000000;
}
div.Checkinout{	
	text-align:right;	
	font-size: x-small;	
	color:#00003f;	
}
/************************************/
div.Admin{
	padding: 3px 0px;
	height: 12px;
	text-align: right;
	font-size: x-small;
	color: #000000;
	border: 0px solid #ff0000;
}
div.Admin *{
	font-size: x-small;
	text-decoration: none;
	color: #bbbbbb;
}
div.Admin a:hover{
	color: #000000;
}
/******************/
div.Powered{
	width: 100%;
	height: 10px;
	font-size: 8pt;
	text-align: center;
	border: 0px solid #000000;
}
div.Powered *{
	color: #503F1E;
	text-decoration: none;
}
