<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 13px;
	line-height: 130%;
	background-color: #000000;
	background-image: url(img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* ▼clearfix */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-table;
min-height: 1%;
}
/* Hides from IE-mac */
* html .clearfix {
height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/*▲ clearfix */
#box0 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	width: 694px;
}
h1 {
	text-indent: -9999px;
	display: block;
	clear: both;
	height: 220px;
}
#main {	
	clear: both;
	width: 694px;
	background-image: url(img/bg_main.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.maintop {background-image: url(img/bg_top.gif);}
.maintop {
	background-repeat: no-repeat;
	background-position: center top;
	clear: both;
	height: 10px;
	width: 694px;
}
.content {
	clear: both;
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 20px;
}
.content2 {
	clear: both;
	padding-right: 15px;
	padding-left: 15px;
}

.lead {
	clear: both;
	margin-bottom: 10px;
}
.con1 {
	background-image: url(img/img_con1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.excitebox {
	background-image: url(img/excite_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	clear: both;
	height: 230px;
	width: 694px;
	margin-bottom: 20px;
	position: relative;
}
a#bt_excite{
	position:absolute;
	display: block;
	width: 307px;
	height: 41px;
	background-image: url(img/bt_excite.gif);
	text-indent: -9999em;
	left: 60px;
	top: 140px;
	background-repeat: no-repeat;
	}
a#bt_excite:hover {background-image: url(img/bt_excite.gif);}</pre></body></html>