@charset "UTF-8";
/* CSS Document common*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	background: transparent url(../images/ajax-loader.gif) center center no-repeat;
}

body {
	font-family: Helvetica, 'Lucida Grande', Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-size: 80%;
	background:#fffeee url(../images/bg_body.gif) repeat-x;
	color:#333;
	behavior:url("/wp-content/themes/sheraton/images/csshover.htc");
	/*behavior:url("../images/csshover.htc");*/
}


h1,h2,h3,h4,h5,h6 {
	line-height: 1.4;
}


ul {
	list-style-type:none;
}

a {
	color:#773927;
	text-decoration: none;
}

a:active, a:focus{ outline:none; }

a:hover {
    color: #FF9933;
    text-decoration: underline;
}


.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.hidden {
   display: none;
   visibility: hidden;
}

.serif {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	>font-family: "HGPゴシックE", "ＭＳ Ｐゴシック", "Times New Roman", "Times", "メイリオ", "Meiryo", serif;
}

.alignright {
   float: right;
}

.alignleft {
   float: left;
}

.clear {
   clear: both;
}

#wrapper {
	background:url(../images/bg_emble.gif) center top no-repeat;
	width: 100%;
}

#contents {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg_leftcolumn.gif) repeat-y;
}

#leftColumn {
	width: 213px;
	float: left;
	padding-bottom: 30px;
	background-color:#77392A;
}

#leftColumn h3 {
	margin: 30px 0 0;
	height: 108px;
}


#leftColumn h3 a{
	display:block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 108px;
	padding-top: 108px;
	background: url(../images/logo.gif) no-repeat center top;
	color:#FFF;
}



/* search Area START */

#header_top .rightbox, #header_sub .rightbox{
	width: 200px;
	float: right;
}

#header_top .searchbox, #header_sub .searchbox{
	width: 120px;
	float: left;
	margin: 0 0 3px 0;
	white-space:nowrap;
}

#header_top .searchbox span, #header_sub .searchbox span{
	color: #999;
	font-size: 80%;
	vertical-align:bottom;
}

#header_top input, #header_sub input {
	vertical-align: bottom;
}

#header_top input.txtField, #header_sub input.txtField {
	width: 120px;
	margin-right: 5px;
	height: 1.4em;
	padding: 3px;
	font-size: 100%;
}

#header_top .linkEnglish, #header_sub .linkEnglish{
	float: right;
	margin-left: 10px;
	font-size: 90%;
}

#header_top .linkEnglish a, #header_sub .linkEnglish a{
	display:block;
	min-height:1.4em;
	height: auto !important;
	height: 1.4em;
	padding: 2px 0 0 18px;
	background:url(../images/mark_link_english.gif) no-repeat 0 3px;
}

#header_top .linkEnglish a:hover, #header_sub .linkEnglish a:hover{
	background:url(../images/mark_link_english02.gif) no-repeat 0 3px;
}


/* search Area END */


/* link etc START */


.summaryText {
	float: left;
	width: 216px;
	margin: 15px 15px 10px 15px;
	_margin: 15px 0 15px 15px;
}

.summaryBox .summaryText h3, #stay-planlist .txtArea h3{
	font-size: 115%;
}

.summaryText h3 a, #stay-planlist .txtArea h3 a, .menuListText h3 a{
	color:#333;
}

.summaryText h3 a:hover, #stay-planlist .txtArea h3 a:hover, .menuListText h3 a:hover{
	color:#773927;
	text-decoration: underline;
}


#stay-planlist .planSummary:hover a{
	color:#773927;
	text-decoration: underline;
}

.planListNameBox .planListName a:hover, #header_sub h1 a:hover, .pickupTxtArea h3 a:hover{
	color: #FF9933;
}

.summaryBox .summaryText p{
	font-size: 85%;
	margin: 5px 0;
	line-height: 1.5;
}

.detailInfo a, .detailInfo_noncolor a, .links_partner li a{
	display: block;
	background: url(../images/arrow_detail_info.gif) left -1px no-repeat;
	padding: 0 0 0 23px;
}
.detailInfo_noncolor {
		_margin-bottom:7px;
}

.detailInfo a:hover, .detailInfo_noncolor a:hover, .close:hover, .links_partner li a:hover{
	color: #773926;
	text-decoration: underline;
}

.close {
	background: url(../images/mark_close.gif) left -1px no-repeat;
	padding: 0 0 0 23px;
}

.detailInfo_prev {
	float: left;
	width: 250px;
	white-space: nowrap;
}

.detailInfo_prev a{
	display: block;
	background: url(../images/arrow_detail_info_prev.gif) left -1px no-repeat;
	padding: 0 0 0 23px;
}

.detailInfo_prev a:hover{
	background: url(../images/arrow_detail_info_hover_prev.gif) left -1px no-repeat;
	color: #FF9933;
	text-decoration: underline;
}


/* link etc END */



/* glNavi START */

#glNavi {
	width: 743px;
	height: 42px;
	margin: 0 0 20px 0;
}

#glNavi li {
	float: left;
	background-image: url(../images/glnavi.jpg);
}

#glNavi li a{
display:block;
	overflow: hidden;
	height: 0 !important;
	height /**/: 42px;
	padding-top: 42px;
}

#navi_stay {
	width: 85px;
}

#navi_rest {
	width: 138px;
}

#navi_wed {
	width: 107px;
}

#navi_banq {
	width: 140px;
}


#navi_spa {
	width: 116px;
}


#navi_shops {
	width: 78px;
}


#navi_access {
	width: 79px;
}

ul.menu #navi_stay { background-position: 0 0;}
ul.menu #navi_stay:hover, #stay #navi_stay { background-position: 0 -42px;}

ul.menu #navi_rest { background-position: -85px 0;}
ul.menu #navi_rest:hover, #rest #navi_rest { background-position: -85px -42px;}

ul.menu #navi_wed { background-position: -223px 0;}
ul.menu #navi_wed:hover, #wed #navi_wed{ background-position: -223px -42px;}

ul.menu #navi_banq { background-position: -330px 0;}
ul.menu #navi_banq:hover, #banq #navi_banq{ background-position: -330px -42px;}

ul.menu #navi_spa { background-position: -470px 0;}
ul.menu #navi_spa:hover, #spa #navi_spa{ background-position: -470px -42px;}

ul.menu #navi_shops { background-position: -586px 0;}
ul.menu #navi_shops:hover, #shops #navi_shops{ background-position: -586px -42px;}

ul.menu #navi_access { background-position: -664px 0;}
ul.menu #navi_access:hover, #access #navi_access { background-position: -664px -42px;}

/* glNavi END */


#sideFix {
	width: 213px;
	overflow: hidden;
	padding-top: 15px;
}


#quickSearch{
	color:#46261D;
	padding: 12px;
	background: #FFF3DB;
	border: solid #D4C0A6;
	border-width: 3px 1px;
}

#quickSearch .selectbox{
	border-bottom: #D5C1A7 dashed 1px;
	margin: 0 0 12px;
	>margin: 0 0 8px;
	padding-bottom: 12px;
	>padding-bottom: 6px;
	vertical-align: middle;
}


#quickSearch .selectbox .leftbox{
	float: left;
	width: 95px;
	font-size: 90%;
	letter-spacing: -0.1em;
	>font-size: 85%;
}

#quickSearch .selectbox .rightbox{
	float: right;
	width: 85px;
	height: auto !important;
	height: 19px;
	overflow: hidden;
}

#quickSearch .selectbox .rightbox a {
	float:left;
	height:19px;
	text-indent:-10000px;
	cursor:pointer;
	display:block;
	width: 100%;
}

#quickSearch .selectbox .rightbox a.calender {
	background: url(../images/bt_calender.gif) top left no-repeat;
}

#quickSearch .selectbox .rightbox a:hover {
	background-position:left bottom;
	background-repeat: no-repeat;
}



#quickSearch .btarea{
	text-align:center;
	font-size: 85%;
	letter-spacing: -0.1em;
	>letter-spacing: 0em;
}

#quickSearch .btarea input{
	margin: 0 0 10px 0;
}

#quickSearch select {
	vertical-align: middle;
	margin-right: 1px;
	>margin-right: 3px;
	margin-top: -4px;
	_margin-top: -1px;
	
}

#quickSearch .selectMD { width: 4em; margin-left: 4px; }/*firefox用*/ 
*:first-child+html #quickSearch .selectMD { width: 3em; margin-left: 4px; }/*IE7用*/  
* html  #quickSearch .selectMD { width: 3em; margin-left: 4px; } /*〜IE6用*/  
body:first-of-type  #quickSearch .selectMD { width: auto; margin-right:2px; }/*Safari, Opera, Google Chrome（firefox3.6以降動作）*/
html>/**/body #quickSearch .selectMD, x:-moz-broken, x:last-of-type { width: 4em; margin-right:2px; }/*firefox3.6以降用*/

#quickSearch .selecterArea {
	font-size: 80%;
	vertical-align: bottom;
	>margin: 0 0 5px;
	padding-top: 10px;
	>padding-top: 7px;
	white-space: nowrap;
}

#quickSearch h4{
	font-size: 140%;
	text-align:center;
	border: solid 1px #D5C1A7;
	border-left: none;
	border-right: none;
	padding: 7px 0;
	margin-bottom: 15px;
}

#quickSearch .bn_last_minuts{
	height: 43px;
	width: 183px;
	margin: 15px 0 0 0;
}

#quickSearch .bn_last_minuts a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/: 43px;
	padding-top: 43px;
	background-image: url(../images/bn_last_minuts.gif);
}

#quickSearch .bn_last_minuts a:hover{
	background-position: 0 -43px;
}


#fadeCategoryimage {
	width: 183px;
	height: 320px;
	margin: 10px 0 10px;
}

#categoryImageBox {
	border-bottom: solid 1px #C7E9E7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}


#categoryImageBox p{
	color:#FFFEEB;
	font-size: 85%;
}

#bnArea {
	border-top: solid 1px #C7E9E7;
	padding: 30px 0 0 0;
	margin: 30px 0 0 0;
}

#bnArea li{
	margin-bottom: 20px;
	>margin-bottom: 10px;
	padding-bottom: 20px;
	>padding-bottom: 10px;
	border-bottom: dashed 1px #AD8776;
}

#bnArea li a{
	display: block;
	>border: solid 1px #77392A;
}

#bnArea li a:hover{
	outline: solid 1px #FFFEEE;
	>border: solid 1px #FFFEEE;
}

#bnArea li .tiEnglish{
	color: #000;
	font-size: 80%;
	line-height: 1.1em;
}

#bnArea li h4{
	color: #FFF;
	font-size: 100%;
}

#bnArea li p{
	color: #FFFEEE;
	font-size: 80%;
	margin: 0 0 5px 0;
}


#rightColumn {
	width: 743px;
	float: right;
	padding-bottom: 30px;
}

#footerTopical {
	clear:both;
	width: 980px;
	margin: 20px auto;
	overflow:hidden;
	height:30px;
	line-height:30px;
	color: #666;
	border:1px solid #D7CDBF;
	background-color:#FCF8E5;
}

#footerTopical .footPageup {
	float: right;
	text-align:right;
}

#footerTopical .footPageup a{
	display: block;
	padding: 0 10px 0 23px;
	background: url(../images/arrow_pageup.gif) no-repeat left center;
}

#footerTopical .footPageup a:hover{
	background: url(../images/arrow_pageup_hover.gif) no-repeat left center;
}

#footerTopical .breadcrumbs {
	float: left;
	width: 790px;
}

#footerTopical .breadcrumbs a, #footerTopical .breadcrumbs em, #footerTopical .breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 10px;
	font-style:normal;
}

#footerTopical .breadcrumbs span {
	background:url(../images/bg-breadcrumb.gif) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 17px;
	width:0;
}

#fotter {
	width: 100%;
	background: #AEDFE4;
}

#fotter_menu {
	text-align:center;
	color: #fffeee;
	background:#77392A;
	width: 100%;
	padding: 10px 0;
	border-top: 3px #fff solid;
	border-bottom: 3px #fff solid;
	font-size: 90%;
}

#fotter_menu div {
	width: 980px;
	margin: 0 auto;
	position:relative;
}

#fotter_menu div p{
	top: 0;
	right: 0;
	text-align:right;
	position:absolute;
	font-size: 90%;
}

#fotter_menu div p a{
	padding: 5px;
	background-color: #F0E9D9;
	color:#333;
}

#fotter_menu div p a:hover{
	background-color: #AEDFE4;
}


#fotter_menu ul{
	width: 980px;
}

#fotter_menu li{
	display: inline;
	color:#663222;
}

#fotter_menu li a{
	color:#FFFEEE;
}

#fotter_menu li a:hover{
	text-decoration: underline;
}


#address {
	width: 980px;
	margin: 0 auto;
	background: url(../images/bg_footer.gif) left top no-repeat;
	font-style: normal;
	padding: 25px 0;
}

#address .leftbox {
	float: left;
	width:364px;
	border-right: solid 1px #FFF;
	padding: 0 45px 0 60px;
	margin-right: 0px;
}

#address .leftbox h3{
	font-size: 160%;
	line-height: 1.2;
	color: #994631;
}

#address .ad{
	margin: 7px 0;
	line-height: 1.4em;
}

#address .rightbox {
	float: right;
	width: 465px;
}

#address .rightbox img{
	margin: 0 10px 0 0;
}

#address .rightbox p{
	margin: 10px 0 0 0;
	width: 350px;
}

#leftColumn .subMenu {
	padding: 20px 16px 460px;
	background: url(../images/leftcolumn_submenu.gif) no-repeat left bottom;
}

#contents-subMenu {
	padding: 20px 16px;
	border: solid #D4C0A6;
	border-width: 3px 1px;
	background: #FFF3DB url(../images/sub_menulist_bg.gif) no-repeat 125px bottom;
}


#contents-subMenu h4{
	font-size: 100%;
	margin-bottom: 15px;
	>margin-bottom: 0;
}

#leftColumn .commonMenuList {
	width: 100%;
}

#leftColumn .commonMenuList li {
	border-bottom: dashed 1px #AD8776;
	width: 100%;
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 90%;
}

#leftColumn .commonMenuList li a{
	display: block;
	width: 157px;
	min-height:1.1em;
	height: auto !important;
	height: 1.1em;
	padding: 0 0 0 23px;
	background: url(../images/mark_menulist01.gif) no-repeat 0 0;
	color: #FFF;
}

#leftColumn .commonMenuList li a:hover{
	background: url(../images/mark_menulist02.gif) no-repeat 0 0;
	color:#FF9933;
}

#leftColumn .subMenuList {
	width: 175px;
	>border-bottom: dashed 1px #D5C1A7;
	>padding-bottom:8px;
}

#leftColumn .subMenuList li {
	border-bottom: dashed 1px #D5C1A7;
	margin-bottom: 7px;
	>margin-bottom: -9px;
	padding-bottom: 7px;
	line-height: 1.4em;
}

#leftColumn .subMenuList li a{
	display: block;
	min-height:1.1em;
	height: auto !important;
	height: 1.1em;
	padding: 0 0 4px 23px;	/* ex. padding: 0 0 0 23px; */
	background: url(../images/mark_menulist03.gif) no-repeat 0 0;
}

#leftColumn .subMenuList li a:hover{
	background: url(../images/mark_menulist04.gif) no-repeat 0 0;
}

.pageup {
	margin: 0 0 30px 0;
	width: 9em;
	float: right;
	text-align:right;
}

.pageup a{
	float: right;
	display: block;
	font-weight: bold;
	font-size: 90%;
	padding: 0 0 0 25px;
	white-space: nowrap;
	background: url(../images/arrow_pageup.gif) left top no-repeat;
}

.pageup a:hover{
	background: url(../images/arrow_pageup_hover.gif) left top no-repeat;
}

.english {
	color: #999;
	font-size: 85%;
	line-height: 1.3em;
}

.h_english {
	font-size: 90%;
	font-weight: normal;
	color: #BB9681;
}

.imageOver{
	background:url(../images/zoom.gif) no-repeat 50% 50%;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}

.mgt3 {margin-top: 3px;}
.mgt5 {margin-top: 5px;}
.mgt10 {margin-top: 10px;}
.mgt15 {margin-top: 15px;}
.mgt20 {margin-top: 20px;}
.mgt25 {margin-top: 25px;}
.mgt30 {margin-top: 30px;}
.mgt35 {margin-top: 35px;}



.mgtN3 {
	margin-top: -3px;
}

.mgtN5 {
	margin-top: -5px;
}

.mgtN10 {
	margin-top: -10px;
}

.mgtN15 {
	margin-top: -15px;
}

.mgtN20 {
	margin-top: -20px;
}

.mgtN25 {
	margin-top: -25px;
}

.mgtN30 {
	margin-top: -30px;
}

.mgtN35 {
	margin-top: -35px;
}

.mgtN60 {
	margin-top: -60px;
}





.mgb3 {
	margin-bottom: 3px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb25 {
	margin-bottom: 25px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb35 {
	margin-bottom: 35px;
}




.mgl3 {
	margin-left: 3px;
}

.mgl5 {
	margin-left: 5px;
}

.mgl10 {
	margin-left: 10px;
}

.mgl15 {
	margin-left: 15px;
}

.mgl20 {
	margin-left: 20px;
}

.mgl25 {
	margin-left: 25px;
}

.mgl30 {
	margin-left: 30px;
}

.mgl35 {
	margin-left: 35px;
}

.mgb0 {
	margin-bottom: 0;
}

.mgb3 {
	margin-bottom: 3px;
}

.mgb5 {
	margin-bottom: 5px;
}

.mgb10 {
	margin-bottom: 10px;
}

.mgb15 {
	margin-bottom: 15px;
}

.mgb20 {
	margin-bottom: 20px;
}

.mgb25 {
	margin-bottom: 25px;
}

.mgb30 {
	margin-bottom: 30px;
}

.mgb35 {
	margin-bottom: 35px;
}


.fts85 {
	font-size: 85%;
}

.fts90 {
	font-size: 90%;
}

.fts95 {
	font-size: 95%;
}

.fts100 {
	font-size: 100%;
}

.fts105 {
	font-size: 105%;
}

.fts110 {
	font-size: 110%;
}

.fts115 {
	font-size: 115%;
}

.fts120 {
	font-size: 120%;
}

.fts125 {
	font-size: 125%;
}

.fts130 {
	font-size: 130%;
}

.fts135 {
	font-size: 135%;
}

.fts140 {
	font-size: 140%;
}

.lht1 {
	line-height: 1.1em;
}

.lht2 {
	line-height: 1.2em;
}

.lht3 {
	line-height: 1.3em;
}

.lht4 {
	line-height: 1.4em;
}

.lht5 {
	line-height: 1.5em;
}

.lht6 {
	line-height: 1.6em;
}

.lht7 {
	line-height: 1.7em;
}

.lht8 {
	line-height: 1.8em;
}

.pdb5 {
	padding-bottom: 5px;
}

.pdb10 {
	padding-bottom: 10px;
}

.pdb15 {
	padding-bottom: 15px;
}

.pdb20 {
	padding-bottom: 20px;
}


.pdt5 {
	padding-top: 5px;
}

.pdt10 {
	padding-top: 10px;
}

.pdt15 {
	padding-top: 15px;
}

.pd10 {
	padding: 10px;
}

.pd15 {
	padding: 15px;
}

.pdt20 {
	padding-top: 20px;
}


.pdl5 {
	padding-left: 5px;
}

.pdl10 {
	padding-left: 10px;
}

.pdl15 {
	padding-left: 15px;
}

.pdl20 {
	padding-left: 20px;
}

.fw-normal {
	font-weight: normal;
}



.boxIndent5 {
	margin-left: 5px;
}

.boxIndent10 {
	margin-left: 10px;
}

.boxIndent15 {
	margin-left: 15px;
}

.boxIndent20 {
	margin-left: 20px;
}

.boxIndent25 {
	margin-left: 25px;
}

.boxIndent30 {
	margin-left: 30px;
}

.bookNow a {
	display: block;
	background: #60A19A;
	color: #FFF;
	font-size: 125%;
	text-align:center;
	line-height: 1.2;
	padding: 7px 10px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.bookNow_img a {
	display: block;
	background-image:url(../images/stay_bed_type.gif);
	background-repeat:no-repeat;
	text-indent:-9999px;
	width:390px;
	height:49px;
}
.bookNow a span {
	font-size: 80%;
	font-weight:normal;
}
.bookNow_img a span {
	text-indent:-9999px;
	display:block;
}
.bookNow a:hover{
	background: #FF9933;
	color:#FFF;
}

#bt_ds a { background-position:0 0; }
#bt_ds a:hover { background-position:-390px 0;}
#bt_twd a { background-position:0 -49px; }
#bt_twd a:hover { background-position:-390px -49px;}
#bt_twdp a { background-position:0 -98px; }
#bt_twdp a:hover { background-position:-390px -98px;}
#bt_trd a { background-position:0 -147px; }
#bt_trd a:hover { background-position:-390px -147px;}
#bt_trdp a { background-position:0 -196px; }
#bt_trdp a:hover { background-position:-390px -196px;}
#bt_fr22 a { background-position:0 -245px; }
#bt_fr22 a:hover { background-position:-390px -245px;}
#bt_fr23 a { background-position:0 -294px; }
#bt_fr23 a:hover { background-position:-390px -294px;}
#bt_fr33 a { background-position:0 -343px; }
#bt_fr33 a:hover { background-position:-390px -343px;}
#bt_ts a { background-position:0 -392px; }
#bt_ts a:hover { background-position:-390px -392px;}
#bt_twd_nsm a { background-position:0 -441px; }
#bt_twd_nsm a:hover { background-position:-390px -441px;}
#bt_trd_nsm a { background-position:0 -490px; }
#bt_trd_nsm a:hover { background-position:-390px -490px;}
#bt_quar3 a { background-position:0 -539px; }
#bt_quar3 a:hover { background-position:-390px -539px;}
#bt_quar4 a { background-position:0 -588px; }
#bt_quar4 a:hover { background-position:-390px -588px;}
#bt_towers_s a { background-position:0 -637px; }
#bt_towers_s a:hover { background-position:-390px -637px;}
#bt_towers_d a { background-position:0 -686px; }
#bt_towers_d a:hover { background-position:-390px -686px;}
#bt_towers_twd a { background-position:0 -735px; }
#bt_towers_twd a:hover { background-position:-390px -735px;}
#bt_towers_trd a { background-position:0 -784px; }
#bt_towers_trd a:hover { background-position:-390px -784px;}
#bt_dd a { background-position:0 -833px; }
#bt_dd a:hover { background-position:-390px -833px;}
#bt_jsd a { background-position:0 -882px; }
#bt_jsd a:hover { background-position:-390px -882px;}
#bt_jstw a { background-position:0 -931px; }
#bt_jstw a:hover { background-position:-390px -931px;}
#bt_jstr a { background-position:0 -980px; }
#bt_jstr a:hover { background-position:-390px -980px;}
#bt_ds_nsm a { background-position:0 -1029px; }
#bt_ds_nsm a:hover { background-position:-390px -1029px;}

.stayBookNow{
	display: block;
	background: #60A19A;
	color: #FFF;
	font-size: 125%;
	text-align:center;
	line-height: 1.2;
	padding: 7px 10px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.stayBookNow span {
	font-size: 80%;
	font-weight:normal;
}

.stayBookNow:hover{
	background: #FF9933;
	color:#FFF;
}



.bookNowTel strong{
	color: #666;
	font-size: 90%;
}

.bookNowTel p{
	font-size: 180%;
	font-weight: bold;
	line-height: 1.1em;
}

.bookNowBtn { width: 387px; }

.tabBottom_pageup {
	margin-top: -60px;
}

.tabInner_pageup {
	margin: 20px 0 10px 0;
}

.txtIndent {
	padding-left: 1em;
	text-indent: -1em;
}

.txtIndent_ol {
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.fontsmall {
	font-size:90%;
	line-height:1.5x;
}

.center { text-align:center; }

.brown {
	color:#77392A;
}


/* Put a border around the newly clickable element */

		/* rollover style for clickable element */
.bl-hover {
			cursor: pointer;
}

/* Simulate hover on contained link */

.bl-hover a:link {
	color: #773927;
	text-decoration: underline;
}

.bl-hover a:visited {
	color: #773927;
	text-decoration: underline;
}
		
		/* Some demo layout */

.links li.bl-hot {
	float: left;
	display: inline;
}

.links li:before {
	content: '';
}



* html .thumbPhoto img { border: solid 2px #FFFEEE; }
*:first-child+html .thumbPhoto img { border: solid 2px #FFFEEE; }

/*#stay-planlist .planSummary:hover img,*/
#sheraton_island:hover img,
.top_bnList li:hover img,
.top_bnList02 li:hover img,
#first-carousel .eventList:hover img,
#second-carousel .eventList:hover img,
.summaryBox:hover img,
.pickBn-area li:hover img,
#tabContents .patternA-wrappbox:hover img,
.pickupInfoBox:hover img,
#tabContents .menuListPhoto img,
.rest-top-storeInfoWrapp img,
.stay-plan-thumbPhoto, .stay-plan-thumbPhoto-usj {
	outline: solid 2px #FFFEEE;
	>outline: none;
}

#stay-planlist .planSummary img,
#sheraton_island a img,
.top_bnList li a img,
.top_bnList02 li a img,
#first-carousel .eventList img,
#second-carousel .eventList img,
.summaryBox a img,
.pickBn-area li a img,
#tabContents .patternA-wrappbox a img,
.pickupInfoBox a img,
#tabContents .menuListPhoto a img,
.rest-top-storeInfoWrapp a img,
.stay-plan-thumbPhoto a img{
	>border: solid 2px #FFFEEE;
}

.sresults { border-bottom: 1px dotted #8C7872; margin-bottom: 10px; }
.srexcerpt { margin: 5px 0 10px; }

.positionR {
	position: relative;
}

.bt_printout {
	position:absolute;
	top: -10px;
	right: 0px;
	width: 152px;
	height: 26px;
}
