@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-color: #333631;
}

#header{
	padding:50px 0px 0px 0px;
	width:750px;
	height:450px;
	margin-left:110px;
	text-align: left;
	margin-bottom: 50px;
}

#catsillust{
	height:190px;
}

.catsill{
	margin-top:20px;
	margin-right:30px;
	text-align:center;
	font-size:12px;
	float:left;
}

#main{
	width:100%;
	height:1200px;
	text-align: left;
	margin: auto;
	color:#EEE;
}

/*gallery*/
.pic, .pic a{
	/* Each picture and the hyperlink inside it */
	width:100px;
	height:100px;
	overflow:hidden;
}

.pic{
	/* Styles specific to the pic class */
	position:absolute;
	border:5px solid #EEEEEE;
	border-bottom:18px solid #eeeeee;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:2px 2px 3px #333333;
	-webkit-box-shadow:2px 2px 3px #333333;
	box-shadow:2px 2px 3px #333333;
}

.pic a{
	/* Specific styles for the hyperlinks */
	text-indent:-999px;
	display:block;
	/* Setting display to block enables advanced styling for links */
}



/*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{
	text-align:left;
	font-size:10px;
	color:#BBB;
	float:left;
}

.title {
	width:420px;
	margin-bottom: 80px;
	text-align:center;
}


.text_sp{
	text-align:center;
	margin-bottom:60px;
}

.img{
	margin-left:5px;
}


p {
	margin-top: 0;
	line-height: 170%;
}

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: #cc7eb1;
  text-decoration: none;
}

a:visited {
  color: #cc7eb1;
}

a:hover {
  color: #7a4171;
}

a img {
  border: none;
}


#container{
	width:100%;
	height:100%;
	margin:0 auto;
	margin-bottom: 50px;
	display:none;
}



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