td {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: x-small;
	color: #333333;
}

/*テーブルセル日付*/
.date-cell
{
	text-align:center;
	white-space:nowrap;
	border-collapse:collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #999999;
	border-right-color: none;
	border-bottom-color: #999999;
	border-left-color: none;
}

/*テーブルセル内容*/
.cell
{
	text-align:left;
	white-space:nowrap;
	border-collapse:collapse;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-color: #009999;
	border-bottom-color: #009999;
}

/*カレンダー月部分*/
.cal-month {
	text-align:center;
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: xx-small;
	font-weight: bold;
	color: #ffffff;
	background-color: #0099CC;
}
/*イベントがない日曜日*/
.holiday {
	color: #FF33CC;
}

/*イベントがない土曜日*/
.sat {
	color: #0066FF;
}

/*イベントがある休日*/
.event-holiday {
	color: #FF33CC;
	background-color: #CCFFFF;
}

/*イベントがある土曜*/
.event-sat {
	color: #0066FF;
	background-color: #CCFFFF;
}

/*イベントがある平日*/
.event-normal {
	background-color: #CCFFFF;
	color: #339966;
}

.cal {
	margin: 0px;
	width: 170px;
	border-collapse:collapse;
	padding: 3px;
}
body {
	scrollbar-face-color:#b1b4b1;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #b1b4b1;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #d4d4d4;
	background-color: #D0D0D0;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
}

.base {
	background-color: #FFFFFF;
	height: 100%;
	width: 700px;
	border-top-width: none;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	/*margin-left: 0px;*/
	padding: 0px;
	text-align: center;
}
.base01 {
	background-color: #FFFFFF;
	height: 100%;
	width: 670px;
	border-top-width: none;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding: 15px;
	text-align: center;
}

#base2 {
	background-color: #FFFFFF;
	width: 700px;
	border-top-width: none;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	padding: 15px;
	text-align: center;
	font-size:16;
	text-align: center;
}

#base2 table {
	background-color: #FFFFFF;
	width: 580px;
	padding: 0px;
	font-size:18;
	color: #333333;
}


#base2 td {
	background-color: #FFFFFF;
	padding: 0px;
	font-size:16;
	color: #333333;
}


#base2 th {
	background-color: #6666FF;
	padding: 0px;
	font-size:19;
	text-align: center;
	color: #FFFFFF;
}


#base3 {
	width: 600px;
	padding: 0px;
	font-size:16;
	text-align: center;
	color: #FFFFFF;
}

#base3 table {
	background-color: #FFFFFF;
	width: 580px;
	padding: 0px;
	font-size:18;
	color: #333333;
}


#base3 td {
	background-color: #FFFFFF;
	padding: 0px;
	font-size:16;
	color: #333333;
}


#base3 th {
	background-color: #FFCCFF;
	padding: 0px;
	font-size:19;
	text-align: center;
	color: #333333;
}


#base4 {
	width: 580px;
	padding: 0px;
	font-size:14;
	text-align: center;
	color: #FFFFFF;
}

#base4 table {
	background-color: #FFFFFF;
	table-layout: auto;
	width: 580px;
	color: #333333;
}


#base4 td {
	background-color: #DCEDED;
	padding: 1px;
	font-size:14;
	color: #333333;
}


#base4 th {
	background-color: #B3B3FF;
	font-size:14;
	color: #333333;
}


#base5 {
	width: 580px;
	padding: 0px;
	font-size:14;
	text-align: center;
	color: #FFFFFF;
}

#base5 table {
	background-color: #FFFFFF;
	width: 580px;
	color: #333333;
}


#base5 td {
	background-color: #E3E3C8;
	padding: 1px;
	font-size:14;
	color: #333333;
}


#base5 th {
	background-color: #CCCC66;
	padding: 1px;
	font-size:14;
	color: #333333;
}



.footer-hr {
	width: 670px;
	margin-top: 10px;
	border-top: 1px solid #999999;
	border-right: 1px none #999999;
	border-bottom: 1px none #999999;
	border-left: 1px none #999999;
}
.footer {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: x-small;
}
.copy {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;

}
.topics-midashi {
	font-weight: bold;
	padding: 2px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #FFFFFF;
	background-color: #666666;

}
.topics-midashi2 {
	font-weight: bold;
	padding: 2px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #FFFFFF;
	background-color: #ff0066

}
.topics-img {
	float:left
}
.topics-text {
	font-size: 11px;
	background-image: url(img/topics_back.gif);
}
.title {
	margin: 15px;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #003366;
}
h4 {
	font-size:20;
	font-weight: bold;
	color: #0000FF;
}
.toiawase {
	font-size: 10px;
	line-height: 110%;
}
.shosai-img {
	text-align: right;
	margin: 2px;

}
.shop-type {
	font-size: x-small;
	color: #3300CC;
}
.shop-name {
	font-size: x-small;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}
.shop-foot {
	font-size: xx-small;
}
.shop-base {
	background-color: #FFF3E6;
	margin: 10px;
	padding: 10px;
	width: 500px;
	border: 1px solid #999999;
	text-align: left;
	font-size: x-small;
}
.shop-img {
	float:left;
	border: 1px solid #333333;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gurnavi {
	float:right;
}
/* *-*-*-*-* BIG SUMMER SALE *-*-*-*-* */

dl{ margin-left: 20%;
}
dt{
    font-size: 18px;
	font-weight:bold;
	color:#FF9900;
	margin-bottom: 5px;
}
dd{
    font-size: 14px;
	font-weight:bold;
	margin-bottom: 20px;
}
.sale{font-size: 14px;
	font-weight:bold;
	text-align:left;
	}


.sale_y{font-size: 14px;
	  font-weight: bold;
	  margin-bottom: 0px;
}
.sale_img{margin-right:10px;
}
.line_sale{
	width: 670px;
	margin-top: 10px;
	border-top: 1px solid #FFs00FF;
	border-right: 1px none #FF00FF;
	border-bottom: 1px none #FF00FF;
	border-left: 1px none #FF00FF;
}
/* *-*-*-*-* BIG SUMMER SALE  END *-*-*-*-* */
/* *-*-*-*-* amenities *-*-*-*-* */
table.ame {
        width:500px;
        /*border:1px solid #666666;*/
		/*text-align: center;*/
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 40px;
		}

table.tab1 { 
        table-layout: auto;
		background: #f6f6f6;
		margin-bottom:30px;
		}
		
table.tab2 {
        table-layout: fixed;
		background-color: #333333;
		color:#FFFFFF;
		margin-bottom:5px;
		}
		
td {
        /*border: 1px solid #666666;*/
		padding: 1px;
		} 
td.faq01 {
        border: 0px ;
		padding: 0px;
		} 

td.ame1{
        font-size: 20px;
		color: #000033;
		font-weight:bold;
		}

/* *-*-*-*-* amenities END *-*-*-*-* */
/* *-*-*-*-* okinawa *-*-*-*-* */

.deco{
       font-size:16px;
	   font-weight:bold;
	   color:#FF3333;
	   margin-top:30px;

	   }
/* *-*-*-*-* okinawa END *-*-*-*-* */

/* *-*-*-*-* utahime080726 *-*-*-*-* */

.uta{
       font-size:14px;
	   font-weight:bold;
	   font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	   margin-bottom:30px;
	   color:#666666;
	   }
p.uta02{
       margin:0px 0px 3px 0px;
	   }



















