/*------------ ボディーカラー ------------*/

body {
  color: #fff;
  background: #000000;
}

/*------------ リンクカラー ------------*/

a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #ffff00;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}

/*------------ Specialリンクカラー ------------*/

a.special:link {
  color: #fff;
  text-decoration: none;
}
a.special:visited {
  color: #fff;
  text-decoration: none;
}
a.special:hover {
  color: #fff;
  text-decoration: none;
}
a.special:active {
  color: #fff;
  text-decoration: none;
}

/*------------ H 要素 ------------*/

h1 {
  text-align: left;
  font-color: #999999;
  font-size: x-small;
  width: 700px;
  margin: 0;
  border-bottom: 2px groove #999999;
}

h2 {
  text-align: right;
  font-color: #fff;
  font-size: x-small;
  width: 700px;
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 4;
}

h5 {
  text-align: left;
  font-color: #cccccc;
  font-size: x-small;
  width: 352px;
  margin: 0;
}

/*------------ img 要素 ------------*/

.c1 { 
  vertical-align: bottom;
}

/*------------ P 要素 ------------*/

p {
  margin: 4;
}

.c2 {
  color: #cccccc;
  font-size: x-small;
  margin: 1;
}

.c3 {
  text-align: center;
  color: #cccccc;
  background: #cc0000;
  font-size: x-small;
  width: 180px;
}

.c5 {
  text-align: center;
  color: #cccccc;
  background: #000000;
  font-size: x-small;
  width: 700px;
}

.c6 {
  text-align: center;
  color: #cc0000;
  background: #fff;
  font-size: x-small;
  width: 180px;
}

.c7 {
  text-align: center;
}

.c8 {
  color: #fff;
  font-size: x-small;
  margin: 20;
}

.c9 {
  color: #ffff00;
  font-size: small;
}

/*------------ スクロール ------------*/

.c4 {
  overflow: scroll;
  width: 340px;
  height: 200px;
  padding: 1em;
  line-height: 1.5;
  color: #fff;
  background: #000000;
  text-align: left;
}

html { scrollbar-base-color: #000000;
/*スクロールバーベース色*/
scrollbar-face-color: #000000;
/*スクロールバー本体*/
scrollbar-track-color: #000000;
/*背面の色*/
scrollbar-arrow-color: #FFF;
/*矢印の色*/
scrollbar-3dlight-color: ;
/*スクロールバーの左側の影*/
scrollbar-highlight-color: #FFF;
/*ふちどり*/
scrollbar-shadow-color: ;
/*スクロールバー右上の影*/
scrollbar-darkshadow-color: ; 
/*スクロールバー右下の影*/
}