<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift-JIS";

/* common  */

.clearfix:after{
 height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html .clearfix {
	display: inline-block;
}
*:first-child+html .clearfix {
	display: inline-block;
}

.clear{
	clear: both;
}

#fmContents h1,
#fmContents h2,
#fmContents h3 {
	margin: 0;
	padding: 0;
}

#fmContents p {
	margin: 0;
	padding: 15px 5px;
	font-size: small;
	line-height: 1.3;
}

#fmContents p.grid {
	margin: 0;
	padding: 0;
}

#fmContents p.notes {
	color: #878787;
}

#fmContents p.notes strong {
	color: #666666;
}

#bodyWrap #footer p {
	line-height: 1.3;
}

/***************/

#fmContents {
	padding-left: 12px;
	width: 730px;
}

#catchArea {
	width: 728px;
	height: 543px;
	background: url(image/catcharea_bg.jpg) no-repeat left top;
	position: relative;
}

#catchArea h1 {
	width: 642px;
	height: 91px;
	background: url(image/h1.gif) no-repeat left top;
	text-indent: -9999px;
}

#catchArea p#schedule {
	top: 456px;
	left: 21px;
	position: absolute;
	margin: 0;
	padding: 0;
}

#catchArea h2 {
	text-indent: -9999px;
}

#catchArea ul {
	top: 240px;
	left: 320px;
	position: absolute;
	list-style: none;
}

#catchArea ul li {
	background: url(image/catcharea_list.gif) no-repeat left top;
	font-size:0;
	line-height: 0;
	text-indent: -9999px;
	width: 270px;
	height: 20px;
}
#catchArea ul li a {
	display: block;
	text-decoration: none;
	width: 270px;
	height: 20px;
}

#catchArea ul li.l01 {
}
#catchArea ul li.l02 {
	margin-top: 32px;
	background: url(image/catcharea_list.gif) no-repeat 0 -52px;
}
#catchArea ul li.l03 {
	margin-top: 4px;
	background: url(image/catcharea_list.gif) no-repeat 0 -75px;
}
#catchArea ul li.l04 {
	margin-top: 28px;
	background: url(image/catcharea_list.gif) no-repeat 0 -124px;
}
#catchArea ul li.l05 {
	margin-top: 3px;
	background: url(image/catcharea_list.gif) no-repeat 0 -147px;
}
#catchArea ul li.l06 {
	margin-top: 29px;
	background: url(image/catcharea_list.gif) no-repeat 0 -197px;
}
#catchArea ul li.l07 {
	margin-top: 3px;
	background: url(image/catcharea_list.gif) no-repeat 0 -219px;
}


#scheduleArea {
	padding-bottom: 10px;
	clear: both;
}

#scheduleArea h2 {
	padding-bottom: 8px;
}

/* table  */

#scheduleArea table {
	width: 724px;
	margin-left: 2px;
	padding: 0;
	border-collapse: collapse;
	border: none;
	border-bottom: 1px dotted #a8a8a8;
}

#scheduleArea table th {
	width: 5em;
	padding: 9px 0 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	color: #ffffff;
	font-size: small;
	line-height: 1.3;
	background-color: #cc2802;
	border-top: 1px dotted #a8a8a8;
}

#scheduleArea table td {
	padding: 9px 0 5px 10px;
	text-align: left;
	vertical-align: middle;
	font-size: small;
	line-height: 1.3;
	background-color: #ffffff;
	border-top: 1px dotted #a8a8a8;
}

#scheduleArea table td.btn {
	width: 150px;
	text-align: center;
}

#scheduleArea table th.color {
	background-color: #c62302;
}

#scheduleArea table td.color {
	background-color: #f7dfd9;
}

#scheduleArea table td strong {
	font-size: larger;
}	


/* 検索 サジェスト用CSS */
form#SS_searchForm {
	margin-bottom: 5px;
}
div.SS_suggest { 
	font-weight: normal;
	z-index: 9;
	display: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	margin-top: -5px;
}
div.SS_suggest div.SS_suggestItemOff { 
	background-color: #FFF;
	border-top: 1px solid #CCC;
	padding: 1px 2px 1px 4px;
}
div.SS_suggest div.SS_suggestItemOn {
	background-color: #ECF5FA;
	border-top: 1px solid #CCC;
	padding: 1px 2px 1px 4px;
}
div.SS_suggest span.SS_suggestKey {
	font-size: 13px;
}</pre></body></html>