<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************************************/
/* 基本設定                               */
/******************************************/
BODY {
  background-color: #ffffff;
  color: #b2b2b2;
  font-size: small;
  text-align: center;
}

BODY.menu {
  text-align: left;
}

P {
  width: 650px;
  text-align: left;
}

P.menu {
  text-align: center;
  line-height: 150%; 
}

H1 { 
  background-color: #ffffff;
  color: #9b9b9b;
  font-size: large;
  text-align: center;
}

/******************************************/
/* スクロールバーの設定                   */
/******************************************/
BODY {
  scrollbar-face-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-highlight-color: #000000;
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-arrow-color: #b2b2b2;
  scrollbar-track-color: #000000;
}

/******************************************/
/* テーブルの設定                         */
/******************************************/
TABLE { 
  /* width: 650px; */
  border: 5px #000000 solid;
  background-color: #000000;
}

TH {
  background-color: #000000;
  border: 5px #000000 solid;
  font-size: large;
  text-align: center;
  color: #ffffff;
}

TD { 
  background-color: #000000;
  border: 5px #000000 solid;
  color: #b2b2b2;
  font-size: small;
  /* text-align: left; */
}

.sub {
  border: 0px #000000 solid;
}
/******************************************/
/* 画像レイアウトパターンの設定           */
/******************************************/
#1 { text-align: left;  }
#2 { text-align: right; }
#3 { text-align: center;}
#4 { text-align: right; }
#5 { text-align: left;  }
#6 { text-align: center;}

/******************************************/
/* リンクの設定                           */
/******************************************/
A {
  text-decoration: none;
  color: #b2b2b2;
  /* font-weight: bold; */
}
A:active  {
  color: #b2b2b2;
}
A:visited {
  color: #b2b2b2;
}
A:hover {
  color: #b2b2b2;
  background-color: #ffffff;
}</pre></body></html>