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

#header{
	width: 900px;
	padding: 0 0 0 5px;
	margin: 3px 0;
	margin-top: 0;
}

#header .inner{
	width: 900px;
	padding-bottom: 5px;	
}

#logo{
	margin-top: 10px;
	margin-bottom: 4px;
}

#catch{
	font-size: medium;
	font-weight: bolder;
	margin-bottom: 8px;
	white-space: pre;
	color: #0055cc;
}

#inquiry{
	float: right;
	left: 710px;
}

#gnav{
	background: black;
	clear: both;
}

#gnav ul{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 0;
}

#gnav li{
	display: inline;
	float: left;
	width: 179px;
	font-weight: bolder;
	border-right: white 1px solid;
}

#gnav a{
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	color: white;
}

#gnav a:hover {
	background: white;
	color: black;
}

#gnav a.current {
	background: white;
	color: black;
	text-decoration: underline;
}

#footer{
	text-align: center;
	padding: 5px 0;
	margin: 5px 0;
	clear: both;
	font-size: 80%;
}

#footer .inner{
	width: 900px;
	font-size: 80%;
}

#footer ul{
	width: 900px;
	margin: 5px 0;
	overflow: hidden;
	padding-left: 0;
	padding-top: 10px;
	border-top: solid 2px gray;
	padding-bottom: 15px;
}

#footer li{
	display: inline;
	color: gray;
}

#footer a{
	color: gray;
	text-decoration: underline;
	padding: 2px 1px;
}

#footer a:hover{
	text-decoration: none;
}


#sidemenu{
	float: left;
	clear: both;
	font-size: 90%;
	line-height: 2em;
}

#sidemenu a:link{
	color: darkslategray;
}

#contents1{
	width: 700px;
	margin-left: 5px;
	float: right;
	font-size: 80%;
	line-height: 1.3em;
}
#contents{
	width: 700px;
	margin-left: 5px;
	float: right;
	font-size: 80%;
	line-height: 1.3em;
	overflow: auto;
	height: 500px;
	margin-bottom: 50px;
}

#contents a:link{
	color: darkslategray;
}

.title{
	padding-top: 20px;
	border-bottom-width: 2px;
	font-family: sans-serif;
	color: #111111;
	font-size: 2em;
}

h2{
	padding-top: 10px;
	margin-top: 50px;
	border-bottom-width: 2px;
	border-left-width: 15px;
	border-bottom-color: #666633;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: #993333;
	padding-bottom: 10px;
	margin-bottom: 30px;
	font-family: sans-serif;
	color: #111111;
}



.line{
	border-bottom: darkslategray 1px dashed;
	width: 650px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}

.right{
	text-align: right;
	padding-top: 10px;
}


.info{
	border-bottom: black 1px solid;
	border-top: black 1px solid;
	width: 250px;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

.pagetop{
	clear: both;
}

#pankuzu{
	margin-bottom: 20px;
	padding: 10px;
	border-top: darkslategray 1px dashed;
	border-bottom: darkslategray 1px dashed;
}

#pankuzu ul{
	padding-left: 0;
}

#pankuzu li{
	display: inline;
	font-size: 83%;
}

#pankuzu a{
	padding-right: 15px;
	background: white center center no-repeat;
}

adress{
	width: 900px;
}


.pr a:hover img{
	opacity: 0.7;
	filter: pr(opacity=70);
	-ms-filter: "pr(opacity=70);
}

</pre></body></html>