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

/* ========BASIC======== */
*{
font-family:Verdana, Helvetica, sans-serif;
color:#333;
}

body{
margin:0;
padding:0;
font-size:0.8em;
line-height:1.4em;
letter-spacing:1px;
background:#fff url(../../img/bg.gif) 0% 0% repeat fixed;
}

br{
letter-spacing:normal;
}

a{
color:#333;
text-decoration:none;
}

a:hover{
color:#ddd;
text-decoration:none;
}

img{
border:0;
}

h1,h2,h3,h4,h5,h6{
margin:0;
}

/* ========TEMPLATE FRAMEWORK======== */
div#top{
	width:650px;
	text-align:left;
	margin: auto;
}

div#header{
width:650px;
height:60px;
background:#fff url(../../img/bg_head.gif) 0% 0% no-repeat;
border-bottom:1px solid #666;
}

div#contents{
width:640px;
clear:both;
padding-left:10px;
background:#fff url(../../img/bg_contents.gif) 0% 0% repeat-y;
}

div#main{
width:410px;
float:left;
padding:0 10px;
}

div#sub{
width:200px;
float:right;
}

div#footer{
width:650px;
clear:both;
background:#fff;
border-top:1px solid #666;
}

/* 闕槹� */
div#contents:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
font-size:2em;
margin:0;
line-height:60px;
padding:0 10px;
}
div#title{
	padding-top: 10px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a{
color:#009900;
}

div#main a:hover{
	color:#009900;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

div#main h2 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #66CC00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#main h3 {
	margin-bottom:2px;
	font-size:1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #66CC00;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#main p{
	margin:0 0 1em 0;
	line-height: 200%;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu li {
	list-style-type:none;
	padding: 0;
	margin: 0;
}

div#menu li a{
display:block;
width:195px;
color:#009900;
background:#ddd;
line-height:26px;
border-top:1px solid #999;
border-bottom:none;
padding-left:5px;
}

div#menu li a:hover{
	color:#009900;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #999;
	background-color: #FFFFFF;
}

/* ========SUB CONTENTS CUSTOMIZE======== */
div#sub h2 {
	font-size:1em;
	color:#fff;
	font-weight:bold;
	background:#666;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ========FOOTER CUSTOMIZE======== */
div#totop{
text-align:right;
padding:10px 10px 0 0;
}

div#footerMenu{
padding:10px 0;
}

div#footerMenu a{
color:#009900;
}

div#footerMenu a:hover{
	color:#009900;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #009900;
}

div#footerMenu ul{
	margin:0;
	list-style:none;
	text-align: right;
	padding: 0;
}
div#footerMenu li{
	display:inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: 0 4px;
}

address{
color:#333;
text-align:center;
font-size:0.8em;
padding:20px 0;
background:#f1f1f1;
border-top:2px solid #ddd;
}
</pre></body></html>