<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	background-image: url(kabe.gif);
	background-repeat: repeat;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	overflow: auto;
	margin: 0px;
	padding: 0px;
}
#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-left: auto;
	border: 1px solid #000066;
	margin-right: auto;
}
#header ul {
	list-style-type: none;
	height: 30px;
	background-image: url(black_back.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
#header li {
	list-style-type: none;
	float: left;
}
#header  h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	background-image: url(blue_back.jpg);
	background-repeat: repeat-x;
	background-position: center;
	line-height: 16px;
	height: 16px;
	padding-left: 15px;
	clear: both;
	margin-bottom: 0px;
}

#head_menu {
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
#head_menu li {
	height: 30px;
	width: 98px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;

}
#head_menu a {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 98px;
	color: #FFFFFF;
}
#head_menu a:hover {
	text-decoration: underline;
	background-color: #00CCFF;
	color: #000000;
}
#header .tohome {
	font-size: 16px;
}
.tohome a {
	line-height: 50px;
	font-weight: bold;
	text-align: center;
	display: block;
	height: 50px;
	width: 99px;
	background-color: #000066;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.tohome  a:hover {
	color: #000000;
	background-color: #00CCFF;
}

#back_menu {
	font-size: 14px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#back_menu a {
	line-height: 20px;
	color: #0000CC;
	padding: 2px;
}
#back_menu a:hover {
	color: #000000;
	background-color: #FFCC00;
}


#footer {
	padding-top: 5px;
	line-height: 120%;
	font-size: 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000099;
	border-bottom-color: #000099;
	clear: both;
	width: 800px;
}
#footer a {
	color: #0000CC;
}
#footer a:hover {
	color: #000000;
	background-color: #FFCC00;
}
#footer #copy_right {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000099;
	margin-top: 10px;
	text-align: center;
}
#footer #sankou {
	font-size: 12px;
	text-align: center;
}
</pre></body></html>