A {
  color : #0080ff;
  font-size : small;
  
  text-decoration : underline;
}
A:HOVER {
  text-decoration : none;
  color : aqua;
}
.menu A {
  text-decoration : underline;
  color : white;
  font-size : x-small;
}
.menu A:hover {
  text-decoration:none;
  background:#FFFFCC;
  color:#FF3300;
}
.sub_menu A {
  text-decoration : underline;
  color : #ff8000;
  font-size : x-small;
}
.sub_menu A:HOVER {
  color : aqua;
  text-decoration: none;
}
.sub_menu {
  font-size: 12px;
}
body{
  font-size: 12px;
}
tr {
  font-size: 12px;
}
.gyoukan {
  line-height: 150%;
}
H1{
  font-size : x-small;
  font-weight : 100;
  color : silver;
}
STRONG{
  
  font-size : x-small;
  color : black;
  font-style : normal;
  
  font-weight : lighter;
}