.INNERBOX {
  background-image: url("wall_image.gif");
  background-attachment: fixed;
  background-color: ;
  background-repeat: repeat-y;
  background-position: center top;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px auto;
  width: 650px;
}

.F6 {
  color: #000000;
  font-weight: normal;
  font-size: x-large;
}

.F5 {
  color: #000000;
  font-weight: normal;
  font-size: large;
}

.F4 {
  color: #555555;
  font-weight: normal;
  font-size: medium;
}

.F3 {
  color: #555555;
  font-weight: normal;
  font-size: small;
}

.F2 {
  color: #006699;
  font-weight: normal;
  font-size: x-small;
}

.F1 {
  color: #57866F;
  font-weight: normal;
  font-size: x-small;
}

.futoji {
  font-weight:bold;
}


BODY {
  background-color: white;
  background-image: url("kabe.gif");
  background-attachment: fixed;
}

a        { text-decoration: none; }
a:hover  { text-decoration: none;  color:blue;  font-weight:bold; }
a:link   { text-decoration: none;  color:blue;  }
a:active { text-decoration: none;  color:red;   font-weight:bold; }
a:visited{ text-decoration: none;  color:blue;  }

UL{
  list-style: disc;
}

