@charset "shift_jis";
/* CSS Document */
/* 2008年8月1日リニューアル */

body {
	margin: 0px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(../n_image/hd-bg01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:23px;
} 

th,td,p,div {
font-family:"ＭＳ Ｐゴシック", Osaka,Verdana,Arial;
}

h1,h2,h3,h4,h5,h6,p,ul,form {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
} 
a img { 
        border: 0; 
} 
hr { 
        display: none; 
} 
a { 
        color: #606060; 
        text-decoration: none; 
} 
a:hover { 
        color: #606060; 
        text-decoration: underline; 
} 
a:visited { 
        color: #606060; 
} 
.txt-c{
	text-align: center;
}
.txt-r{
	text-align: right;
}
.txt-l{
	text-align: left;
}
.txt-st{
	font-weight: bold;
}
.txt-line{
	text-decoration: underline;
}
.fl-l{
	float: left;
}
.fl-r{
	float: right;
}
.fl-no{
	float: none;
}
.ma-t-0{
	margin-top: 0px;
}
.ma-t-5{
	margin-top: 5px;
}
.ma-t-10{
	margin-top: 10px;
}
.ma-t-15{
	margin-top: 15px;
}
.ma-t-20{
	margin-top: 20px;
}
.ma-b-5{
	margin-bottom: 5px;
}
.ma-b-10{
	margin-bottom: 10px;
}
.ma-b-20{
	margin-bottom: 20px;
}
.ma-b-30{
	margin-bottom: 30px;
}
.ma-b-40{
	margin-bottom: 40px;
}
.ma-b-50{
	margin-bottom: 50px;
}
.ma-l-3{
	margin-left: 3px;
}
.ma-l-5{
	margin-left: 5px;
}
.ma-l-10{
	margin-left: 10px;
}
.ma-r-10{
	margin-right: 10px;
}
.ma-r-3{
	margin-right: 3px;
}
.ma-r-5{
	margin-right: 5px;
}
.pa-t-5{
	padding-top: 5px;
}

.pa-t-10{
	padding-top: 10px;
}
.pa-t-15{
	padding-top: 15px;
}
.pa-t-0{
	padding-top: 0px;
}
.clear {
	clear:both;
	text-decoration: none;
	font-size: 2px;
	text-indent: -700em;
}
.c-red{
	color: #FF0000;
}
.c-green{
	color: #006600;
}

p{
	color: #606060;
	/*font-size: small;
	line-height: 150%;*/

}
.kara{
	height: 0px;
	width: 0px;
}
sup {
	font-size: 80%;
}

.go-top{
	text-align: right;
	margin-bottom: 20px;
}
.wid-80{
	width:80%;
}
.wid-90{
	width:90%;
}
/* ---------- header ---------- */

/*#head_bg{
	background-image: url(../n_image/hd-bg01.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height:23px;
}*/

#header { /* 上位置指定 */
	position:absolute;
	top:25px;
	width:800px;
}

#base{
	width:800px;
	text-align: left;
	margin: 0px auto; /* FFセンタリング指定 */
	padding: 0px;
}

#main {
	/*text-align:left;*/
	padding-top: 472px;
	/*_margin-top: 25px; IE6のみ適用*/
	padding-bottom:0px;
	width:800px;

}
#tp-header {
	height: 74px;	
	padding-top: /*16*/0px;
	padding-right: 0px;
}
#tp-header-l {
	float: left;
	width: 350px;
}
/* ----------Multilingual-page JAPAN 
(IE8リンク動作不具合の場合は「text-indent:負の値」によるところ大。要チェック)*/

#tp-header-r {
	background-image: url(../n_image/hd-japan.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 323px/*143px*/;
	height: 40px;
	text-align:left;
}

#tp-header-r ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tp-header-r li {
	display : block;
	float:left;
	list-style-type: none;
	font-size: 0.6em;
	height: 40px;
	text-indent: -9999px;
}
#tp-header-r li#japanese{
	width: 61px;
}
#tp-header-r li#english{
	width: 82px;
}
#tp-header-r li#traditional{
	width: 60px;
}
#tp-header-r li#simplified{
	width: 60px;
}
#tp-header-r li#korean{
	width: 60px;
}
#tp-header-r li a{
	display : block;
	height: 40px;
	margin-right: 0px;
}
#tp-header-r li a#japanese{
	width: 61px;
}
#tp-header-r li a#english{
	width: 82px;
}
#tp-header-r li a#traditional{
	width: 60px;
}
#tp-header-r li a#simplified{
	width: 60px;
}
#tp-header-r li a#korean{
	width: 60px;
}
#tp-header-r li a:hover{ 
        text-decoration: none; 
} 
#japanese a:hover{
	background-image: url(../n_image/hd-japan.gif);
	background-repeat: no-repeat;
	background-position: -0px -40px;
}
#english a:hover{
	background-image: url(../n_image/hd-japan.gif);
	background-repeat: no-repeat;
	background-position: -61px -40px;
}
#traditional a:hover{
	background-image: url(../n_image/hd-japan.gif);
	background-repeat: no-repeat;
	background-position: -143px -40px;
}
#simplified a:hover{
	background-image: url(../n_image/hd-japan.gif);
	background-repeat: no-repeat;
	background-position: -203px -40px;
}
#korean a:hover{
	background-image: url(../n_image/hd-japan.gif);
	background-repeat: no-repeat;
	background-position: -263px -40px;
}
/* ------------Multilingual-page world */
#tp-header-r_world { 
	background-image: url(../n_image/hd-world.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 323px/*143px*/;
	height: 40px;
	text-align:left;
}

#tp-header-r_world ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#tp-header-r_world li {
	display : block;
	float:left;
	list-style-type: none;
	font-size: 0.6em;
	height: 40px;
	text-indent: -9999px;
}
#tp-header-r_world li#japanese_w{
	width: 72px;
}
#tp-header-r_world li#english_w{
	width: 71px;
}
#tp-header-r_world li#traditional_w{
	width: 60px;
}
#tp-header-r_world li#simplified_w{
	width: 60px;
}
#tp-header-r_world li#korean_w{
	width: 60px;
}
#tp-header-r_world li a{
	display : block;
	height: 40px;
	margin-right: 0px;
}
#tp-header-r_world li a#japanese_w{
	width: 72px;
}
#tp-header-r_world li a#english_w{
	width: 71px;
}
#tp-header-r_world li a#traditional_w{
	width: 60px;
}
#tp-header-r_world li a#simplified_w{
	width: 60px;
}
#tp-header-r_world li a#korean_w{
	width: 60px;
}
#tp-header-r_world li a:hover{ 
        text-decoration: none; 
} 
#japanese_w a:hover{
	background-image: url(../n_image/hd-world.gif);
	background-repeat: no-repeat;
	background-position: -0px -40px;
}
#english_w a:hover{
	background-image: url(../n_image/hd-world.gif);
	background-repeat: no-repeat;
	background-position: -72px -40px;
}
#traditional_w a:hover{
	background-image: url(../n_image/hd-world.gif);
	background-repeat: no-repeat;
	background-position: -143px -40px;
}
#simplified_w a:hover{
	background-image: url(../n_image/hd-world.gif);
	background-repeat: no-repeat;
	background-position: -203px -40px;
}
#korean_w a:hover{
	background-image: url(../n_image/hd-world.gif);
	background-repeat: no-repeat;
	background-position: -263px -40px;
}
/* ---------- container ---------- */
#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0px;
	width: 800px;
	}

/* ---------- Footer ---------- */
#footer {
	text-align: center;
}
#footer #link{
	background-color: #1D5576;
	margin-bottom: 5px;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
#footer #link p{
	color: #FFFFFF;
	font-size: x-small;
	letter-spacing: 0.05em;
}
#footer #link a { 
        color: #FFFFFF; 
        text-decoration: none; 
}
#footer #link a:hover { 
        color: #FFFFFF; 
        text-decoration: underline; 
} 
/* ---------- Contents menu ---------- */
#contents-menu {
	text-align:left;
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 800px;
}
#contents-menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#contents-menu li {
	display : block;
	float:left;
	list-style-type: none;
	font-size: 0.6em;
	height: 46px;
	text-indent: -9999px;
}
#contents-menu li#home{
	width: 110px;
}
#contents-menu li#guestroom{
	width: 97px;
}
#contents-menu li#stayplan{
	width: 103px;
}
#contents-menu li#restaurant{
	width: 134px;
}
#contents-menu li#wedding{
	width: 108px;
}
#contents-menu li#banquet{
	width: 128px;
}
#contents-menu li#shopping{
	width: 120px;
}

#contents-menu li a{
	display : block;
	height: 46px;
	margin-right: 0px;	
}
#contents-menu li a#home{
	width: 110px;
}
#contents-menu li a#guestroom{
	width: 97px;
}
#contents-menu li a#stayplan{
	width: 103px;
}
#contents-menu li a#restaurant{
	width: 134px;
}
#contents-menu li a#wedding{
	width: 108px;
}
#contents-menu li a#banquet{
	width: 128px;
}
#contents-menu li a#shopping{
	width: 120px;
}

#contents-menu li a:hover{ 
        text-decoration: none; 
}
#home a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -46px;
}
#guestroom a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: -110px -46px;
}
#stayplan a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: -207px -46px;
}
#restaurant a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: -310px -46px;
}
#wedding a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: -444px -46px;
}
#banquet a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: -552px -46px;
}
#shopping a:hover{
	background-image: url(../n_image/contents-menu.gif);
	background-repeat: no-repeat;
	background-position: -680px -46px;
}
/* ---------- パンくずリスト ---------- */
#pankuzu{
	text-align: right;
	margin-bottom: 35px;
	margin-right: 3px;
	margin-top: 15px;
}
#pankuzu p{
	font-size: small;
}
#pankuzu a:hover {
	background-color: #EDEDED;
	text-decoration: none;
} 

/* ---------- contents-area ---------- */
#contents-area{
}

/* ---------- 検索メニュー　 ---------- */
#se-menu {
	text-indent: -5000px;
	text-align:left;
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 231px;
	width: 148px;
	margin-right: auto;
	margin-left: auto;
}
#se-menu ul {
	width: 148px;
	list-style-type: none;
	font-size: 0.6em;
	margin: 0px;
	padding: 0px;
}
#se-menu li {
	width: 148px;
	height: 31px;
	display : block;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 9px;
}
#se-menu li a{
	width: 148px;
	height: 31px;
	display : block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;

}
#se-mnu00-0 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px 0px;
}
#se-mnu00 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px -40px;
}
#se-mnu01 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px 0px;
}
#se-mnu02 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px -40px;
}
#se-mnu03 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px -80px;
}
#se-mnu04 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px -120px;
}
#se-mnu05 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px -160px;
}
#se-mnu06 a:hover{
	background-image: url(../n_image/res-menu01.jpg);
	background-repeat: no-repeat;
	background-position: -148px -200px;
}

/*--- btnbox ---*/
#btnbox{
	background-image: url(../n_image/side_btnbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
	width: 185px;
	margin-right: 0;
	margin-left: 0;
	}
#btnbox ul{
	margin:0;
	padding:0;
	list-style-type:none;
	}
#btnbox li{
	text-indent: -9999px;
	width: 185px;
	height: 41px;
	display : block;
	float:left;	
	margin-bottom:10px;
	font-size: 0.6em;
	list-style-type:none;
	}
#btnbox li a{
	width:185px;
	height:41px;
	display:block;
	}
#btnbox li.menu01 a:hover{
	background-image: url(../n_image/side_btnbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: -185px 0px;
	}
#btnbox li.menu02 a:hover{
	background-image: url(../n_image/side_btnbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: -185px -51px;
	}
.speace_no{
	line-height: 100%;
}

/*--- bannerbox ---*/
#bannerbox{
	margin-right: 0;
	margin-left: 0;
	}
#bannerbox ul{
	margin:5px 0 0 5px;
	padding:0;
	}
#bannerbox li{
	margin-bottom:10px;
	list-style-type:none;
	}

	
.speace_no{
	line-height: 100%;
}





/*--- txt ---*/
.txt-11{
font-size:11px;
}
.txt-gold{
color:#827A4F;
}
.txt-red{
color:#CC0000;
}
.txt-red02{
color:#FF0000;
}
.txt-gray{
color:#666666;
}
.txt-white{
color:#ffffff;
}
.txt-green{
color:#006E37;
}
.txt-small_xx{
font-size:xx-small;
}
.txt-small_x{
font-size:x-small;
}
.txt-small{
font-size:small;
}
.txt-medium{
font-size:medium;
}
.txt-75{
	font-size:75%;
}
.txt-80{
	font-size:80%;
}
.txt-90{
	font-size:90%;
}
.txt-95{
	font-size:95%;
}
.txt-17{
	font-size:17px;
}
.txt-sp-no-001{
	letter-spacing: -0.01em;
}
.txt-sp-no-002{
     letter-spacing: -0.02em;
	 }
.txt-sp-no-003{
     letter-spacing: -0.03em;
	 }
.txt-sp-no-004{
     letter-spacing: -0.04em;
	 }
.txt-sp-no-005{
     letter-spacing: -0.05em;
	 }
.txt-sp-no-006{
     letter-spacing: -0.06em;
	 }
.txt-sp-no-007{
     letter-spacing: -0.07em;
	 }
.txt-sp-no-008{
     letter-spacing: -0.08em;
	 }
.txt-sp-no-009{
     letter-spacing: -0.09em;
	 }
.txt-sp-no-01{
     letter-spacing: -0.1em;
	 }
.txt-sp-no-013{
     letter-spacing: -0.13em;
	 }
.txt-sp-no-015{
     letter-spacing: -0.15em;
	 }
.txt-sp-no-017{
     letter-spacing: -0.17em;
	 }
.txt-sp-no-02{
     letter-spacing: -0.2em;
	 }
.txt-sp-no{
	letter-spacing: 0em;
}
.txt-sp-001{
	letter-spacing: 0.01em;
}
.txt-sp-003{
     letter-spacing: 0.03em;
	 }
.txt-sp-004{
     letter-spacing: 0.04em;
	 }
.txt-sp-005{
     letter-spacing: 0.05em;
	 }
.txt-sp-01{
	letter-spacing: 0.1em;
}
.txt-sp-05{
     letter-spacing: 0.5em;
	 }
.txt-sphi-170{
	line-height: 170%;
	 }
.txt-sphi-150{
	line-height: 150%;
	 }
.txt-sphi-120{
	line-height: 1120%;
	 }
.txt-sphi-110{
	line-height: 110%;
	 }
.txt-sphi-100{
	line-height: 100%;
	 }
.txt-sphi-90{
	line-height: 90%;
	 }
.txt-sphi-80{
	line-height: 80%;
	 }
.txt-sphi-70{
	line-height: 70%;
	 }
.waku-copy_pink {/*---20080508devo コピー文枠---*/
	background-color: #FF8C8C;
	margin-top:5px;
	margin-bottom:5px;
	font-size: small;
	line-height: 120%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	letter-spacing: 0.05em;
}

.waku-copy_pink2 {/*---20080508devo コピー文枠---*/
	background-color: #ffddd8;
	margin-top:5px;
	margin-bottom:5px;
	font-size: small;
	line-height: 120%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	letter-spacing: 0.05em;
}

.waku-copy_pink3 {/*---20080508devo コピー文枠---*/
	background-color: #c7c7ff;
	margin-top:5px;
	margin-bottom:5px;
	font-size: small;
	line-height: 120%;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 17px;
	padding-right: 17px;
	letter-spacing: 0.05em;
}

/* 終了コメント掲載用 */ 
.bg-red {
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	/*margin-right: 10px;*/
	background-color: #940000;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 150%;
	letter-spacing: 1px;
}
.bg-red a {
	color: #FFCC00;
}
.bg-red a:hover{
	color: #FFCC00;
}
/* トップお知らせ掲載用 */ 
.bg-blue {
	text-align: center;
	background-color: #CCCCCC;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.bg-blue p{
	color: #1D5676;
	font-size: 80%;
	line-height: 130%;
	letter-spacing: 1px;
}
.txt-blue{
color:#1c5775
}

.text_seo{
	margin-right: auto;
	margin-left: auto;
	margin-top:2px;
	width: 800px;
	height:23px;
	text-align: right;
	font-size: 10px;
	color: #C7D5DD;
	font-weight: normal;
}

/*cssハック（FF用）フォーカスエリアだけにリンク線を表示*/

html:not([lang*=""]) head~body li a{ 
	overflow: hidden;
}
/*  レストランの年末年始営業時間 ************************ */
#lastyear{
	margin-top:10px;
	margin-bottom:5px;
	font-size:75%;
}
#lastyear p{
	line-height: 130%;
}
#lastyear table{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	margin-top:5px;
	border: 1px solid #bcbcbc;
	padding: 6px;
}
#lastyear th{
	background: #e6e6e6;
	color: #757575;
	text-align: left;
	border-bottom: 1px solid #bcbcbc;
	font-weight: normal;
	vertical-align: middle;
	text-indent: 5px;
}
#lastyear td{
	border-bottom: 1px solid #bcbcbc;
	text-align: center;

}

/*clearfix*/
.clearfix:after {  
     content: ".";   
     display: block;   
     height: 0;   
     clear: both;   
     visibility: hidden;  
}
  
.clearfix {  
     display: inline-block;  
     min-height: 1%;  
} 

/* Hides from IE-mac \*/  
* html .clearfix {  
     height: 1%;  
}  
 .clearfix {  
     display: block;  
}  
/* End hide from IE-Mac */  
