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

* {
	margin: 0;
	padding: 0;
	border: none;
}

html,body{
	height:100%;
}

#wrapper {
	position: relative;
}

#contents {
	position: relative;
	width: 980px;
	height: auto !important;
	margin: 0 auto;
}

#header {
	padding:5px 2px 10px 2px;
}

#menu {
	width:983px;
	height: 40px;
	clear:both;
	margin-bottom: 5px;
}

.jf{
	width:auto;
	float:left;
	padding:12px 0 0 15px;
}

#menu ul{
	padding: 0;
	float:right;
}

#menu li{
	width:auto;
	float:left;
	padding:12px 10px 0 0;
}

#menu li img{ border: 0px; vertical-align:top; }


#main{
	margin-bottom:10px;
	margin-left:12px;
	clear:both;
	color: #777777;
}

#main h1{
	padding-bottom:10px;
}

#main h3 {
	font-size: 1.9em;
	font-weight: normal;
	width: 980px;
	height: 35px;
	text-indent: -1000px;
	overflow: hidden;
	display: block;
	}

#main .box {
	margin-bottom:15px;
}

#main .group {
	padding-bottom:20px;
}

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

a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}

.lightblue{
	color : #6699FF ;
}
</pre></body></html>