/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

body {
	color:#333333;
	font-size:0.9em;
	line-height:120%;
	background-color: #ffffff;
}

img {
	border:0px;
}

p {
	width:90%;
	margin:10px 20px 10px 20px;
}

hr {
	clear:both;
	width:90%;
	margin:10px auto;
	_margin:10px auto;
}

.up {
	clear:both;
	width:90%;
	margin:10px auto;
	text-align:right;
	font-size:11px;
}

.right{
float:right;
}

.tx_right {
	text-align:right;
}

.tx_center {
	text-align:center;
}

.tx_left {
	text-align:left;
}


/*SEOテキスト*/

h1 {
	width:694px;
	margin:0px auto;
	padding:0px;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	color:#5c3e1f;
}

h1 a {
	font-size:12px;
	font-weight:normal;
	color:#5c3e1f;
	text-decoration:none;
}


/*アウトライン*/

#container {
	width:700px;
	margin:0px auto;
	background:#FFFFFF;
}

#header {
	width:680px;
	height:60px;
	padding:5px 10px 0px 10px;
}

#header_left {
	float:left;
}

#header_right {
	float:right;
	margin-top:7px;
}



/*Gナビ*/

ul.buttons {
	clear:both;
	width:700px;
	height:30px;
	list-style:none;
}

ul.buttons li {
	float:left;
}

ul.buttons li img {
	display:block;
}


/*フラッシュ*/

#topimage {
	clear: both;
	width:700px;
	height:250px;
	background:#000000;
}
#topimage2 {
	clear: both;
	width:700px;
	height:120px;
	background:#000000;
}

/*h2タイトル*/

#title {
	width:690px;
	height:23px;
	background:url(images/title.jpg) no-repeat;
	padding:3px 0px 0px 10px;
	font-size:14px;
}


/*ボディ*/

#contents {
	width:85%;
	margin:10px auto;
}

h3 {
	clear:both;
	width:90%;
	margin:20px auto;
	padding:5px;
	color:#330000;
	border-left:10px solid #ff6600;
	border-bottom:1px solid #999999;
}

.midashi {
	display:block;
	width:80%;
	margin:0px auto;
	padding:10px;
	text-align:center;
	font-size:16px;
	line-height:130%;
	color:#FFFFFF;
	background:#ff9935;
}


/*営業時間*/

.info_table {
	width:80%;
	margin:0px auto;
}

.info_table th {
	width:20%;
	padding:10px;
	font-weight:normal;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#FFEDE7;
	vertical-align:top;
}

.info_table td {
	width:auto;
	padding:10px;
	border-bottom:1px solid #999999;
}


/*料金表*/

.price_table {
	clear:both;
	width:80%;
	margin:0px auto;
}

.price_table th {
	width:40%;
	padding:10px;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	background:#FFEDE7;
	vertical-align:top;
}

.price_table td {
	width:auto;
	padding:10px;
	border-bottom:1px solid #999999;
}


/*お客様の声*/

.voice_box {
	width:90%;
	margin:10px auto;
	border:1px dotted #999999;
}


/*予約案内*/

.yoyaku {
	width:600px;
	margin:10px auto;
	border-collapse:collapse;
	border-spacing:0px;	
}


/*問い合わせフォーム*/

form {
	width:80%;
	margin:10px auto;
}

input {
	margin-bottom:20px;
}

textarea {
	width:400px;
	height:100px;
	margin-bottom:20px;
}

#footer{
	width:700px;
	height:130px;
	padding-top:15px;
	margin-top:50px;
	border-top:1px solid #666666;
	background:url(images/footer.jpg) no-repeat left bottom;
	text-align:center;
	font-size:12px;
	color:#333333;
}


img.middle{
 vertical-align:middle;
 margin-right:5px;
}


#boshu_table {
	width:90%;
	margin:15px auto;
}

#boshu_table th {
	background:#F9DDB7;
	font-weight:normal;
	text-align:left;
	padding:5px;
}

#boshu_table td {
	padding:5px;
	border-bottom:1px dotted #777777;
}

#rec_table {
	width:70%;
	margin:10px auto;
	padding:10px;
	border:1px solid #666666;
}

.news_frame {
	width: 690px;
	height: 300px;
	overflow: auto;
}


