@charset "utf-8";


/* @group recommend */
#topRecommend {
	float:left;
	position:relative;
	left:30px;
	width:425px;
}

#topRecommend h2 {
	float:left;
	padding:0 0 13px;
}

#topRecommend .banner{
	margin:0 0 5px 2px;
}

#topRecommend .btn {
	float:right;
	padding:0 0 13px;
}

#topRecommend dl {
	clear:both;
	padding:0 0 25px;
}

#topRecommend dt,
#topRecommend .text,
#topRecommend .link {
	float:right;
	width:265px;
}

#topRecommend .thumb {
	float:left;
	width:148px;
}

#topRecommend dt {
	padding:0 0 10px;
	font-weight:bold;
}

#topRecommend dd {
	font-size:85%;
}

#topRecommend .text {
	padding:0 0 5px;
}

#topRecommend .link a {
	padding:0 7px 0 0;
	background:url(../images/top_linkarrow.gif) right center no-repeat;
}


/* @end */

/* @group topInformation */

#topInformation {
	float:right;
	position:relative;
	left:-30px;
	width:420px;
	padding:0 0 20px;
}

#topInformation h2 {
	padding:0 0 10px;
	border-bottom:double 3px #e0d0d7;
}

#topInformation .btn {
	margin:-30px 0 23px;
	text-align:right;
}

#topInformation ul {
}

#topInformation li {
	padding:0 0 5px;
}

#topInformation li dt {
	float:left;
	width:65px;
	padding-left:15px;
	background:url(../images/top_infopoint.gif) 4px 6px no-repeat;
}

#topInformation li dd {
	float:left;
	width:320px;
}

#topInformation .best {
	margin:0 0 20px 0;
}

/* @end */


/* @group topService */

#topService {
	float:right;
	position:relative;
	left:-30px;
	width:420px;
	padding:0 0 20px;
}

#topService h2 {
	padding:0 0 10px;
}

#topService ul {
}

#topService li {
	float:left;
	width:145px;
	height:140px;
}

#topService li#serv03,
#topService li#serv06,
#topService li#serv09 {
	width:130px;
}


/* @end */

/* @group reservationArea */

#reservationArea {
	background:url(../common/images/bottom_reserve_bg.gif) repeat;
	height:85px;
}

#reservationArea dl {
	width:928px;
	padding:8px 0 8px 30px;
}

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

#reservationArea dt {
	width:216px;
}

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


/* @end */



/* @group clearfix=================================================================== */
#topRecommend dl:after,
#topInformation li dl:after,
#reservationArea:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
}

#topRecommend dl,
#topInformation li dl,
#reservationArea {
	display:inline-block;
	overflow:hidden;
}

/* Hides from IE-mac \*/
* html #topRecommend dl,
* html #topInformation li dl,
* html #reservationArea {
	height:1%;
}

#topRecommend dl,
#topInformation li dl,
#reservationArea {
	display:block;
}
/* End hide from IE-mac */
/* @end */

