body {
  color: #000099;
  background: #ffffff;
}

a:link {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #f9f900;
}
a:active {
  color: #f9f900;
}

a { text-decoration: none }

a.special:link {
  color: #ffffff;
}
a.special:visited {
  color: #ffffff;
}
a.special:hover {
  color: #ffffff;
}
a.special:active {
  color: #ffffff;
}

a.na:link{
  color: #000099;
}
a.na:visited{
  color: #000099;
}
a.na:hover{
  color: #ff8000;
}
a.na:active{
  color: #ff8000;
}

a.nb:link{
  color: #990000;
}
a.nb:visited{
  color: #990000;
}
a.nb:hover{
  color: #000099;
}
a.nb:active{
  color: #000099;
}

a.nc:link{
  color: #000000;
}
a.nc:visited{
  color: #000000;
}
a.nc:hover{
  color: #990000;
}
a.nc:active{
  color: #990000;
}


a.nd:link{
  color: #fff;
}
a.nd:visited{
  color: #fff0;
}
a.nd:hover{
  color: #fff;
}
a.nd:active{
  color: #fff;
}



h1 {
  text-align: center;
  color: #ffffff;
  background: #000099;
  font-size: medium;
  width: 748px;
  margin: 0em;
  border-bottom: 2px groove #999999;
}

h2{
  text-align: center;
  width: 748px;
  color: #000099;
  font-size: x-small;
  background: #ffffff;
  border-bottom: 2px dashed #000099;
  margin: 0em;
}

h3 {
  text-align: center;
  width: 748px;
  background: #fff;
  margin: 1em;
}

h4 {
  text-align: center;
  width: 748px;
  font-size: small;
  background: #fff;
  margin: 1em;
}

h5 {
  text-align: center;
  font-size: large;
  color: #000099;
  background: #fff;
  margin: 10;
}

h6 {
  text-align: center;
  font-size: small;
  color: #000099;
  background: #fff;
  margin: 5;
}

.c1 {
  text-align: center;
  background: #fff;
  width: 360px;
}

.c2 {
  text-align: left;
  font-size: 15px;
  color: #fff;
  background: #000099;
  width: 350px;
  margin: 5;
}

.c3 {
  text-align: center;
  font-size: large;
  color: #990000;
  background: #fff;
  margin: 10;
}

.c4 {
  text-align: center;
  font-size: small;
  color: #000099;
  background: #fff;
  margin: 5;
}

.c5 {
  text-align: center;
  background: #000099;
  color: #fff;
  width: 750px;
  font-size: x-small;
}

.c6 {
  margin: 10;
}

.c7 {
  text-align: center;
  font-size: x-small;
  color: #fff;
  background: #000099;
  width: 230px;
  margin: 2;
}

.c8 {
  text-align: left;
  font-size: xx-small;
  width: 750px;
  margin: 0;
}


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

