<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	color: #4b3005;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline:none;
}

ul {
	list-style-type: none;
}

ul.ulDisc {
	list-style-type: disc;
}

ul.ulDecimal {
	list-style-type: decimal;
}

ul.ulDisc li, ul.ulDecimal li {
	margin-left: 18px;
}

.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearFix { zoom: 1; } /* IE6 */
*:first-child+html .clearFix { zoom: 1; } /* IE7 */

.imageSet {
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.textOut {
	overflow: hidden;
}

.textOut img {
	margin-bottom: 30px;
}

span.nobr {
	white-space: nowrap;
}

/* ================================================================ */
/* 全体 */

#mainFrame {
	width: 100%;
	min-height: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #fff;
	background-image: url(../img/bg.jpg);
	overflow: auto;
}

#mainBg {
	min-height: 100%;
	background-image: url(../img/bg_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#mainInner {
	width: 980px;
	min-height: 100%;
	margin: 0px auto;
	text-align: left;
	background-image: url(../img/bg_inner.jpg);
}

h1 {
	width: 570px;
	height: 400px;
}

#blockRead {
	width: 570px;
	height: 230px;
}

#blockProfile {
	width: 410px;
	height: 630px;
	margin: -630px 0px 0px 570px;
}

#tableSchedule {
	width: 940px;
	margin-left: 20px;
	border-collapse: collapse;
	background-image: url(../img/th_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff;
}

.tableTh {
	height: 48px;
}

.tableTh th {
	padding-left: 20px;
	text-align: left;
}

.tableThL {
	background-image: url(../img/th_l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 1px dotted #ccc;
}

.tableThC {
	border-right: 1px dotted #ccc;
}

.tableThR {
	background-image: url(../img/th_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.tdBase {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	border-bottom: 1px solid #999;
}

.tdDate {
	padding-left: 20px;
}

.tdTime {
	padding-right: 20px;
	border-right: 1px dotted #ccc;
}

.tdArea {
	padding-left: 20px;
}

.tdHall {
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dotted #ccc;
}

.tdInquiry {
	padding-left: 20px;
}

.tdLink {
	padding-left: 20px;
	padding-right: 20px;
}

.tdAttention {
	padding: 10px 20px 0px 0px;
	color: #666;
	font-size: 10px;
	text-align: right;
	border: 0px;
}

.tableBottom {
	margin-left: 20px;
}

tr.anEnd td {
	color: #aaa;
}



#footerCopyright {
	padding: 50px 0px;
	color: #fff;
	text-align: center;
}

#footerCopyright p a {
	color: #fff;
}
</pre></body></html>