body {
	background: #006231;
	margin: 10px 0 20px 0;	/*text-align: center;*/
	font-size: 90%;
	font-family:"ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Meiryo, "ＭＳ Ｐゴシック";
	color:#333;
	line-height: 1.7;
}
a{
color:#de3092;
}
a:hover{
color:#666;
}
a img{
border:none;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

#main {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}
h1,address {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin: 0 10px;
	font-style: normal;
}
#main-wrap {
	padding: 10px;
}
#pagebody {
	background: url(design-image/top_pagebody.gif) repeat-y;
}
.stay #pagebody {
	background-image: url(design-image/stay_pagebody.gif) ;
}
.play #pagebody {
	background-image: url(design-image/play_pagebody.gif) ;
}
.eat #pagebody {
	background-image: url(design-image/eat_pagebody.gif) ;
}
.access #pagebody {
	background-image: url(design-image/access_pagebody.gif) ;
}
.guide #pagebody {
	background-image: url(design-image/guide_pagebody.gif) ;
}



#banner {
	background: url(design-image/top_banner.png) no-repeat;
	height: 140px;
	text-indent: -9999px;
}
.stay #banner {
	background: url(design-image/stay_banner.png) no-repeat;
}
.play #banner {
	background: url(design-image/play_banner.png) no-repeat;
}
.eat #banner {
	background: url(design-image/eat_banner.png) no-repeat;
}
.access #banner {
	background: url(design-image/access_banner.png) no-repeat;
}
.guide #banner {
	background: url(design-image/guide_banner.png) no-repeat;
}




#logo {
	background: url(design-image/logo.gif) no-repeat;
	position: absolute;
	width: 240px;
	height: 197px;
	text-indent: -9999px;
}
#navi {
	margin-top: 50px;
	width: 165px;
	float: left;
	padding: 0 0 0 15px;
}
#content {
	float: left;
	width: 500px;
	margin: 0 20px 0 60px;
	padding: 0 0 60px 0;
}
.clr {
	clear: both;
}
#navi ul {
	margin: 0 0 20px 0;
	list-style-type: none;
	padding: 0;
}
#navi li a {
	height: 60px;
	display: block;
	background: no-repeat 0px top;
	text-indent: -9999px;
}
#navi li a:hover {
	background: no-repeat 0px bottom;
}
#navi #navi-top a{
	background-image:url(design-image/navi_top.gif);
}
#navi #navi-play a{
	background-image:url(design-image/navi_play.gif);
}
#navi #navi-stay a{
	background-image:url(design-image/navi_stay.gif);
}
#navi #navi-guide a{
	background-image:url(design-image/navi_guide.gif);
}
#navi #navi-access a{
	background-image:url(design-image/navi_access.gif);
}
#navi #navi-eat a{
	background-image:url(design-image/navi_eat.gif);
}
.top #navi-top a{
	background: 0px bottom;
}
.top #navi-top a,
.play #navi-play a,
.stay #navi-stay a,
.guide #navi-guide a,
.access #navi-access a,
.eat #navi-eat a{
	background: 0px bottom;
}



#footer {
	background: url(design-image/top_footer.png) no-repeat;
	padding: 115px 0 0 0;
	position: relative;
}
.stay #footer{
	background-image: url(design-image/stay_footer.png);
}
.play #footer{
	background-image: url(design-image/play_footer.png);
}
.eat #footer{
	background-image: url(design-image/eat_footer.png);
}
.access #footer{
	background-image: url(design-image/access_footer.png);
}
.guide #footer{
	background-image: url(design-image/guide_footer.png);
}




#footer-navi {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 240px;
	top: 0px;
}
.info {
	border: 5px solid #d75b00;
	background: #d75b00 url(design-image/top_info.gif) no-repeat;
	background-position:5px 5px;
	padding-top: 20px;
	}
.akawaku {
	border: 5px solid #d75b00;
	background:#fff;
	padding:10px;
	color:#666;
	}
.akawaku h5{
	margin:0;
	padding:0;
	font-size:14px;
	}
.info, .akawaku{
	margin:20px 0 0 0;
	}
#top-contact {
	background: #D75B00;
	padding: 5px;
	margin: 0 0 20px 0;
}
.tensenwaku {
	border-top: 2px dotted #666666;
	border-bottom: 2px dotted #666666;
	padding: 10px 0px;
}
.stay #content img,
.play #content img,
.eat #content img {
	margin: 10px 0px;
}



#content blockquote {
	color: #FF3366;
	padding: 5px;
	border: thin solid #FF3366;
	font-size: 12px;
	width:486px;
	margin:0 0 10px 0;
}
#content blockquote p {
	margin:0 0 10px 0;
	padding:0;
}
.guide #content h3 {
	background: #FFFF7F;
	border-left: 10px solid #45A638;
	padding-left: 5px;
	color: #45A638;
	margin: 30px 0 10px 0;
}
.guide #content a {
	color: #45A638;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	margin: 5px 0px 0px;
}
.tensenwaku p {
	margin: 0px 0px 5px;
}
.tensenwaku table {
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-bottom: 15px;
}
.menu {
	background: #FFFFC6;
	padding: 10px;
	margin: 0 0 15px 0;
}
.menu table {
	border-collapse: collapse;
	border:none;
	font-size:12px;
}
.menu table td{
	border-bottom:1px dotted #999;
}
.menu .red{
	color:#FF3366;
	}
.menu p {
	margin: 5px 0px;
	font-size: 12px;
}


