@charset "utf-8";


/* @group content */

/* @group mainarea(?????? ???2???) ===============================================*/

#mainarea {
	float:left;
	width:738px;
	border:0px solid red;
}

#content.wideDoubleColumn {
	background:url(../../common/images/bg_main_wide2column.gif) center top no-repeat;
}

#content.wideDoubleColumn #contentInner {
	background:url(../images/bg_main_wide2column.gif) center top no-repeat;
}

/* @end */


/* @group ??????????? -----------------------------*/

#mainarea .column {
	margin:0 0 30px;
	padding:0 0px 30px;
	border-bottom:none;
	vertical-align:top;
}

#mainarea .column#faq {
	float:left;
	position:relative;
	vertical-align:top;
	width:345px;
	margin:0 0 20px 10px;
	padding:0 0 0px;
}

#mainarea .column#voice {
	float:right;
	vertical-align:top;
	position:relative;
	width:350px;
	margin:0 0 0px;
	padding:0 0 0 0px;
}

/* @end */

/* @group ???????????? -----------------------------*/

#mainarea .column#faq #title{
	border:0px solid red;
	width:90%;
}
#mainarea .column#faq h2 {
	padding:20px 0px 6px;
}

#mainarea .column#faq #question ul {
	padding-bottom:10px;
}

#mainarea .column#faq li {
	width:290px;
	display:block;
	margin:0;
	padding:3px 20px 3px 32px;
	background:url(../images/arrow_big_gray.gif) left top no-repeat;
	background-color:#f2f2f2;
	border-bottom:1px solid #fff;
	line-height:1.7;
	border:0px solid red;
}

#mainarea .column#faq li.blank {
	border-bottom:1px solid #fff;
	background:#f2f2f2;
	line-height:1.7;
}

#mainarea .column#faq dt {
	width:290px;
	display:block;
	margin:20px 0 10px;
	padding:0 20px 0 32px;
	background:url(../images/blt_q.gif) left top no-repeat;
	line-height:1.7;
	color:#999999;
}

#mainarea .column#faq dd {
	width:310px;
	display:block;
	margin:0;
	padding:0 0px 10px 32px;
	background:url(../images/blt_a.gif) left top no-repeat;
	line-height:1.7;
	border:0px solid red;
	color:#999999;
}

#mainarea .column#faq .pageTop{
	width:342px;
	display:block;
	padding:0;
	margin:0;
	background:url(../images/btn_pagetop.gif) right center no-repeat;
	border-bottom:dotted 1px #666;
	text-align:right;
}

#mainarea .column#faq .pageTopEnd{
	width:337px;
	display:block;
	padding:0;
	margin:0;
	background:url(../images/btn_pagetop.gif) right center no-repeat;
	text-align:right;
	border-bottom:dotted 1px #666;
}

h3{
	font-weight: bold;
	padding: 5px 10px;
	margin:10px 0 10px 0;
	color:#fff;
	background:#747d46;
}

#question h3{
	font-size:116%;
	font-weight: bold;
	padding: 0 30px 10px;
	margin:0;
}

.roomTable {
	border-top:solid 2px #666;
	border-bottom:solid 1px #666;
	margin-top: 10px;
}

.roomTable th,
.roomTable td {
	border-bottom:dotted 1px #666;
	padding: 7px;
}

.roomTable th {
	background-color:#F3F3F3;
	width: 80px;
}

/* @end */


/* @group ???????????? -----------------------------*/
#mainarea .column#voice h2 {
	padding:35px 0 32px;
}

#mainarea .column#voice dl {
	width:299px;
	background:url(../images/bg_faq.jpg) right bottom no-repeat;
	background-color: #f2f2f2;
	padding:20px;
}

#mainarea .column#voice dt {
	color:#999999;
}

#mainarea .column#voice dd {
	width:279px;
	display:block;
	padding-top: 10px;
	margin:0;
	font-weight:bold;
	color:#999999;
}

#mainarea .column#voice .pageTop{
	width:285px;
	display:block;
	padding:10px 10px;
	margin:0 30px;
	background:url(../images/btn_pagetop.gif) right center no-repeat;
	text-align:right;
	border:0px solid red;
}

#mainarea .column#voice .pageTopEnd{
	width:285px;
	display:block;
	padding:10px 10px;
	margin:0 30px;
	background:url(../images/btn_pagetop.gif) right center no-repeat;
	text-align:right;
	border:0px solid red;
}


/* @end */


/* @group ????????????? -----------------------------*/

#mainarea #reservationArea {
	float:inherit;
	width:928px;
	padding:8px 0px 8px 30px;
	background:url(../../common/images/bottom_reserve_bg.gif);
}

#mainarea #reservationArea dt,
#mainarea #reservationArea dd {
	float:left;
}

#mainarea #reservationArea dt {
	width:216px;
}

#mainarea #reservationArea dd.btn {
	width:345px;
}

/* @end */

/* @end */



/* @group clearfix=================================================================== */
#mainarea #faq dl:after,
#mainarea #voice dl:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#mainarea #faq dl,
#mainarea #voice dl {
	display:inline-block;
}

/* Hides from IE-mac \*/
* html #mainarea #faq dl,
* html #mainarea #voice dl {
	height:1%;
}

#mainarea #faq dl,
#mainarea #voice dl {
	display:block;
}
/* End hide from IE-mac */
/* @end */


.lef
{
float:left;
width:350px;
}

.rig
{
float:left;
width:350px;
}

