<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 140%;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #00C;
}
a:active {
	text-decoration: none;
	color: #F00;
}
#container {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container a img {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#container #header {
	margin: 0px;
	width: 850px;
	height: 78px;
	background-image: url(../images/common/header.jpg);
	background-repeat: no-repeat;
	
}
#container #header img {
	float: left;
	margin: 0px;
}

#container #header h1 {
	font-size: 12px;
	font-weight:normal;
	font-style: normal;
	text-align: right;	
	color: #999999;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
}
#container #navi {
	margin: 0px;
	width: 850px;
	background-color: #333;
	height: 35px;
}
#container #navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
	display:block;	
}
#container #navi ul li {
	float: left;
	margin: 0px;
	
}
#container #left {
	float: left;
	width: 600px;
	margin: 0px;
	display:inline;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#container #left ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #left li {
	height: 35px;
	width: 225px;
	margin-bottom:2px;
}

#container #right {
	width: 240px;
	display: inline;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
}
#container #right img {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
}

#container #footer {
	width: 850px;
	text-align: center;
	height: 65px;
}
.clear {
	clear: both;
	float: none;
}
</pre></body></html>