@charset "utf-8";

/* @group initialize */

body {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','MS PGothic','ＭＳ Ｐゴシック',sans-serif;
}

html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-weight: normal;
	font-style: normal;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: bold;
}

ul,ol {
	list-style: none;
}

fieldset,img {
	border: none;
}

img, object, embed {
	vertical-align: bottom;
}

caption,th {
	text-align: left;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: none;
}

/*



@end */

/* @group hacks */

.iepngfix {
	behavior: url(/common/css/iepngfix.htc);
}

/* clearfix for IE 5.5-7*/

.clearfix {
	zoom: 1;
}

/* clearfix 新しいブラウザ用 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/* clearfix IE用 */

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1px;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/* @end */

/* @group layout */
 
body {
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

#container {
}

#wrapper{
	background: url("../images/bg_header.jpg") no-repeat center top #fff;
}

/* @group header */

#header{
	position: relative;
}

#header #headerInner{
	width: 960px;
	text-align: left;
	margin: 0 auto;
}

#header div.headerBtn{
	position: absolute;
	top: 32px;
	right: 0;
}

/* @end */

/* @group globalNavi */

#globalNavi{
	background: url("../images/bg_global.gif") no-repeat top center;
	margin-top: 32px;
}

#globalNavi ul{
	margin: 0 auto;
	width: 960px;
	_width: 1000px;
}

#globalNavi ul li{
	float: left;
}

/* @end */

/* @group main */

div.mainTop{
	background: url("../images/bg_main_top.jpg") repeat-x top center;
	height: 29px;
}

#main{
	background: url("../images/bg_main.jpg") repeat top center;
}

#main #mainBox{
	width: 960px;
	margin: 0 auto;
}

#main #mainL{
	float: left;
	width: 260px;
}

#main #mainL div.sideMenu{
	background: url("../images/bg_sidemenu.jpg") no-repeat top center;
	height: 324px;
}

#main #mainL div.sideMenu2{
	background: url("../images/bg_sidemenu_top.jpg") no-repeat top center;
	height: 324px;
}

#main #mainL div.sideMenu3{
	background: url("../images/bg_sidemenu_other.jpg") no-repeat top center;
	height: 324px;
}

#main #mainL ul.side1 li{
	padding-top: 8px;
}

#main #mainL ul.side2{
	margin-top: 10px;
}

#main #mainL ul.side2 li{
	padding-top: 5px;
}

#main #mainL div.sideOtoiawase{
	padding-top: 12px;
}

#main #mainC{
	float: left;
	width: 312px;
	margin-left: 10px;
}

#main #mainR{
	float: right;
	width: 687px;
}

#main #mainR2{
	float: right;
	width: 348px;
	_width: 368px;
	background: url("../../images/top/bg_topics.jpg") no-repeat top center;
	padding: 10px;
}

#main #mainR div.rightBox{
	background: url("../images/bg_rightbox.jpg") repeat-y top center;
	padding: 1.5em 0;
	text-align: left;
}

#main #mainR div.rightBox div.sep{
	border-top: 1px solid #666;
	width: 646px;
	text-align: center;
	margin: 2.5em 20px;
}

#main #mainR div.rightBox div.item{
	margin: 1em 0;
}

#main #mainR div.rightBox h3{
	margin-bottom: 1em;
}

#main #mainR div.rightBox h4.komidashi{
	color: #fffcd1;
}

#main #mainR div.rightBox div.item .pLR20{
	padding: 0 20px;
}

#main #mainR div.rightBoxTop{
	background: url("../images/bg_rightbox_top.jpg") no-repeat top center;
	height: 7px;
	font-size: 1px;
	line-height: 1px;
}

#main #mainR div.rightBoxTop2{
	background: url("../images/bg_rightbox_top2.jpg") no-repeat top center;
	height: 7px;
	font-size: 1px;
	line-height: 1px;
}

#main #mainR div.rightBoxBtm{
	background: url("../images/bg_rightbox_btm.jpg") no-repeat top center;
	height: 7px;
}

#main #mainR div.rightBox div.item2{
	padding: 0 20px;
}

/* @end */

/* @group footer */

#footer {
	color: #b2b2b2;
}

#footer div.footerTop {
	background: url(../images/footer_top.gif) repeat-x center bottom;
	height: 10px;
}

#footer div.footerMid {
	background: #000;
	padding: 2em 0;
}

#footer div.footerContents {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#footer div.footerContents ul li {
	float: left;
	margin-right: 2em;
}

#footer div.footerContents .left {
	width: 800px;
}

#footer div.footerContents .right {
	width: 83px;
}

/* @end */

/* @end */

/* @group common parts */

/* @group ul styles */

.ulstyle01 li{
	margin-bottom: 1em;
}

ul.discStyle li{
	list-style: disc;
	margin-left: 1.5em;
}

/* @end */

/* @group table */

table.tbl01{
	border: 1px solid #999;
}

table.tbl01 th,table.tbl01 td{
	padding: 1em;
	vertical-align: top;
}

table.tbl01 th{
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
	width: 80px;
}

table.tbl01 th.lastItem{
	border-bottom: 0px dotted #999;
	border-right: 1px dotted #999;
}

table.tbl01 td{
	border-bottom: 1px dotted #999;
}

table.tbl01 td.lastItem{
	border-bottom: 0px dotted #999;
}

form {
	background: #e3e3e6;
	padding: 1.5em 15px;
}

table.inquiryForm{
	color: #404040;
}

table.inquiryForm th,table.inquiryForm td{
	padding: 1em 10px;
	vertical-align: top;
	border-bottom: 1px solid #e6e6e6;
}

table.inquiryForm th{
	background: #d3d3d9;
	width: 120px;
}

table.inquiryForm td{
	background: #f4f4f9;
	width: 456px;
}

/* @end */

/* @group icon */

.iconArrow1 {
	padding-left: 16px;
	background: url(../images/icon_arrow1.gif) no-repeat left center;
}

.no1 {
	padding: 10px 0 10px 30px;
	background: url(../../images/facilities/icon_ranking1.jpg) no-repeat left -0.1em;
}

.no2 {
	padding: 10px 0 10px 30px;
	background: url(../../images/facilities/icon_ranking2.jpg) no-repeat left 0.2em;
}

.no3 {
	padding: 10px 0 10px 30px;
	background: url(../../images/facilities/icon_ranking3.jpg) no-repeat left 0.2em;
}

.iconOuter {
	padding-left: 14px;
	background: url(../images/icon_outer.gif) no-repeat left center;
}

/* @end */



/* @group clear */

br.clear-both, div.clear-both, br.clear-left, div.clear-left {
	font: 1px/1px monospace;
	display: block;
}

.clear-both {
	clear: both;
}

.clear-left {
	clear: left;
}

/* @end */

/* @group Anchor */

a:link {
	color: #f7b249;
	text-decoration: none;
}

a:visited {
	color: #ad7b2e;
	text-decoration: none;
}

a:hover {
	color: #e2c150;
	text-decoration: underline;
}

a:active {
	color: #7d1f23;
	text-decoration: none;
}

a.noUl:link, a.noUl:visited, a.noUl:hover, a.noUl:active {
	text-decoration: none;
}

a.underLine {
	text-decoration: underline;
}

.pagetop a:link {
	color: #7d1f23;
	text-decoration: none;
}

.pagetop a:visited {
	color: #7d1f23;
	text-decoration: none;
}

.pagetop a:hover {
	color: #f00;
	text-decoration: none;
}

.pagetop a:active {
	color: #f90;
	text-decoration: none;
}

#footer a:link {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #fafb89;
	text-decoration: underline;
}

#footer a:active {
	color: #f00;
	text-decoration: none;
}

/* @end */

/* @group text styles */

.serif {
	font-family: 'Hiragino Mincho Pro','ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho',serif;
	font-weight: normal;
}

.mono {
	font-family: monospace;
}

.bold {
	font-weight: bold;
}

.noBold {
	font-weight: normal;
}

.condensed {
	letter-spacing: -0.08em;
}

.alignLeft {
	text-align: left;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

/* @end */

/* @group others */

strong {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

em {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

.pagetop {
	margin: 2em 0 2em 0;
	text-align: right;
	padding-right: 14px;
	background: url(../images/icon_pagetop.gif) no-repeat right 0.3em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

input.formBtn {
	float: left;
	display: block;
	width: 201px;
	height: 31px;
	padding-top: 31px;
	overflow: hidden;
	border: none;
}

input.formBtn.kakunin {
	margin: 0 15px 0 220px;
	_margin: 0 15px 0 100px;
	background: url(../images/btn_kakunin.gif) no-repeat;
}

input.formBtn.kakunin:hover {
	background: url(../images/btn_kakunin_on.gif) no-repeat;
}

input.formBtn.soushin {
	margin: 0 15px 0 100px;
	_margin: 0 15px 0 50px;
	background: url(../images/btn_soushin.gif) no-repeat;
}

input.formBtn.soushin:hover {
	background: url(../images/btn_soushin_on.gif) no-repeat;
}

input.formBtn.back {
	background: url(../images/btn_modoru.gif) no-repeat;
	float: left;
	display: block;
	width: 201px;
	height: 31px;
	padding-top: 31px;
	overflow: hidden;
	border: none;
}

input.formBtn.back:hover {
	background: url(../images/btn_modoru_on.gif) no-repeat;
}

/* @end */

/* @group box */

.boxTop{
	font-size: 1px;
	line-height: 1px;
}

.boxBtm{
	font-size: 1px;
	line-height: 1px;
}

.grayBox{
	margin: 0 20px;
	width: 626px;
	background: #595959;
	padding: 10px;
}

.grayBox2{
	margin: 0 20px;
	width: 626px;
	_width: 646px;
	background: url(../images/bg_graybox.jpg) repeat-y center top;
	padding: 10px;
	margin-top: 1em;
}

/* @end */

/* @group margin variations */
.mT05 {
	margin-top: 0.5em;
}

.mT1 {
	margin-top: 1em;
}

.mT15 {
	margin-top: 1.5em;
}

.mT2 {
	margin-top: 2em;
}

.mT25 {
	margin-top: 2.5em;
}

.mT3 {
	margin-top: 3em;
}

.mT35 {
	margin-top: 3.5em;
}

.mT4 {
	margin-top: 4em;
}

.mT45 {
	margin-top: 4.5em;
}

.mT5 {
	margin-top: 5em;
}

/* @end */

/* @end */

/* @group page styles */

/* @group top */
#top div.container {
	text-align: center;
}

#top #header{
	_border: 1px solid #000;
}

#top div.headerBtn1{
	position: absolute;
	top: 10px;
	right: 0;
}

#top div.headerBtn2{
	position: absolute;
	top: 55px;
	right: 0;
}

#top #flashBox{
	background: #210;
	height: 476px;
	text-align: center;
}

#top #globalNavi{
	width: 960px;
	margin: 0 auto 15px;
	background: url("../images/bg_global.gif") no-repeat top center;
}

#top #globalNavi ul{
	position: absolute;
	margin-top: -25px;
	_margin-left: -480px;
}

*+html 　#top #globalNavi ul{
	margin-left: -480px;
}

#top div.markBlog{
	position: absolute;
	right: -25px;
	top: -105px;
}

#top #mainC ul.bannerBox li{
	margin-bottom: 0.5em;
}

#top div#feed {
	margin-top: 10px;
	color: #666;
	text-align: left;
}

#top div#feed div.item {
	position: relative;
	width: 348px;
	height: 85px;
	background: #d9d7d5;
}

#top div#feed div.item.odd {
	background: #e5e3e1;
}

#top div#feed div.image {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 97px;
	height: 65px ;
	overflow: hidden;
}

#top div#feed div.text {
	position: absolute;
	top: 8px;
	right: 3px;
	width: 230px;
}

#top div#feed h3 a {
	color: #000;
}

#top div#feed span.date{
	font-weight: bold;
	color: #530;
}

#top div#feed p a{
	font-weight: bold;
	color: #700;
}

#top div.flashAttention{
	width: 960px;
	margin: 0 auto 1em;
	text-align: left;
}

#top div.flashAttention p{
	margin:0.7em 0 0 0.2em;
	color:#666;
}

/* @end */

/* @group welcome */

#welcome p.bgShirosagi{
	background: url(../../images/welcome/welcome_shirosagi.gif) no-repeat right bottom;
}

/* @end */

/* @group cuisine */

#cuisine ul.foodTab{
	padding-left: 23px;
	background: url(../../images/cuisine/bg_food_tab.jpg) no-repeat center top;
}

#cuisine ul.foodTab li{
	float: left;
}

#cuisine #main #mainR div.rightBox div.item div.imgBox{
	width: 646px;
	margin: 0 auto;
	margin-top: 10px;
}

#cuisine #main #mainR div.rightBox div.item div.imgBox2{
	width: 323px;
	margin-top: 10px;
}

#cuisine #main #mainR div.rightBox div.item div.imgBox div.left{
	margin-right: 8px;
}

#cuisine #main #mainR div.rightBox div.item div.imgBox2 div.left{
	margin-right: 6px;
}

#cuisine #main #mainR div.rightBox div.item div.imgBox div.lastItem,#cuisine #main #mainR div.rightBox div.item div.imgBox2 div.lastItem{
	margin-right: 0px;
	float: left;
}

/* @end */

/* @group hotspa */

#hotspa #main #mainR div.rightBox div.item div.imgBox{
	width: 646px;
	margin: 0 auto;
	margin-top: 15px;
}

#hotspa #main #mainR div.rightBox div.item div.imgBox div.imgRT{
	margin: 0 0 15px 15px;
}

#hotspa #main #mainR div.rightBox div.item div.imgBox div.imgRB{
	margin: 15px 0 0 15px;
}

/* @end */

/* @group rooms */

#rooms #main #mainR div.rightBox div.item div.imgBox{
	width: 646px;
	margin: 0 auto;
	margin-top: 10px;
}

#rooms #main #mainR div.rightBox div.item div.imgBox div.left{
	margin-right: 12px;
}

/* @end */

/* @group facilties */

#facilities div.imgBox{
	border: 1px solid #bfbfbf;
	width: 635px;
	_width: 645px;
	margin: 0.5em 20px 0;
	padding: 5px;
	background: #000;
}

#facilities div.imgBox2{
	border: 1px solid #bfbfbf;
	width: 421px;
	_width: 431px;
	margin:0.5em 0 0 20px; 
	padding: 5px;
	background: #000;
}

#facilities div.imgBox div.left,#facilities div.imgBox2 div.left{
	margin-right: 5px;
}

#facilities div.imgBox p.caption,#facilities div.imgBox2 p.caption{
	width: 208px;
	margin-top: 0.5em;
	line-height: 1.3em;
}

#facilities h4.iconRank {
	padding-left: 20px;
	background: url(../../images/facilities/icon_ranking.jpg) no-repeat left center;
	margin: 1em 20px 0.5em 20px;
}

/* @end */

/* @group sightseeing */

#sightseeing div.imgBox{
	border: 1px solid #bfbfbf;
	width: 635px;
	_width: 645px;
	margin: 0.5em 20px 0;
	padding: 5px;
	background: #000;
}

#sightseeing div.imgBox2{
	border: 1px solid #bfbfbf;
	width: 421px;
	_width: 431px;
	margin:0.5em 0 0 20px; 
	padding: 5px;
	background: #000;
}

#sightseeing div.imgBox div.left,#sightseeing div.imgBox2 div.left{
	margin-right: 5px;
}

#sightseeing div.imgBox p.caption,#sightseeing div.imgBox2 p.caption{
	width: 208px;
	margin-top: 0.5em;
	line-height: 1.3em;
}

#sightseeing div.item2 ul.linkBox li{
	margin-bottom: 0.5em;
}

/* @end */

/* @group access */

#access div.imgBox{
	border: 1px solid #bfbfbf;
	width: 635px;
	_width: 645px;
	margin: 0.5em 20px 0;
	padding: 5px;
	background: #000;
}

/* @end */

/* @group privacy */

#privacy div.sep2,#sitemap div.sep2{
	border-top: 1px solid #666;
	margin: 2.5em 0px;
}

/* @end */

/* @end */
