@charset "UTF-8";
/* -----------------------------------------------------------
CSS Information

 Style Info:     トップページのスタイル設定
 File name:      home.css

----------------------------------------------------------- */
/*  トップのタブの最新情報
----------------------------------------------------*/

.top #contents #leftColumn {
	float: left;
	width: 615px;
	background-color:#fff;
	font-size: 10px;
}
.top #contents #leftColumn h3 {
	margin: 0 0 15px;
	padding-bottom: 5px;
	background: url(/top_images/top_h3_bg_infomation.gif) no-repeat right top;
	border-bottom: 1px solid #666;
}
.top #contents #leftColumn ul#tab {
	clear: both;
	width: 100%;
	background: url(/common/images/common_border_999.gif) repeat-x left bottom;
}
.top #contents #leftColumn ul#tab li {
	float: left;
	width: 100px;
	text-align: center;
}
.top #contents #leftColumn ul#tab li a {
	display: block;
	width: 100px;
	height: 25px;
	border: 1px solid #999;
	background: #eee url(/common/images/common_arrow_gray.gif) no-repeat right bottom;
	line-height: 25px;
	color: #666;
}
.top #contents #leftColumn ul#tab li a.selected {
	background: #FFF none;
	border-bottom: 1px solid #FFF;
}
.top #contents #leftColumn dl {
	height: 104px;
	overflow: hidden;
	padding: 20px 25px 0;
	border: 1px solid #999;
	border-top: none;
	color: #666;
}

.top #contents #leftColumn dl a{
	color:#666666;
}

.top #contents #leftColumn dl a:hover {
color:#DE7705;
}

.top #contents #leftColumn dl dt {
	float: left;
	padding-left: 15px;
	background: url(/common/images/common_arrow_orange_R.gif) no-repeat left center;
}
.top #contents #leftColumn dl dd {
	padding: 0 0 8px 10em;
	margin-bottom: 12px;
	border-bottom: 1px dashed #000;
}

.top #contents #leftColumn dl dd:last-child {
	border-bottom: none;
}




.top #contents #rightColumn {
	float: right;
	width: 225px;

	background-color:#e3e3e3;
	font-size: 10px;
}




.top #contents #rightColumn h3 {
	margin: 0 0 15px;
	padding-bottom: 5px;
	background: url(/top_images/top_h3_bg_reservation.gif) no-repeat right top;
	border-bottom: 1px solid #666;
}
.top #contents #rightColumn form {
	height: 140px;
	overflow: hidden;
	padding: 5px 8px;
	background: #f4f3f1;
	border: 1px solid #CCC;
	line-height: 1;
}
.top #contents #rightColumn form h4 {
	margin-bottom: 5px;
}
.top #contents #rightColumn form dl {
}
.top #contents #rightColumn form dl dt {
	position: absolute;
	margin-top: 5px;
}
.top #contents #rightColumn form dl dd {
	padding-left: 80px;
	margin-bottom: 5px;
}
.top #contents #rightColumn form .action {
	width: 82px;
	height: 16px;
	margin: 0 auto 5px;
	background: url(/common/images/common_srcform_inputbtn_bg.gif) no-repeat center center;
}
.top #contents #rightColumn form .action input:hover {
	filter: alpha(opacity=0);
	-ms-filter: alpha(opacity=0);
	opacity: 0.0;
}
.top #contents #rightColumn form .reserve_cal {
	width: 132px;
	height: 19px;
	margin: 0 auto;
}


/*  トップのバナー
----------------------------------------------------*/
.top #contents #top_banner {
	clear: both;
	width: 960px;
	padding-top: 10px;
}
.top #contents #top_banner li {
	float: left;
	padding-left: 9px;
}
.top #contents #top_banner li:first-child {
	padding-left: 0;
}
