<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Default*/
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, legend, input, textarea,
p, blockquote, th, td {
	margin:0;
	padding:0;
}
html{
	height:100%;
}
body{
	color: #333;
	background-color: #f0ffff;
	background-image:url(../images/bg.png);
	background-position:center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
	height:100%;
	text-decoration: none;
}
a{
	color: #333;
	text-decoration: none;
}
a:link {/*��┴������潟��*/
    color: #333;
    font-style:normal;
    text-decoration:underline;
}
a:visited{
	color: #7777BB;
}
a:hover{
	color: #333;
	text-decoration: underline;
}
a:active {/*��������賢*/
	color: #7777BB;
    text-decoration:none;
}
a img{
	border: none;
}
ul{
	list-style: none;
}
.clear{
	clear:both;
}
div#wrapper{
	width: 1000px;
	margin: 0 auto;
	background-color:#fff;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6)";
	filter: progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=6);
}
div#spacer{
	height: 25px;
}
/*Header*/
div#header{
	margin-top:10px;
	margin-bottom:10px;
}
div#header h1{
	float: left;
}
div#header div#agumaru{
	float:right;
	margin-top:10px;
}
div#header ul#navi{
	float: right;
}
div#header ul#navi li{
	float: left;
	padding-right: 20px;
	font-size: small;
	line-height:2.5em;
}
div#header ul#menu{
	clear: both;
	margin:0;
	padding:0;
}
div#header ul#menu li{
	float: left;
	width: 20%;
	text-align: center;
}
div#header ul#menu li a{
	display: block;
	border-bottom: 5px solid #900;
	line-height: 2em;
	font-weight:bold;
}
div#header ul#menu li a:hover{
	text-decoration: none;
	background-color: #f90;
}

div#main{
	width:100%;
	height:100%;
	clear:both;
	line-height:1.3;
}
div#main a:hover{
	color: #7777BB;
	text-decoration: underline;
}

/*TopLevel*/
div#index_right{
	padding-top: 10px;
	float:right;
	font-size: small;
	width:500px;
}
div#index_right h2{
	margin: 10px 10px 5px;
	padding-left: 10px;
	border-left: 10px solid #900;
}
div#index_right h2#hotnews{
	border-color:#c06;
}
div#index_right h2#office{
	border-color:#66f;
}
div#index_right h2#member{
	border-color:#f63;
}
div#index_right h2#gallery{
	border-color:#3c3;
}
div#index_right dl{
	font-size: 13.5px;
	line-height: 1.5em;
	padding-left: 20px;
	list-style: none;
}
div#index_right dt{
	padding-right:10px;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
}
div#index_right dd{
	border-bottom: 1px solid #ccc;
}
div#index_right h2#report{
	border-radius: 40px;         /* CSS3 */
	-moz-border-radius: 40px;    /* Firefox */
	-webkit-border-radius: 40px; /* Safari,Chrome */
	border: 3px skyblue solid;     /* ��膩����蕋� */
	background-color: #f0ffff;   /* ������ */
	width:90%;
}
div#index_left{
	padding-top: 10px;
	float:left;
}
div#index_left p{
	font-size: 14px;
	padding-left:25px;
}
div#slideshow{
	position:relative;
	height:420px;
}
div#slideshow img{
	position:absolute;
	top:0px;
	left:3px;
	z-index:8;
	width: 493px;
	height: 417px;
}
div#slideshow img.active{
	z-index:10;
}
div#slideshow img.last-active{
	z-index:9;
}

/*SecondLevel*/
div#right{
	float:right;
	font-size: 14px;
	width:700px;
	padding-right:15px;
}
div#right ul#topicPath{
	margin:10px;
}
div#right ul#topicPath li{
	display:inline;
	line-height:1.1;
	list-style-type:none;
	font-size: 13px;
}
div#right ul#topicPath li a{
	padding-right:15px;
	background:url(../images/topicpath.gif) no-repeat right center;
}
div#right h2{
	margin: 10px 10px 5px;
	padding-left: 10px;
	padding-bottom:5px;
	background:#c06 url(../images/border.png) no-repeat right bottom;
	height:25px;
}
div#right h3{
	margin:10px 25px;
	color:#390;
}
div#right h5{
	margin:10px 0px;
	color:#390;
	font-size:15.5px
}
div#right div{
	margin:5px 25px;
}
div#right h2#office2{
	margin: 10px 10px 5px;
	padding-left: 10px;
	padding-bottom:5px;
	background:#66f url(../images/border.png) no-repeat right bottom;
	height:25px;
}
div#right h2#member{
	border-color:#f63;
}
div#right h2#member2{
	margin: 10px 10px 5px;
	padding-left: 10px;
	padding-bottom:5px;
	background:#f63 url(../images/border.png) no-repeat right bottom;
	height:25px;
}
div#right h2#gallery{
	border-color:#3c3;
}
div#right h2#gallery2{
	margin: 10px 10px 5px;
	padding-left: 10px;
	padding-bottom:5px;
	background:#3c3 url(../images/border.png) no-repeat right bottom;
	height:25px;
}
div#right dl{
	line-height: 1.5em;
	padding-left: 20px;
	list-style: none;
}
div#right dt{
	padding-right:10px;
	float: left;
	clear: both;
	border-bottom: 1px solid #ccc;
}
div#right dd{
	border-bottom: 1px solid #ccc;
}
div#left{
	float:left;
	font-size: 13px;
}
div#left div#sidemenu{
	margin:10px;
	width:250px;
	padding-top:5px;
}
div#active{
	position:relative;
	width:100%;
	background-color: #FFCCCC;
}
div#left div#sidemenu ul{
	margin:10px;
}
div#left div#sidemenu ul li{
	margin:15px 0px;
	padding-left:10px;
	background:url(../images/arrow02.gif) no-repeat left 0.3em;
}
div#left div#sidemenu ul li a{

}

/*Footer*/
div#footer{
	text-align: center;
	color: #fff;
	font-size: small;
	background-color: #900;
	line-height: 2em;
	clear:both;
}
div#footer div#address{
	background-color:#fff;
	font-size:x-small;
	line-height:1.3em;
	color:#333;
}
</pre></body></html>