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

/* COMMON */

html{
	overflow:scroll-y;
}
body {
	width:100%;
	height:100%;
	font-size:75%;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  
	line-height:150%;
	color:#333;
	margin:0;
	padding:0;
}
* html table{
	font-size:12px;
	line-height:150%;
}
dl,dt,dd,ul {
	margin:0; padding:0;
}
ul li{
	list-style:none;
}
.fontsmall{
	font-size:83.3%;
	line-height:130%;
}
.fontbig{
	font-size:116.7%;
	line-height:180%;
}
h1, h2, h3, h4, h5, h6, h7{
	font-weight:normal;
	padding:0;
	margin:0;
}
p{
	padding-bottom:1em;
}
img{
	border:none;
	vertical-align:top;
}

a:link,a:visited,a:active {
	color:#555;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:underline;
}

* html .iepngfix{
	behavior: expression(IEPNGFIX.fix(this));
}

/* clearfix */
.clearfix:after{
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}
.clearfix{ display:inline-table; zoom:1; }
/* No Mac IE \*/
* html .clearfix{ height:1px; zoom:1; }
.clearfix{ display:block; }
/* */
/* /clearfix */



#stage{
	text-align:center;
}

#header{
	width:850px;
	text-align:left;
	margin:0 auto;
}
#header .menu ul li{
	float:left;
}
#contents{
	width:850px;
	text-align:left;
	margin:0 auto;
	padding:20px 0 0;
	clear:both;
}
#contents h4{
	margin-bottom:20px;
}
.pagetop{
	clear:both;
	text-align:right;
	padding-right:16px;
	padding-top:40px;
	border-bottom:1px solid #1668c0;
}

#second .copyright{
	text-align:center;
	margin:0px auto;
}</pre></body></html>