<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html{
	background-color: #444444;
	overflow-x:hidden ;
}
img{
    float: right;
}
#pencil {
    height: 44px;
    width: 44px;
    float: right;
    margin-top: -44px;
}
#nav_k {
left: 0px;
    right: 0px;
    margin-right: 132px;
    margin-top: 80px;
}
#index_nav_more {
	height: 14px;
	padding-left: 6px;
	padding-right: 7px;
	position: fixed;
	background-color: #FFFFFF;
	top: 113px;
	left: 157px;
	border-radius: 30px;
	z-index: 1200;
	padding-top: 3px;
	opacity:0.70;
}
#nav_01:hover {
   background-color:rgb(62 224 117 / 51%);
}
#nav_02:hover {
   background-color:rgb(62 224 117 / 51%);
}
#nav_03:hover {
   background-color:rgb(62 224 117 / 51%);
}
#nav_04:hover {
   background-color:rgb(62 224 117 / 51%);
}


#nav_01 {
background-color: rgb(221 221 221 / 26%);
    margin-bottom: 10px;
    height: 77px;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#nav_01 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

#nav_02 {
background-color: rgb(221 221 221 / 26%);
    margin-bottom: 10px;
    height: 77px;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#nav_02 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

#nav_03 {
background-color: rgb(221 221 221 / 26%);
    margin-bottom: 10px;
    height: 77px;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#nav_03 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

#nav_04 {
background-color: rgb(221 221 221 / 26%);
    margin-bottom: 10px;
    height: 77px;
        border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
#nav_04 a {
	text-decoration:none;
	display: block;
	height: 56px;
	padding-top: 12px;
}

.index_copyright {
    font-size: 12px;
    color: #797979;
    margin-left: 3px;
    position: fixed;
    bottom: 7px;
    opacity: 0.70;
    background-position: left;
        margin-bottom: 21px;
    margin-left: 15px;
}

.tongji{
	width: 200px;
	filter:alpha(opacity=50);
	position: absolute;
	z-index: 1;
	left: 0px;
	height: 20px;
	top: -20px;
}
.tongji a {color:#000000;text-decoration:none;}
.tongji a:hover {text-decoration:none;color: #276045;}
</pre></body></html>