<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin:0;
	padding:0;
}
html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #262626;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
} 
img, a img {
	border:medium none;
	vertical-align:bottom;
}
a{
	color: #00CCFF;
}
a:hover{
	color: #0099CC;
}
#container{
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
} 
#header{
} 
#header-inner{
	position:relative;
	height:120px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper{
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#main{
	width:720px;
	position:relative;
	padding-top: 10px;
	margin-bottom: 10px;
}
 
#right{
	width:210px; 
	float:right; 
	position:relative; 
}
 
#left{
	float: left; 
	display:inline; 
	position: relative; 
	width:510px; 
}
 
#footer{
	height:60px;
	clear:both;
	padding-top: 15px;
} 
.footer-text{
	font-size: 14px;
	width: 720px;
	color: #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
} 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix{display: inline-block;}

#headtitle{
	margin-top: 5px;
	margin-bottom: 5px;
}
#header h1 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	color: #00CCFF;
	font-weight: bold;
	text-decoration: none;
}
#header p{
	font-size: 12px;
	color: #BCF8FE;
}
#header ul.menu {
	display:inline;
	height:40px;
	}
#header ul.menu li{
	display:inline;
	float:left;
	height:40px;
}

#header ul.menu li a{
	background-position:0 0;
	background-repeat:no-repeat;
	display:block;
	margin:0;
	height:28px;
	font-size:12;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
	
#header ul.menu li.menu01 a{
	background-image:url(../images/menu_bg.gif);
	width: 120px;
}

#header ul.menu li a:hover {
	background-position:0 -40px;
}
.main-left-head{
	background-image: url(../images/main_top_bg.gif);
	height: 10px;
	width: 490px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-left{
	width: 490px;
	background-image: url(../images/main_bg.gif);
	background-repeat: repeat-y;
}
.main-left-foot{
	margin-bottom: 8px;
	background-image: url(../images/main_foot_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 490px;
}
.main-text{
	line-height: 20px;
	color: #333333;
	padding: 15px;
	font-size: 13px;
}
.main-text h2{
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #006699;
}
.main-text a{
	color: #0066CC;
}
.main-text a:hover{
	color: #00CCFF;
}
.main-right-head{
	background-image: url(../images/side_top_bg.gif);
	height: 10px;
	width: 210px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.main-right{
	width: 210px;
	background-color: #333333;
}
.main-right-foot{
	margin-bottom: 8px;
	background-image: url(../images/side_foot_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.right-text{
	line-height: 20px;
	color: #D9EDF9;
	padding: 15px;
	font-size: 13px;
}
#right h2{
	font-size: 14px;
	font-weight: bold;
	color: #B9EEFF;
}
.subhead{
	font-size: 18px;
	font-weight: bold;
	color: #E2F7FE;
	background-image: url(../images/sub_head_bg.gif);
	height: 31px;
	width: 470px;
	padding-right: 10px;
	vertical-align: middle;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 8px;
}</pre></body></html>