<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/*
html {
	scroll-behavior: smooth;
}
*/
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	size: 16px;
	line-height: 1.5;
	color: #333333;
}
#pagewidth {
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	height: 100px;
	background-color: #FFFFFF;
	width: 100%;
}
#leftcol {
	width: 200px;
	float: left;
	position: relative;
}
#maincol {
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
	width: 740px;
	margin: 0 0 10px 10px;
}
#footer {
	height: 50px;
	background-color: #FFFFFF;
	clear: both;
	padding: 10px 0 0 0;
}
h1 {
	font-size: 11px;
	color: #857870;
	font-weight: normal;
	padding: 5px;
}
img {
	border: none;
}
a:hover img {
	filter: alpha(opacity=80);
	opacity: 0.8;
	background: #fff;
}
a {
	color: #660000;
}
a:link {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: none;
}
/*HEADER
---------------------------------------*/
.header {
	background-image: url(https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u51858524/pc/css/img_common/head_line.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: right;
}
.head_logo {
	margin: 15px 20px 15px 15px;
	float: left;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 12px;
}
.head_menu {
	width: 600px;
	float: right;
	margin: 40px 10px 10px 10px;
	margin: 30px 10px 10px 10px;
}
#navlist a {
	color: #4b2b1b;
}
#navlist a:link {
	color: #4b2b1b;
	text-decoration: none;
}
#navlist a:visited {
	color: #4b2b1b;
	text-decoration: none;
}
#navlist a:hover {
	color: #ff9900;
	text-decoration: none;
}
#navlist a:active {
	color: #ff9900;
	text-decoration: none;
}
/*FOOTER
---------------------------------------*/
.foot_text {
	padding: 5px 10px 5px 20px;
	font-size: 11px;
	color: #999999;
	line-height: 150%;
}
/*TABLE
---------------------------------------*/
#main {
	max-width: 750px;
	margin: 0 auto;
}
.att {
	display: block;
	padding: 0 1.8em 1.8em;
}
.att a {
	font-weight: bold;
	color: #b3290c;
	border-bottom: 1px solid #b3290c;
}
h2 {
	padding: 0.5em;
	background-color: #3f2319;
	color: #efefef;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 16px;
	color: #b3290c;
	font-weight: bold;
	border-top: groove 2px;
	margin: 0;
	padding: 0.5em;
	padding-left: 2em;
	text-indent: -1.5em;
}
h3 a {
	color: #FF6600;
}
h3 a:link {
	color: #402c13;
	text-decoration: none;
}
h3 a:visited {
	color: #402c13;
	text-decoration: none;
}
h3 a:hover {
	color: #c62177;
	text-decoration: none;
}
h3 a:active {
	color: #c62177;
	text-decoration: none;
}
h4{
	font-size: 16px;
	padding: 0.5em;
	margin: 0;
	padding-left: 1em;
	
}
.table1 {
	padding: 0 1.5em;
}
.table1 li {
	list-style-type: none;
/*	font-size: 16px;*/
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.table_text1 {
/*	font-size: 12px;*/
	padding: 0.5em;
	padding-left: 2em;
	text-indent: -1.5em;
}
.table_text2 {
/*	font-size: 12px;*/
	text-align: right;
	padding: 0.5em;
}
.table_text1 table {
	max-width: 750px;
	margin: 0 auto;
	text-indent: 0;
}
.table_text1 img {
	vertical-align: top;
}
.table_text1 P {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.info {
	width: 75%;
	max-width: 760px;
	margin: 0 auto 15px;
	padding: 3px 20px;
	background: #fcfcfc;
/*	box-shadow: 0 1px 5px #aaa;*/
	border-radius: 3px;
	border: 2px solid #c01d1d;
	line-height: 1.5;
	font-size: 13px;
	color: #555;
}
.info_title {
	text-align: center;
	color: #ff9c00;
	font-weight: bold;
	font-size: 18px;
}
.info a {
	font-weight: bold;
	color: #c01d1d;
	text-decoration: underline;
}
.fa, .fas {
	margin: 0 5px;
}

#icon_bnr {
	width: 95%;
	margin: 0 auto 2em;
}
#icon_bnr p {
	text-align: left;
	color: #3f2219;
	font-weight: bold;
	margin: 0;
}
#icon_bnr ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1vw;
}

#go2Top {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#go2Top a {
    display: block;
	z-index: 1000000;
	cursor: pointer;
}
#go2Top i {
    font-size: 30px;
    font-size: 40px;
    color: #666;
	text-shadow: 0 0 6px #fff;
}
</pre></body></html>