@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body {
	background: url(../img/bg.png) repeat-x;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
hr { display: none; }
ul { list-style: none; }
img { border: none; }

/*リンク設定
----------------------------------------------*/
a:link { color:#4798ED; text-decoration : none}
a:active { color: #4798ED; text-decoration : none}
a:visited { color: #4798ED; text-decoration : none}
a:hover { color:#4798ED; text-decoration: underline;}

a:hover.ov { position:relative; top:1px; left:1px; }

/*フォント設定
----------------------------------------------*/
p {
	margin-bottom: 2.5em;
}

strong {
	color: #F39;
	font-size: 14px;
}

/*ページ設定
----------------------------------------------*/
#page {
	width: 100%;
	background: url(../img/main.jpg) no-repeat 50% 10px;
}

h1 {
	display: none;
}

h2 {
	background: url(../img/yoyaku.png) no-repeat;
	float: left;
	width: 177px;
	height: 270px;
	text-indent: -9999px;
	margin: 50px 0 0 50px;
}


/*ちょめちょめ
----------------------------------------------*/
#chome {
	padding-top: 650px;
}


/*スライダー
----------------------------------------------*/
#slider {
	width: 660px;
	height: 126px;
	margin: 15px auto;
}

/*予約
----------------------------------------------*/
#yoyaku {
	background: url(../img/shadow.png) no-repeat;
	width: 750px;
	margin: 0 auto 80px;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#yoyaku:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/

#yoyakuText {
	width: 480px;
	text-align: left;
	float: right;
	margin-top: 100px;
}

#yoyakuText li {
	display: inline;
	padding-right: 3em;
}

/*SNS設定
----------------------------------------------*/
#sns {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#tw {
	position: absolute;
	top: -50px;
	right: 85px;
}
#fb {
	position: absolute;
	top: -50px;
	right: 0px;
}


/*フッター設定
----------------------------------------------*/
#foot {
	width: 100%;
	background: url(../img/bg.png);
	padding: 25px 0 100px;
	font-size: 10px;
	line-height: 1.8;
	color: #CCC;
	border-top: 3px solid #E6E6E6;
	margin-bottom: 0;
}

