@charset "UTF-8";
/* CSS Document */

body{
	background:url(../img/bg-index.gif) repeat-x #f5e4e4;
	}
	
#header{
	width:620px;
	height:157px;
	padding-bottom:50px;
	}
	
#header .inner{
	float:left;
	padding-top:25px;
	width:168px;
	}
		
#index-gNav{
	clear:both;
	width: 400px;
	height:157px;
	_padding:0;
	float:right;
	}

	
#index-gNav li{
	float:left;
	height:157px;
	width:33px;
	margin-right:15px;
	}

#index-gNav li a {
	background:no-repeat scroll 0 0;
	display:block;
	height:157px;
	overflow:hidden;
	text-indent:-9999px;
	}

/* hover */
#index-gNav li a:hover{
	background-position:right top;
	}
	
	

#index-gNav li.index a{background-image: url(../img/gnav-index.gif);}
#index-gNav li.appeal a{background-image:url(../img/gnav-appeal.gif);}
#index-gNav li.spa a{background-image:url(../img/gnav-spa.gif);}
#index-gNav li.room a{background-image:url(../img/gnav-room.gif);}
#index-gNav li.guide a{background-image:url(../img/gnav-guide.gif);}
#index-gNav li.cuisine a{background-image:url(../img/gnav-cuisine.gif);}
#index-gNav li.price a{background-image:url(../img/gnav-price.gif);}
#index-gNav li.reserve a{background-image:url(../img/gnav-reserve.gif);}

	
#flash{
	width:100%;
	height:363px;
	}
	
#fla{
	text-align:center;
	margin:0 auto;
	z-index:1;
	background:url(../img/dummy-flash.png) center top no-repeat;
	height:363px;
	}

#fla img{
	vertical-align:top;
	}
	
#container{
	width:100%;
	position:relative;
	top:-3px;
	background:url(../img/bg-container.png) repeat-x transparent;
	z-index:20;
	}
	
#contents{
	width:950px;
	margin:0 auto;
	overflow:hidden;
	}
	
#main{
	width:650px;
	float:left;
	padding-bottom:65px;
	}
	
#sub{
	width:214px;
	float:right;
	margin-top:-180px;
	}
	
#sub div.first img{
	padding-bottom:12px;
	margin:0 auto;
	display:block;
	}

#sub div.second{
	padding-top:10px;
	}
	
dl,
ul,
#sub div.first,	
#sub div.second{
	width:214px;
	}
	
dd{	
	width:214px;
	line-height:1;
	}	
	
dd.second li{
	padding:9px 18px 1px 18px;
	background:url(../common/img/icn-circle.png) left 1em no-repeat;	
	font-size:12px;
}
	
dd.second li a{
	color:#000;
	text-decoration:none;
	}
	
dd.second li a:hover{
	color:#000;
	text-decoration:underline;
	}	
		
.btn-arrow{
	position:relative;
	left:-35px;
	top:-2px;
	width:44px;
	height:44px;
	}
	

.box1{
	padding-bottom:0px;
	clear:both;
	padding-bottom:20px;
	}
	
	
#main .box1 .inner.first{
	width:148px;
	height:110px;
	border:1px solid #fff;
	float:left;
	clear:both;
	}
	
#main .box1 .inner.second{
	width:450px;
	float:left;
	margin-top:-40px;
	margin-left:-4px;
	_zoom:1;
	}
	
.box1 .inner.second h3{
	width:450px;
	font-weight:bold;
	margin-left:20px;
	}
.box1 .inner.second h3 a{	
	color:#A12826;
	}
	
.inner p{
	font-size:12px;
	padding-top:12px;
	}



#footer-sub{
	width:100%;
	overflow:visible;
	padding:27px 0 0px 0;
	background:url(../common/img/bg-footer-sub.gif) top repeat-x;
	margin-top:-60px;
	}
	
#footer{
	width:100%;
	padding:30px 0;
	background:url(../common/img/bg-footer.gif);
	clear:both;
	}