@charset "Shift_JIS";         
body {
  color: #00ff00;                     /* 全体の文字色 */
  background-color: #000000;　　　　　/* 全体の背景色 */
  margin: 2em;
}
.c1 {
  color: #000000;
  background: #ffffff;
　text-align: center;
  
}
.c2 {
  color: #003300;
  font:   18px ＤＦ行書体,HG行書体,cursive;
  background: #ffffcc;
　line-height: 1.8;
}
.c3 {
  color: #ffcc00;
  background: #ffffff;
}
.c4 {
  color: #ff6600;
  background: #ffffff;
　text-align: left;
}
.c5 { text-align: right }
.c6 { line-height: 2.5 }
.c7 { 
   text-align: center;
   font-size: 9pt; 
}
.c8 { border: none  }
.c9 {
 height:1000px;                   /* テーブルセルの大きさ */
 width:930px;
 background: #000000;
}
.c10 {
    text-align: right;
    font-size: 1em;
}

.c14 {
    text-align: right;
    font-size: 0.7em;
}
h1 {
  margin-top: 110px;                 /* 上マージン */
  margin-right: 80px;                /* 右マージン */
  text-align: left;                 /* 左揃え     */
}

ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-light: 0;
  padding-light: 0;
  font: bold;
}
li {
  display: inline;
  line-height: 1.4;
  white-space: nowrap;
  
}
li a {
  text-decoration: none;
  padding: 0em 0em;
  
  color: #000000;                /* ポイント前のリスト文字色 */
  background: #33cc33;          /* ポイント前のリスト背景色 */
}
li a:hover {
  color: #999999;               /* ポイント後のリスト文字色 */
  background: #FFFFFF;　　　　　/* ポイント後のリスト背景色 */
}


div p {
  width: 100%;
  padding: 0;
  margin: 0;
}
div p {
  margin-left: 0;
  margin-right: 0;
  color: #ffffff;
  background: #35CDFF;
}


table { 
     margin: 1em;
     BORDER: 0; 
}

th {
  font-weight: bold;
  color: #00FF00;
  background: #000000;
  ALIGN: CENTER; 
  VALIGN: MIDDLE;
  height: 100;
  width: 200;
}

td {
  font-weight: bold;
  color: #00FF00;
  background: #000000;
  ALIGN: CENTER; 
  VALIGN: MIDDLE;
}

caption {
  font-weight: bold;
  color: #000000;
  background: #000000;
}
caption.c8 { text-align: center;
             background-color: #FFFF99;
             letter-spacing: 2em; }
caption.c12 { text-align: left }
caption.c13 { text-align: right }


em {
  font-style: normal;
  font-weight: bold;
  color: #ff0000;
}
p em {
  font-size: 1em;
  color: #ff0000; 
  font-style: italic;
}


img { vertical-align: middle }    /* 画像の貼り付け位置 */

#neon {                                      /* 発光文字のスタイル */
  position: relative;
  padding: 10;
  height=30;
  width=100%;
  filter: glow(color=#00FF00,strength=0);}">

