@charset "UTF-8";

body, div {
  margin: 0;
  padding: 0;
  font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header, #navi, #main, .contents{
  clear: both;
}


body{
	background-image:url(../greeting/images/bg_wdoor.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #6d5555;
}

#header{
	background-color:#777;
	background-image:url(../menu/images/bg_menuhead.jpg);
	padding:10px 20px 0px 20px;
	height:100px;
	width:710px;
	margin:0 auto;
	text-align: left;
	margin-bottom: 50px;
}

#main{
	width:420px;
	text-align: left;
	margin: auto;
	color: #553a3a;
}

table{
	width:420px;
	height:auto;
	border:0;
	border-spacing: 0;
	margin-top:20px;
	margin-bottom:10px;
	text-align: left;
	}
	
table th{
	height:60px;
	border:none;
}

.set{
	margin-bottom:80px;
}

.set tr#th1{
	background-image:url(../menu/images/menu_th1.png);
	background-repeat:no-repeat;
}

.set tr#th2{
	background-image:url(../menu/images/menu_th2.png);
	background-repeat:no-repeat;
}

.set tr#th3{
	background-image:url(../menu/images/menu_th3.png);
	background-repeat:no-repeat;
}

.set tr#th4{
	background-image:url(../menu/images/menu_th4.png);
	background-repeat:no-repeat;
}

.set tr#th5{
	background-image:url(../menu/images/menu_th5.png);
	background-repeat:no-repeat;
}

.set tr#th6{
	background-image:url(../menu/images/menu_th6.png);
	background-repeat:no-repeat;
}

.set p#th7{
	background-image:url(../menu/images/menu_th7.png);
	background-repeat:no-repeat;
	height:60px;
	text-indent:-9999px;
}

.set tr#th8{
	background-image:url(../menu/images/menu_th8.png);
	background-repeat:no-repeat;
}

table td{
	height:38px;
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:dotted 1px;
	border-color: #553a3a;
	padding-top:10px;
}

table td p{
	line-height:120%;
}

.table-right {
	text-align: right;
}


.menu_ex{
	font-size:11px;
	margin-bottom:30px;
}

.goto{
	margin-left:3px;
	margin-right:3px;
	vertical-align:middle;
	}


/*navigation*/

#navi{position:fixed;
top:150px;
}

#navi ul li{
	list-style:none;
}


#navi_index a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_home.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}

#navi_index a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
}	

#navi_greeting a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_gree.png);
	background-repeat:no-repeat;
	background-position:top;
	text-decoration: none;
	overflow: hidden;
}

#navi_greeting a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
	}

#navi_menu a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_menu.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}

#navi_menu a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	
#navi_recommend a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_recommend.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}

#navi_recommend a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
	
#navi_cats a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_cat.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}

#navi_cats a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
	}

#navi_reserve a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_reserve.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}

#navi_reserve a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
	}

#navi_mail a{
	display:block;
	height:52px;
	width:93px;
	background-image:url(../greeting/images/navi_mail.png);
	background-repeat:no-repeat;
	background-position:top;
	overflow: hidden;
}

#navi_mail a:hover{
	background-position:bottom;
	background-repeat:no-repeat;
	}


/* IE6対策 -------------------------------------------------*/
* html #navi {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop+150));
 }


#copyright{
	margin-top:100px;
	text-align:center;
	font-size:10px;
	color:#6d5555;
	margin-bottom: 30px;
	height: 70px;
}

#img_cat{
	position:absolute;
	left:70%;
	top:4860px;
	}

.title {
	width:420px;
	height:181px;
	margin-bottom: 50px;
	text-align:center;
}
.text_sp{
	text-align:center;
	font-size:10px;
	margin-bottom:60px;
}

.img{
	margin-left:30px;
	margin-bottom:60px;
}


.topofpage{
	text-align:center;
	margin-top: 80px;
}

p {
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 200%;
}

ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  font-size: 125%;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: normal;
}

h2 {
	font-size: 160%;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.4;
	text-align: center;
}

h3 {
	font-size: 125%;
	margin-top: 70px;
	margin-bottom: 60px;
	line-height: normal;

}

h4 {
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: normal;
}

h5 {
  font-size: 105%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

h6 {
  font-size: 100%;
  margin-top: 0;
  margin-bottom: 0;
  line-height: normal;
}

a:link {
  color: #0086b9;
  text-decoration: none;
}

a:visited {
  color: #578cb9;
}

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

a img {
  border: none;
}

#container{
	width:750px;
	margin:0 auto;
	margin-bottom: 50px;
	display:none;
	/*最後にdisplay:none;*/
}

#container{
	background:url(../menu/images/img_wall2.png) no-repeat 100% 0,
	url(../greeting/images/bg_container1.png) repeat-y;
	/*PIE用*/
	-pie-background:
	url(../menu/images/img_wall2-ie.png) no-repeat,
	url(../greeting/images/bg_container1.png) repeat-y;
	/*PIE用*/
	
	-webkit-box-shadow: inset 0px 0px 20px 0px #444; /* Safari, Chrome用 */
	-moz-box-shadow: inset 0px 0px 20px 0px #444; /* Firefox用 */
	box-shadow: inset 0px 0px 20px 0px #444;
	-pie-box-shadow: inset 0px 0px 20px 0px #444;

	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	behavior: url("/js/PIE.htc");
	position:relative;

}



/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}
