*{
	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 #8D316D;
	text-align: left;
	padding-bottom: 10px;
}
div.PageTitle hr{
	width: 100%;
}
/****************************/
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"]
{
	width: 120px;
	height: 30px;
}
input.Textbox{
	width: 98%;
	background-color: #ffffff;
	background-image: none;
}
textarea{
	height: 20em;
	width: 98%;
}
/****************************/
/******* カレンダー用 *******/
div.Calendar{
	text-align: left;
}
table.Calendar{
	font-size: small;
	border-width: 1px;
	border-color: #003300;
	border-style: solid;
	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;
	min-height: 95%;
	_height: 95%;
}
table.Calendar a:hover{
	text-decoration: underline overline;
}
.SecurityMessage{	color:#ff0000;	font-size: small;	}
h3,h4{ color: #ff0000;	}
a.WindowOpen{	background-image:url("/HpImages/arrow_left.gif");	background-repeat: no-repeat;
							font-weight:bold;	font-size:8pt;	padding:5px 5px 5px 20px;	}
#BillDetailTable{	text-align: right;font-size:small;	border-collapse: collapse;	margin:0;	}
#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;	}
#BillDetailTable td{	text-align: right;	}
#YadNaviBtn{
	/*display:none;*/
}

/**************************/
div.Main{
	/* Window幅 750 の 96% = 720(内寸) */
	width: 760px;
	min-width: 756px;	/* 内寸750 + border-left + border-right = 756 (NN用)*/
	background-color: #ffffff;
	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;
}
/****** コンテンツ表示 ******/
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;
	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;
}
table.Layout td{
	padding: 5px;
}
table.Basictable td{
	padding: 5px;
	text-align: left;
}
th.Caption{
	text-align: center;
	padding: 5px 3px;
	height: 22px;
}
td.Subscription{
	border: 0px none;
	padding: 5px;
	margin: 5px 0px;
	font-weight: bold;
}

table.RoomList,
table.PlanList{
	width: 95%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
div.PImages,
div.RImages{
	float:left;
	width: 20%;
}
div.PDetail,
div.RDetail{
	float:right;
	width: 70%;
	text-align: left;
	margin: 0 5px;
}

div.PName,
div.RName{
	padding: 10px;	
	font-weight: bold;
}
div.PMemo,
div.RMemo{
	padding: 5px;
	background-color: #ffffff;
	font-size: small;
	width:95%;
	padding:10px;
}
div.Roomlist,
div.Planlist{
	text-align:right;
}
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;
}
