* {
  font-family: Serif;
  font-size: 14px;
  color: #000000;
}

body {
  background-color: #99ccff;
  text-align: center;
}
.linknavi {
  padding: 10px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.linknavi:hover {
  color: #000000;
  background-color: #eeeeee;
}
.linknaviuse {
  padding: 10px;
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  background-color: #eeeeee;
}

.linksubnavi {
  padding: 5 0 5 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #99ccff;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.linksubnavi:hover {
  color: #000000;
}
.linksubnaviuse {
  background-color: #ffffff;
  padding: 5 0 5 0px;
  width: 100%;
  height: 100%;
  display: block;  
  text-align: center;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.linktext {
  color: #99ccff;
  font-weight: bold;
}
.linktext:hover {
  background-color: #99ccff;
  color: #ffffff;
}

.typ1 {
  line-height: 100%;  
  font-weight: bold;
  border-color: #99ccff;
  border-style: solid;
  border-width: 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 14px 0px;
}
.typ2 {
  line-height: 150%;
  margin: 0px 0px 28px 0px;  
}