@charset "utf-8";

/*メインイメージ*/
div#content ul#mainImage {
	margin: 0px;
	list-style: none;
	width: 640px;
	height: 348px;
	overflow: hidden;
	}
div#content ul#mainImage li {
	padding: 1px;
	background-color: #99c7d1;
	}
div#content ul#mainImage li img {
	border: solid 1px #FFFFFF;
	display: block;
	}
div#content h1 {
	padding-bottom: 4px;
	border-bottom: solid 1px #00738c;
	}
div#content h2 {
	padding: 0px;
	background: none;
	border: none;
	color: #00738c;
	font-weight: normal;
	min-height: auto;
	height: auto;
	}
div#content table.timeSchedule {
	margin-top: 5px;
	}
div#content table.timeSchedule th {
	padding: 0.5em 1em;
	border-bottom: solid 1px #00738c;
	border-right: solid 1px #00738c;
	color: #00738c;
	white-space: nowrap;
	}
div#content table.timeSchedule td {
	padding: 0.5em 1em;
	border-bottom: solid 1px #00738c;
	color: #00738c;
	text-align: center;
	}
div#content table.timeSchedule tr.pm th,
div#content table.timeSchedule tr.pm td {
	border-bottom: none;
	}
div#content table.timeSchedule tr.week td.blank {
	border-right: solid 1px #00738c;
	}
div#content ul.note li {
	font-size: 100%;
	}
