﻿@charset "utf-8";

#wrapper {
	padding: 0 92px;
	margin: auto;
}
/* -------------------ページ上部 ---------------------- */
.mainTop {
	width: 840px;
	height: 181px;
	background-image: url(../images/information_img.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
}
h2.logo {
	width: 179px;
	height: 181px;
	border-right: 1px solid #e0d9c7;
	float: left;
}
/* -------------------ページ下部 ---------------------- */
#wrapper2 {
	padding: 0 92px;
	margin: auto;
}
.main {
	width: 840px;
	background-color: #fffef2;
	overflow: hidden;
}
/* -------------------ページ下部<左> ------------------ */
p.leftblock {
	width: 179px;
    height: 95px;
	float: left;
	background: url(../images/logo_bg.gif) no-repeat;
	background-color: #fffef2;
	text-indent: -3333px;
}
/* -------------------ページ下部<右> ------------------ */
.rightblock { width: 660px;
	float: right;
	background-image: url(../images/white_bg.gif);
	border-left: 1px solid #d7d0bf;
}
.rightblock h2 {
	width: 520px;
	border-bottom: double 3px #bdb6a8;
}
.rightblock_inner {
	padding: 30px 70px 70px 70px;
}
h2.info {
	margin-bottom: 30px;
	color: #74707A;
	font-size: 12px;
	letter-spacing: 0.1em;
}
/* ---------------------テーブル ---------------------- */
table.kids,table.adult {
	width: 520px;
	margin-bottom: 15px;
	border-collapse: collapse;
	color: #6B6871;
}
table.kids th,table.adult th {
	padding: 4px;
	font-size: 11px;
	text-align: center;
	letter-spacing: 0.1em;
	border: solid 1px #C4BAA4;
}
table.kids td,table.adult td {
	border: solid 1px #C4BAA4;
}
td.head {
	width: 100px;
	font-size: 11px;
	text-align: center;
}
td.date {
	width: 150px;
	font-size: 11px;
	text-align: center;
}
td.date .time {
	font-size: 10px;
	text-align: center;
}
td.text {
	padding: 10px;
	font-size: 10px;
	line-height: 1.5em;
}
table.kids th {
	background-color: #FBF2F4;
}
table.kids_en {
	width: 520px;
	margin-bottom: 10px;
	padding: 2px 3px;
	font-size: 10px;
	text-align: left;
	border-collapse: collapse;
	table-layout: fixed;
	color: #6B6871;
}
table.kids_en th {
	color: #6B6871;
	text-align: left;
	text-indent: 1em;
}
table.kids_en td {
	color: #6B6871;
	text-align: left;
	text-indent: 1em;
}
p.en {
	color: #6B6871;
	font-size: 11px;
	margin-bottom:5px;
}
th.en,td.en {
	border-top: solid 1px #e0d9c7;
}
