﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
#contents{
padding-bottom: 20px;
}

header {
	width: 800px;
	height: 70px;
	margin: 20px auto 40px auto;
	position: relative;
}
header h1 {
	margin : 0;
	position: absolute;
}
nav {
	position: absolute;
	right: 0;
}
nav ul li{
float: left;
}
nav ul {
	list-style-type: none;
	overflow: hidden;
}
nav ul li a:hover {
	opacity: 0,7;
}
footer p {
	margin-bottom: 0;
	padding: 14px 0 14px 0;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	text-align: center;
}
footer small{
	font-size: 100%;
}


#main h1{
	background-image: url(../images/h1.png);
	background-repeat: no-repeat;
	padding: 8px 0 3px 40px;
	margin: 0 0 20px 0;
font-size: 162%;
}
/* 基本レイアウト ここまで↑ */

/* 「施設のご案内」ページ ここから↓ */
.box{
	width: 800px;
	margin: 50px auto;
}
img.float_right {
margin-bottom: 20ox;
margin-left: 20px;
float: right;
}
.float_clear{
	clear: both;
}
article ul{
	list-style-type: circle;
}

/* 「施設のご案内」ページ ここまで↑ */

/* 「料金プラン」ページ ここから↓ */
table{
	width: 568px;
	margin-bottom: 20px;
	border-collapse: collapse;
}
table caption{
	text-align: left;
}
table th, table td{
	border: 1px solid #3dc549;
	padding: 10px;
	width: 190px;
	text-align: center;
}
table th{
	background-color: #82daab;
}
table .price{
	width: 125px;
}
table td.price{
	text-align: right;
}
/* 「料金プラン」ページ ここまで↑ */

/* 「ご意見・ご要望」ページ ここから↓ */
form{
	margin-top: 30px;
}
input.textfield, textarea{
	border: 1px solid #43f37e
}
input.textfield{
width: 250px;
}
textarea{
	width: 500px;
	height: 170px;
	overflow-y: scroll;
}

/* 「ご意見・ご要望」ページ ここまで↑ */
