<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 */

*{  
margin: 0;  
}  

body {
	font-size: 12px;
	color: #ccc;
	line-height: 1.4em;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #000000;
}

a:link {
	color: #C60;
}
a:hover {
	color: #F60;
}
a:visited {
	color: #DA4316;
}

a img {
    border-style:none;
}
  
#wrapper{
	width: 950px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}  
 
 #header_top{
	height: 100px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-color: #000;
}  

#header{
	height: 220px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-color: #000;
}  



#container{
	width: 100%;
	float: right;
	margin-left: -200px;
	padding-top: 20px;
}  



#container_table{
	width: 100%;
	float: right;
	margin-left: -200px;
	padding-top: 20px;
}  



#container2{
	width: 100%;
	float: right;
	text-align: center;
}  
  
#contents{
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 1em;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #333;
}  


#contents-b{
	position: relative;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 1em;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #333;
	color: #E6E6E6;
}  


  
#sidebar{
	width: 170px;
	float: left;
	padding-top: 20px;
	padding-left: 10px;
	top: 77px;
	left: 159px;
	clear: left;
}  
  
#footer{
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
}  

#footer2{
	clear: both;
	width: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #6c615b;
}  
  
#footer p{
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}  
  
#topnavi{  
position: absolute;  
top: 0;  
left: 0;  
width: 100%;  
padding: 0.5em 0;  
}  
  
#undernavi{  
position: absolute;  
bottom: 0;  
left: 0;  
text-align: right;  
margin-right: 2em;  
width: 100%;  
padding: 0.5em 0;  
}  

.gray{
	width: 720px;
	background-color: #CCC;
	font-weight: bold;
	color: #333;
	padding-left: 3px;
	padding-right: 3px;
}  

.small {
	font-size: 10px;
	color: #333;
	line-height: 1.7em;
	font-weight: normal;
}

.small-red {
	font-size: 10px;
	color: #F00;
	line-height: 1.7em;
	font-weight: normal;
}

.small2 {
	font-size: 9px;
	color: #CCC;
	line-height: 1.7em;
	font-weight: normal;
}


.red {
	color: #F00;
}

.red2 {
	width: 720px;
	color: #f00;
	border: 1px solid #FF0000;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 3px;
	padding-right: 3px;
}




.bold {
	font-size: 12px;
	color: #333;
	line-height: 1.7em;
	font-weight: bold;
}

.large{
	font-size: 15px;
	color: #333;
	line-height: 2.5em;
}

.text {
	line-height: 2em;
}


table#table1 {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
}



table#table1 th {
	font-weight: normal;
	line-height: 150%;
	text-align: center;
	background-color: #CCC;
	font-size: 0.8em;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
table#table1 td {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 3px;
}

#header_top2{
	height: 50px;
	padding-left: 75px;
	padding-top: 25px;
	padding-right: 75px;
	background-color: #000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
} 


/* ▼ 縦メニュー ▼ */

#menu_length ul {
margin:0;
padding:0;
}

#menu_length li {
list-style: none;
margin:0;
padding:0;
}

#menu_length li a {
display:block;
text-align:left;
padding-left: 20px;
text-decoration:none;
line-height:30px; /* 高さ */
color:#ffffff; /* リンク文字の色 */
background-color:#000000; /* メニューボタンの背景 */
border-left:10px solid #c0c0c0; /* 左飾り線 */
border-bottom:1px solid #333333; /* 下線 */
}

/* ▽マウスが乗ったとき▽ */
#menu_length li a:hover{
background-color:#222222; /* メニューボタンの背景 */
border-left:10px solid #ff0000; /* 左飾り線 */
}
/* △マウスが乗ったとき△ */

/* ▲ 縦メニュー ▲ */

/* ▼ 縦メニュー（階層化）▼ */

#menu_length {
	height: 400px; /* メニュー全体の縦の長さ */
	margin-left: 100px;
}

#menu_length ul {
position:absolute;
}

#menu_length li {
position:relative;
}

#menu_length li.menu_len ul,
#menu_length li.menu_len ul li.menu_len ul,
#menu_length li.menu_len_on ul li.menu_len ul {
	margin-left: 5px;
display:none;
}

#menu_length li.menu_len_on ul,
#menu_length li.menu_len_on ul li.menu_len_on ul {
	position: absolute;
	display: block;
	top: 0;
	left: 100%;
	z-index: 10;
	white-space: nowrap;
}

/* ▽IE6バグ対応▽ */
* html #menu_length li li,
* html #menu_length li li li {
font-size:1px;
line-height:0;
}
* html #menu_length li li a,
* html #menu_length li li li a {
display:block;
font-size:10pt;
line-height:30px;
}
/* △IE6バグ対応△ */

/* ドロップダウンリストの透過（IEは透過しません） */
#menu_length &gt; ul &gt; li &gt; ul {
-moz-opacity: 0.9;
opacity: 0.9;
}

/* ▲縦メニュー（階層化）▲ */
</pre></body></html>