<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 Document */
body {
	background-color: #000000;
}
a img {
    border-style:none;
}
a:link  {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited  {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover  {
	color: #FF9900;
	text-decoration: underline;
}
div#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/*------------------
  ヘッダ
------------------*/
div#header {
	background-image: url(images/head-back.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 950px;
	margin-bottom: 0px;
	position:relative;
}
#header h1 {
	font-size: 70%;
	margin: 0;
	padding-top: 37px;
	text-indent: -9999em;
}
#header h2 {
}


/*------------------
  ヘッダーメニュー
------------------*/
#headermenu {
	position: absolute;
	top: 30px;
	right: 0px;
}

#headermenu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#headermenu li{
	float: left;
	list-style-type: none;
	font-size: 80%;
	color: #666666;
	line-height: 18px;
}
#headermenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#headermenu a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#headermenu a:hover  {
	text-decoration: underline;
	color: #FF9900;
}
.center {
	border-right: 1px solid #666666;
	margin: 0 20px 0 20px;
	padding: 0 20px 0 20px;
}

/*------------------
  メインナビ
------------------*/
 #navi {
	width: 950px;
	height: 40px;
} 

#navi ul {
	padding: 0px;
    margin: 0px;
}
#navi li {
	display: block;
	float: left;
}
#navi a{
	display: block;
	text-decoration: none;
	text-indent: -10000em;
}

#navi li#navi01 a {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
}

#navi li#navi01 a:hover {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: 0 -40px;
}
#navi li#navi02 a {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -138px 0;
}

#navi li#navi02 a:hover {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -138px -40px;
}
#navi li#navi03 a {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -276px 0;
}

#navi li#navi03 a:hover {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -276px -40px;
}
#navi li#navi04 a {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -414px 0;
}

#navi li#navi04 a:hover {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -414px -40px;
}
#navi li#navi05 a {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -552px 0;
}

#navi li#navi05 a:hover {
	height: 40px;
	width: 138px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -552px -40px;
}
#navi li#navi06 a {
	height: 40px;
	width: 260px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -690px 0;
}

#navi li#navi06 a:hover {
	height: 40px;
	width: 260px;
	background-image: url(images/main-navi.gif);
	background-repeat: no-repeat;
    background-position: -690px -40px;
}

/*------------------
 コンテンツ
------------------*/
#content {
	width: 950px;
	margin-top: 10px;
}
#content p {
	font-size: 80%;
}
* html #content h2 {
	background-image: url(images/h-back.gif);
	height: 40px;
	text-indent: 20px;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 30px;
	margin-top: 10px;
}
#content h2 {
	background-image: url(images/h-back.gif);
	height: 40px;
	text-indent: 20px;
	font-size: 100%;
	letter-spacing: 0.1em;
	line-height: 30px;
}
* html #content p {
	font-size: 95%;
	line-height: 150%;
}
#content p {
	font-size: 95%;
	line-height: 140%;
}

/*------------------
 メイン画像
------------------*/
#main {
	margin-bottom: 10px;
}

/*------------------
  メイン下ライトレフト
------------------*/
#left {
	width: 650px;
	float: left;
	color: #FFFFFF;
}
#left-a {
	width: 298px;
	float: left;
	margin-right: 25px;
	order-left-width: 1px;
	border: 1px solid #666666;
	height: 270px;
}
#left-b {
	float: left;
	width: 298px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	height: 270px;
}
#left p{
	padding: 0 20px 0 20px;
}
#right {
	float: right;
	width: 298px;
	color: #FFFFFF;
	border: 1px solid #666666;
	height: 270px;
}
#right p{
	padding: 0 20px 0 20px;
}

/*------------------
  フッター
------------------*/
div#footer {
	clear: both;
	border-top: 1px #999999 solid;
	width: 950px;
	padding-top: 10px;
	border-bottom-color: #666666;
	background-image: url(images/footer-back.gif);
	background-repeat: no-repeat;
	height: 40px;
}
#footer p {
	font-size: small;
	font-weight: normal;
}
address {
	font-size: 80%;
	color: #666666;
}
</pre></body></html>