/* 基本部分 */
a { color: blue;text-decoration: none; }
a:link  { color: blue }
a:hover { color: red }
body  {
	color: #555;
	font-size: x-small;
	line-height:140%;
	text-align: center;
	background-color: #f5f3f1;
	margin: 0px;
	}
h1{
	color: black;
	text-align: left;
	text-indent: 20px;
	font-size: 18px;
	margin-top:0px;
	margin-bottom:15px;
	padding-top:110px;
	padding-bottom:10px;
	background-image:url(../images/h1-back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}
h2{font-size: 16px;
	margin-top:10px;
	margin-bottom:10px;
	}
h3{font-size: 14px;
	margin-top:5px;
	margin-bottom:5px;
	}
/* 基本テーブル部分 */
td{
	text-align: left;
	font-size: x-small;
	font-weight:normal;
	line-height:140%;
	}
th{
	text-align: left;
	font-size: x-small;
	font-weight:normal;
	line-height:140%;
	}
p{
	font-size: x-small;
	line-height:140%;
	}
textarea,input{
	font-size: x-small;
	font-weight:normal;
	color: #555;
	}
b{
	color: red;
	line-height:140%;
	font-weight:normal;
	}
div{
	text-align: left;
	font-size: x-small;
	line-height:140%;
	}
/* ボディ部分 */
#body{
	width: 800px;
	text-align: center;
	margin-left:30px;
	margin-right:30px;
	}
/* ボディ枠部分 */
#body-waku{
	margin:auto;
	width: 860px;/* IDボディの幅に余白分をプラスした幅を指定する */
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
	}
/* ヘッド */
#header{
	color: white;
	font-size: small;
	text-align: center;
	width: 100%;
	background-image:url(../images/header-back.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	border: 0;
	margin-bottom: 0px;
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	}
/* 左サイド */
#left{
	float: right;
	text-align: left;
	width: 180px;/* ←★右サイドの幅 */
	border: 0;
	margin-bottom:10px;
	overflow: hidden;
	}
/* 中央部分 */
#center{
	float: right;
	text-align: left;
	width: 590px;/* ←★中央部分の幅 */
	margin-left:30px;/* ←★中央とのアキ */
	margin-bottom:20px;
	overflow: hidden;
	}
#right{
	float: right;
	text-align: left;
	width: 0px;/* ←★中央部分の幅 */
	margin-bottom:20px;
	overflow: hidden;
	}
/* thanksページ */
#thanks{
	float: right;
	text-align: center;
	width: 100%;/* ←★中央部分の幅 */
	margin-top:20px;
	margin-bottom:20px;
	overflow: hidden;
	}

/* フッター */
#footer{
	clear: both;
	color: black;
	font-size: x-small;
	text-align:center;
	width: 100%;
	margin-top: 20px;
	background-color:#e5ddc4;/* ←★背景色 */
	padding-top:3px;
	padding-bottom:3px;
	overflow: hidden;
	}
/*ミドルナビゲーション（2010）*/
.middle-link{
	width:800px;/*幅範囲*/
	margin-top:30px;
	margin-bottom:0px;
	}
.middle-link dl{
	width:auto;/*幅範囲*/
	margin-left:160px;/*IEでは左右を指定しないと左に寄る*/
	margin-right:auto;/*IEでは左右を指定しないと左に寄る*/
	margin-bottom:0px;
	}
.middle-link dt{
	float: left;
	margin:0px;
	padding:0px;
	text-indent:-5000px;
	}
.middle-link dt a{
	display:block;
	width:160px;/*幅範囲*/
	height:30px;/*高さ範囲*/
	margin:0px;
	border: 0px;
	overflow:hidden;
	background-position: left bottom;/*背景画像の開始位置*/
	}
.middle-link dd{
	float: left;
	margin:0px;
	padding:0px;
	text-indent:-5000px;
	}
.middle-link dd a{
	display:block;
	width:160px;/*幅範囲*/
	height:30px;/*高さ範囲*/
	margin:0px;
	background-position: left top;/*背景画像の開始位置*/
	border: 0px;
	overflow:hidden;
	}
.middle-link a:hover{
	background-position: left center;/*背景画像の開始位置*/
	overflow:hidden;
	}
.middle-link a#index0{
	background-image: url(../images/tub_index.gif);/*リンクの背景画像*/
	}
.middle-link a#index2{
	background-image: url(../images/tub_index2.gif);/*リンクの背景画像*/
	}
.middle-link a#index3{
	background-image: url(../images/tub_index3.gif);/*リンクの背景画像*/
	}
.middle_tub_shita
	{color: white;
	font-size:12px;
	text-align:center;
	background-color: #af9b53;
	padding:4px 0px;
	margin-bottom:10px;
	width:800px;
	}

/* 夏期休業のお知らせ */
.kaki {
	width:800px;
	}
.kaki td{
	text-align:center;
	}
