body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}
body {
    background: #FBF5E5 url(../img/temp/back.jpg) no-repeat scroll center top;
    font: 75%/1.5 Verdana,"ＭＳ Ｐゴシック",sans-serif,Osaka;
}

#main {
	margin: 0 auto;
	width: 960px;
	background-color: #fdfcf8;
}


div#header {
    height: 70px;
    width: 960px;
}
div#header h1 {
    float: left;
    height: 61px;
    width: 240px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, address, ul, dl, ol, th, strong, em {
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
}
img {
    border: 0 none;
    vertical-align: bottom;
}

/*　ヘッダー　*/

div#header-right {
    float: right;
    height: 70px;
    width: 710px;
}
.clearfix {
    display: block;
}
div#h-comment {
	float: right;
	line-height: 1.5;
	overflow: hidden;
	width: 170px;
	margin-top: 5px;
}
.img_l15 {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.textstay {
	font-size: 14pt;
	font-weight: bold;
	color: #006;
	text-decoration: underline;
	line-height: 1.3;
}
.stayfont01 {
	font-weight: bold;
	color: #006;
}
.img_stay {
	margin-top: 10px;
	float: none;
	clear: left;
}

div#h-comment2 {
	float: right;
	line-height: 1.5;
	overflow: hidden;
	width: 420px;
	margin-top: 25px;
}
/*　上部メインメニュー　*/

#menu {
	height: 40px;
	overflow: hidden;
	width: 960px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #240000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #240000;
}
#menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu li {
    display: block;
    float: left;
    height: 40px;
}
#menu li.me01 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll 0 0 transparent;
    width: 120px;
}
#menu li.me01 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat 0 -40px;
}
#menu li.me01_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat 0 -40px;
}
#menu li.me02 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -120px 0 transparent;
    width: 120px;
}
#menu li.me02 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -120px -40px;
}
#menu li.me02_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -120px -40px;
}
#menu li.me03 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -240px 0 transparent;
    width: 120px;
}
#menu li.me03 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -240px -40px;
}
#menu li.me03_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -240px -40px;
}
#menu li.me04 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -360px 0 transparent;
    width: 120px;
}
#menu li.me04 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -360px -40px;
}
#menu li.me04_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -360px -40px;
}
#menu li.me05 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -480px 0 transparent;
    width: 120px;
}
#menu li.me05 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -480px -40px;
}
#menu li.me05_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -480px -40px;
}
#menu li.me06 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -600px 0 transparent;
    width: 120px;
}
#menu li.me06 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -600px -40px;
}
#menu li.me06_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -600px -40px;
}
#menu li.me07 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -720px 0 transparent;
    width: 120px;
}
#menu li.me07 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -720px -40px;
}
#menu li.me07_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -720px -40px;
}
#menu li.me08 a {
    background: url(../img/temp/menu.jpg) no-repeat scroll -840px 0 transparent;
    width: 120px;
}
#menu li.me08 a:hover {
	background:url(../img/temp/menu.jpg) no-repeat -840px -40px;
}
#menu li.me08_active a {
	width:120px;
	background:url(../img/temp/menu.jpg) no-repeat -840px -40px;
}
#menu li a {
    display: block;
    height: 40px;
    text-indent: -9999px;
}

/*　レイアウト　*/

#contents {
    overflow: hidden;
	margin-top: 0px;
	min-height: 1px;
	padding: 0;
	width: 960px;
	background-color: #fdfcf8;
	background-repeat: repeat-y;
}

#contents #left {
	background-color: #634E2F;
	float: left;
	height: auto;
	overflow: hidden;
	width: 240px;
	padding-bottom: 20px;
	margin-bottom: -32768px;
    padding-bottom: 32768px;
}
#contents #right {
	float: right;
	overflow: hidden;
	width: 700px;
	background-color: #fdfcf8;
	margin-top: 15px;
	margin-bottom: -32768px;
    padding-bottom: 32768px;
}
#footerArea {
	background-color: #634E2F;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-image: url(../img/temp/dot.gif);
	background-repeat: repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
}

#pagetop{
	margin-top:30px;margin-bottom:10px;
}

/*　左メニュー　*/

#lmenu {
    height: 355px;
    margin-bottom: 7px;
    text-align: left;
    width: 240px;
}

#lmenu h5 {
    background: url("../img/temp/leftmenu.jpg") no-repeat scroll 0 0 transparent;
    height: 60px;
    text-indent: -99999px;
    width: 240px;
}

#lmenu li {
    list-style: none outside none;
    text-indent: -99999px;
}

#lmenu li a {
    background: url("../img/temp/leftmenu.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    margin: 0;
    padding: 0;
    width: 240px;
}
#lmenu li.rme01 a {
    background-position: 0 -60px;
    height: 35px;
}
#lmenu li.rme01 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -60px transparent;
    height: 35px;
}
#lmenu li.rme01_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -60px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme02 a {
    background-position: 0 -95px;
    height: 35px;
}
#lmenu li.rme02 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -95px transparent;
    height: 35px;
}
#lmenu li.rme02_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -95px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme03 a {
    background-position: 0 -130px;
    height: 35px;
}
#lmenu li.rme03 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -130px transparent;
    height: 35px;
}
#lmenu li.rme03_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -130px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme04 a {
    background-position: 0 -165px;
    height: 35px;
}
#lmenu li.rme04 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -165px transparent;
    height: 35px;
}
#lmenu li.rme04_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -165px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme05 a {
    background-position: 0 -200px;
    height: 35px;
}
#lmenu li.rme05 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -200px transparent;
    height: 35px;
}
#lmenu li.rme05_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -200px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme06 a {
    background-position: 0 -235px;
    height: 35px;
}
#lmenu li.rme06 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -235px transparent;
    height: 35px;
}
#lmenu li.rme06_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -235px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme07 a {
    background-position: 0 -270px;
    height: 35px;
}
#lmenu li.rme07 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -270px transparent;
    height: 35px;
}
#lmenu li.rme07_active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -270px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme08 a {
    background-position: 0 -305px;
    height: 35px;
}
#lmenu li.rme08 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -305px transparent;
    height: 35px;
}
#lmenu li.rme08 active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -305px transparent;
    height: 35px;
    width: 240px;
}
#lmenu li.rme09 a {
    background-position: 0 -340px;
    height: 35px;
}
#lmenu li.rme09 a:hover {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -340x transparent;
    height: 35px;
}
#lmenu li.rme09 active a {
    background: url("../img/temp/leftmenuon.jpg") repeat scroll 0 -340px transparent;
    height: 35px;
    width: 240px;
}
.img_lemenu {
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*　見出し　-----------------------------------------------------------------------------------------　*/

h2{
	background-color:transparent;
	color:#634E2F;
	font-size:1.2em;
	font-weight:bold;
	width:580px;
	height:25px;
	padding-left:100px;
	padding-top:25px;
	margin-top:20px;
	margin-bottom:20px;
}
h3{
	background-color:transparent;
	background-image:url(../img/stay/h3.jpg);
	color:#ffffff;
	font-size:1.2em;
	font-weight:bold;
	width:650px;
	height:23px;
	padding-left:30px;
	padding-top:2px;
	margin-top:20px;margin-bottom:10px;
}



.pickup{
background-image:url(../img/top/wako_pickup.jpg);
}
.topics{
background-image:url(../img/top/wako_topics.jpg);
}
.service{
background-image:url(../img/top/wako_service.jpg);
}
.tourism{
background-image:url(../img/top/wako_tourism.jpg);
}
.bold_orange{
	color:#D96C00;
	font-weight:bold;
	font-size:1.2em;
	text-decoration:underline
}
.stay{
background-image:url(../img/stay/wako_stay02.jpg);
}

.restaurant{
background-image:url(../img/restaurant/wako_restaurant02.jpg);padding-left:140px;width:540px
}
.wedding{
background-image:url(../img/wedding/wako_wedding02.jpg);padding-left:120px;width:560px
}
.banquet{
background-image:url(../img/bauquet/wako_bauquet04.jpg);padding-left:120px;width:560px
}
.access{
background-image:url(../img/access/wako_access01.jpg);
}
.kaiseki{
background-image:url(../img/kaiseki/wako_kaiseki02.jpg);padding-left:120px;width:560px
}
.houji{
background-image:url(../img/houji/wako_houji02.jpg);padding-left:120px;width:560px
}

/*　文字　-----------------------------------------------------------------------------------------　*/

a:link,a:visited{
	color:#634E2F;
}
a:hover,a:active{
	color:#634E2F;
	text-decoration:none;
	}
	
.text01{
	color:#634E2F;
}
.bold_brown{
	color:#483129;
	font-weight:bold;
}
.bold_brown_bottom5{
	color:#483129;
	font-weight:bold;
	margin-bottom:5px
}

/*　枠　-----------------------------------------------------------------------------------------　*/
.waku335{
	width:335px;
	background-color:#FDFCF8;
	color:#887A60;
	float:left;
	margin-bottom:15px;
	margin-right:5px;
}

.waku340{
	width:340px;
	background-color:#FDFCF8;
	color:#887A60;
	float:left;
	margin-right:5px;margin-bottom:15px;
	
}
.waku340_02{
	width:340px;
	background-color:#FDFCF8;
	color:#887A60;
	float:left;
	margin-bottom:15px;
	
}
.waku280{
	width:280px;
	background-color:#FDFCF8;
	color:#887A60;
	float:left;
	margin-bottom:15px;
	
}

.waku520{
	width:520px;
	height:auto;
	background-color:#FDFCF8;
	padding:10px;
	margin-left:140px;
}

.waku{
	background-color:#ffffff;
	border-bottom-color:#634E2F;
	border-style:solid;
	border-width:1px;
	margin:20px 20px 20px 0px;
	padding:10px;
	color:#634E2F;height:auto
}


/*　配置　-----------------------------------------------------------------------------------------　*/
.left{
	float:left;
	margin-right:10px;
}
.left_r6{
	float:left;
	margin-right:6px;
}
.right{
	float:right;
	margin-left:10px;margin-right:20px;
}
.right02{
	float:right
}

.top10{
	margin-top:10px;
}

.bottom2{
	margin-bottom:2px;
}
.bottom5{
	margin-bottom:5px;
}
.bottom10{
	margin-bottom:10px;
}
.bottom20{
	margin-bottom:20px;
}

.right20{
	margin-right:20px;
}
.right20_bottom10{
	margin-right:20px;margin-bottom:10px;
}
.left15_bottom5{
	margin-bottom:5px;margin-left:15px;
}
.left15_bottom20{
	margin-bottom:20px;margin-left:15px;
}

.clear{
	clear:both
}

/* フォトギャラリー */
.gallery-item{
	float: left;
    text-align: center;
	width:380px
}



ul.photo {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.photo li {
float: left;

margin-right: 5px;
margin-bottom: 5px;
padding: 2px;
border: 1px #5F5F5F solid;
text-align: center;
}
.kaiseki01 {
	font-size: 16px;
	color: #D96284;
	line-height: 2;
	border: 1px solid #D7587C;
	padding: 10px;
	width: 658px;
}
.aten01 {
	padding: 15px;
	border: 1px solid #C30;
	width: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 1.2em;
	text-align: center;
}
