/*---------- basic elements ----------*/
html{

}

body{
	font-size:80%;
	line-height:140%;
	text-align:center;
	margin:20px 0;  /* IE,NN用マージン設定 */
	padding:0; /* Opera用マージン設定 */
	background: #fff; /* 背景色指定された要素内にフロートがあるときに要素内の文字消える対策(IE6)*/
}

img {
	border:0;
}

.container {
	background: #fff;
	width:750px;
	margin:0 auto;
	padding:0;
	text-align:left;
	color:#333;
	position:relative;
}



/*---------- Top page ----------*/
.swf {

}

.resortLinks {
	width:750px;
	margin:15px auto 5px auto;
	padding:0;
	color:#184B8E;
	font-family:'Century Gothic','Chicago','Verdana',"ＭＳ Ｐゴシック",'Osaka';
}

.resortLinks img {
}

.footer {
	width:750px;
	margin:0 auto;
	padding:0;
	/*background: #f1f1f1;*/
	text-align:center;
	font-family:'Century Gothic','Chicago','Verdana',"ＭＳ Ｐゴシック",'Osaka';
	vertical-align:top;
}

.footer img {
	margin:0;
	padding:0;
}

/*---------- Restaurant ----------*/
.intro {
	font-size:80%;
	line-height:140%;
}

.intro .subTitle {
	margin-top: 0; 
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

.txtNotes {
	font-size:70%;
	line-height:120%;
}



/*---------- Menu Item ----------*/
.txtMenuset {
	font-size:80%;
	line-height:120%;
	text-indent: 1.3em;
	margin-bottom: 2px;
}

.menuCategory {
	font-size:80%;
	font-weight: bold;
	background: #E1DAD2;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.menuItem {
	font-size:80%;
	background-color: #FCF3E0;
	line-height:120%;
	border-right: 1px solid #ccc;
	border-bottom: 1px dotted #666;
	padding-left: 10px;
}



/*---------- Show ----------*/
.showTitle {
	font-size:120%;
	line-height:140%;
	font-weight: bold;
}


/*---------- footer ----------*/
.footer4Y {
	background: #fff url(images/img_footer_y.gif) no-repeat;
	text-align:center;
	border-bottom: 1px solid #000;
}
.footer4Y img {
	background: none;
	margin-top:80px; 
	margin-right:0;
	margin-bottom:3px;
	margin-left:0;
	padding:0;
}

.footer4P {
	background: #fff url(images/img_footer_p.gif) no-repeat;
	text-align:center;
	border-bottom: 1px solid #000;
}
.footer4P img {
	background: none;
	margin-top:115px; 
	margin-right:0;
	margin-bottom:3px;
	margin-left:0;
	padding:0;
}

.footer4D {
	background: #fff url(images/img_footer_d.gif) no-repeat;
	text-align:center;
	border-bottom: 1px solid #000;
}
.footer4D img {
	background: none;
	margin-top:115px; 
	margin-right:0;
	margin-bottom:3px;
	margin-left:0;
	padding:0;
}



/*---------- Window colse ----------*/
.winClose {
	text-align:center;
}

.winClose img {
	background: none;
	margin:10px;
	padding:0;
}


