﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url(common.css);
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 {
	list-style-type: none;
	overflow: hidden;
}
nav ul li {
	float: left;
}
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 strong {
	font-size: 100%;
}
#main h1 {
	background-image: images/h2.png;
	background-repeat: no-repeat;
	padding: 8px 0 3px 40px;
	margin: 0 0 20px 0;
	font-size: 160%;
}
table{
	font-size:10px;
	table-layout:auto;

}

/*=====カレンダーに関する設定==============*/
.right02 table{
		border:solid 1px #999999;
		background-color:#ffffff;
		width:200px;
		margin-bottom:1px;
}
.right02 th{
		color:#0000ff;
		padding:0px;
		font-weight:bold;
		background-color:#eeeeee;
}
.right02 td{
		padding:0px 0;
		border:solid 1px #999999;
}
.sunday{
		color:#ff0000;
		background-color:#ffcc99;
}
.saturday{
		color:#666666;
		background-color:#a6c0e1;
}
.days{
		color:#666666;
}
.mytoday{
		color:#ffffff;
		background-color:#3366ff;
}

/* 基本レイアウト ここまで↑ */

/* 「施設のご案内」ページ ここから↓ */
	img.float_right {
	margin_bottom: 20px;
	margin_left: 20px;
	float:right;
	font-size: 11px;
}

/*=====カレンダーに関する設定==============*/



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

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

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