@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;
}

.foo, x:-moz-any-link { } /* FireFox 2 */
.foo, x:-moz-any-link, x:default { } /* FireFox 3 */
html>/**/body .foo, x:-moz-any-link, x:default { } /* Only FireFox 3 */


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 img {
  border: none;
}


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(../greeting/images/bg_grthead.jpg);
	padding:10px 20px 0px 20px;
	height:100px;
	width:710px;
	margin:0 auto;
	text-align: left;
	margin-bottom: 50px;
}

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


#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:4500px;
	}

.title {
	margin-bottom: 50px;
}

.img{margin-top:50px;
}


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

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

#container{
	background:url(../greeting/images/img_wall.png) no-repeat,
	url(../greeting/images/bg_container1.png) repeat-y;
	/*PIE用*/
	-pie-background:
	url(../greeting/images/img_wall.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"] #container {
  margin-top: 0;
}
