@charset "utf-8";
.subTxt {
	font-size: 90%;
}
#tabArea {
	width: 580px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #AAAAAA;
}
#tabArea ul#tab1 {
	font-size: 0.1px;
	line-height: 0.1;
	text-align: right;
	padding-right: 10px;
}
#tabArea ul#tab1 li  {
	display: inline;
	font-size: 0.1px;
	line-height: 0.1;
	padding-left: 2px;
}
/*== カレンダー ========================*/
#tabAreaCl {
	width: 580px;
	background-image: url(images/line_tab.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#tabAreaCl #tableTitle {
	font-size: 140%;
	font-weight: bold;
	float: left;
	text-indent: 1em;
}
/*-------------------------------
　　　カレンダータブ設定
---------------------------------*/
#tabAreaCl ul#tab2 {
	width: 265px;
	height: 32px;
	font-size: 0.1%;
	line-height: 0.1;
	float: right;
	padding-right: 10px;
}
#tabAreaCl #tab2 li {
	font-size: 12px;
	float: left;
	margin-left: 2px;
}
#tabAreaCl #tab2 a {
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding-top: 8px;
}
#tabAreaCl #tab2 li#firstHalf2 a{
	display: block;
	height: 24px;
	width: 130px;
	background-image: url(../images/tab_on.png);
	background-repeat: no-repeat;
	float: ;
}
#tabAreaCl #tab2 li#latterHalf2 a{
	display: block;
	height: 24px;
	width: 130px;
	background-image: url(../images/tab_off.png);
	background-repeat: no-repeat;
	float: ;
}
#calender {
	width: 580px;
}
#calender .tableTitle {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 2px;
}
#calender table#tableCl {
	border-collapse: collapse;
	background-color: #FFFFFF;
}
#calender table#tableCl th {
	width: 30px;
	border: solid 1px #999;
	text-align: center;
/*	background-color: #eaeaea;
*/	height: 30px;
	vertical-align: middle;
}
#calender table#tableCl .roomtype {
	width: 115px;
	font-weight: bold;
}
#calender table#tableCl td {
	border: solid 1px #999;
	text-align: center;
}

