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

/* ========BASIC======== */
html {
	overflow-y:scroll;
}

body {
	margin:20px 0;
	padding:0;
	line-height:1.6;
	letter-spacing:1px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	color:#333;
	background:#8a695f;
	/* webkit auto adjust disabled. */
	-webkit-text-size-adjust: none;
}

br {
	letter-spacing:normal;
}

a {
	color:#333;
	text-decoration:none;
}

a:hover {
	color:#31001D;
	text-decoration:none;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top {
	width:800px;
	margin:0 auto;
	padding:10px;
	background-color:#E7DFCE;
}

#header {
	width:800px;
}

#menu {
	width:800px;
}

#contents {
	clear:both;
	width:800px;
	background: #fff url(../images/bg_contents.gif) 100% 0 repeat-y;
}

#headImage {
	width:800px;
}

#bannerImage {
	width:620px;
}

#main {
	float:left;
	width:620px;
	padding:0 10px;
	background-color:#ffffff;
}

#sub {
	float:right;
	width:140px;
	padding:0 10px;
}

#footer {
	clear:both;
	width:800px;
}

/* 回り込み解除 */
#contents:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */

#headImage {
	width:800px;
	height:400px;
	overflow:hidden;
	position:relative;
	list-style:none;
}

#headImage ul {
	list-style:none;
	margin:0;
	padding:0;
}

#headImage li {
	position:absolute;
	background:#fff;
}

/* ========BANNER CUSTOMIZE======== */

#bannerImage {
	width:620px;
	height:461px;
	overflow:hidden;
	position:relative;
	list-style:none;
}

#bannerImage ul {
	list-style:none;
	margin:0;
	padding:0;
}

#bannerImage li {
	position:absolute;
	background:#fff;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
	margin:0;
	padding:0;
}

#menu li {
	float:left;
	color:#333;
	text-align:center;
	list-style-type:none;
}

#menu li a {
	display:block;
	width:160px;
	line-height:80px;
	padding:0px;
	color:#fff;
	background-color:#200700;
}

#menu li a.active {
	display:block;
	width:160px;
	line-height:80px;
	padding:0px;
	color:#fff;
	background-color:#cc0000;
}

#menu li a:hover {
	color:#fff;
	background-color:#cc0000;
}

/* 回り込み解除 */
#menu ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ========DAYS CUSTOMIZE======== */
#days ul {
	margin:0;
	padding:0;
}

#days li {
	float:left;
	color:#333;
	text-align:center;
	list-style-type:none;
}

#days li a {
	display:block;
	width:77.5px;
	line-height:80px;
	padding:0px;
	color:#fff;
	background-color:#200700;
}

#days li a.active {
	display:block;
	width:77.5px;
	line-height:80px;
	padding:0px;
	color:#fff;
	background-color:#cc0000;
}

#days li a:hover {
	color:#fff;
	background-color:#cc0000;
}

/* 回り込み解除 */
#days ul:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* ========HEADLINE CONTENTS CUSTOMIZE======== */
#contents h1 {
	margin-bottom:8px;
	padding: 6px;
	border-radius: 4px;
	color:#fff;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:19px;
	font-weight:bold;
	background:#551b14;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a {
	color:#cc0000;
}

#main a:hover {
	color:#cc0000;
	border:0;
/*	border-bottom:1px solid #cc0000;	*/
}

#main h2 {
	margin-bottom:4px;
	padding: 4px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	border-radius: 4px;
	color:#fff;
	background:#551b14;
}

#main h3 {
	margin-bottom:6px;
	padding:2px 2px 2px 0;
	color:#31001D;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	font-weight:bold;
	border-bottom:3px double #31001D;
}

#main h4 {
	margin-bottom:2px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	color:#551b14;
	border-bottom:2px solid #551b14;
}

#main h5 {
	margin-bottom:4px;
	padding: 8px 8px 8px 8px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	border-radius: 4px;
	color:#0;
	background:#eeeeee;
}

#main p {
	margin:0 0 1em 0;
	-webkit-text-size-adjust: auto;
}

#main dt {
	margin-bottom:3px;
}

#main dd {
	padding:0;
	margin:0 0 0.5em 1em;
	padding:3px;
	background:#f1f1f1;
}

#main table {
	width:100%;
	border-collapse: collapse;
}

#main table th {
	padding:5px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	text-align:center;
	border:1px solid #ddd;
	background:#ded5bb;
}

#main table td {
	padding:5px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
}

.left{
	border:1px solid #ddd;
	text-align:left;
}

.center{
	border:1px solid #ddd;
	text-align:center;
}

.right{
	border:1px solid #ddd;
	text-align:right;
}

.noborder{
	border:0px;
	text-align:center;
}

/* ========sub CONTENTS CUSTOMIZE======== */

#sub h2 {
	padding:3px;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#fff;
}

#sub a {
	color:#ffffff;
}

#sub a:hover {
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
	margin:10px 0;
	text-align:right;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:13px;
}

#pageTop a {
	padding:0 0 0 12px;
	background:url(../images/bg_pagetop.gif) 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
#footer {
}

.copyright {
	padding:10px 0;
	font-family:"Helvetica","Hiragino Kaku Gothic ProN","Arial","Meiryo",sans-serif;
	font-size:11px;
	font-style:normal;
	color:#333;
	text-align:center;
}</pre></body></html>