BODY {
  background-color : white;
  color : black;
  text-align : center;
  margin-top : 10px;
}
A:LINK {
  color : #000000;
  text-decoration : underline;
}
A:VISITED {
  color : gray;
  text-decoration : underline;
}
A:HOVER{
  color : maroon;
  text-decoration : underline;
}
A:ACTIVE {
  color : red;
  text-decoration : underline;
}
TABLE.topnavi {
  background-color : #FFAA3B;
  color : gray;
}
TABLE.main {
  background-color : white;
  border-spacing : 0px;
  
  color : #414141;
}
TABLE.left {
  background-color : white;
  border-spacing : 0px;
  border : solid gray;border-top-width : 2px;border-right-width : 2px;border-bottom-width : 2px;border-left-width : 2px;
  color : silver;
}
TABLE.bottomnavi {
  background-color : #eeeeee;
}
H1{
  font-size : 17px;
  margin-top : 1px;
  margin-left : 1px;
  margin-right : 1px;
  margin-bottom : 1px;
  font-weight : bold;
  

  color : #660000;
  
}
H2{
  font-size : x-small;
  font-weight : bold;
  margin-top : 1em;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
}
H3{
  font-size : x-small;
  font-weight : bold;
  margin-top : 5px;
  margin-left : 2px;
  margin-right : 2px;
  margin-bottom : 2px;
  
}
H6{
  font-size : xx-large;
  
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 2px;
  margin-bottom : 2px;

  color : #dddddd;
  text-align : left;
  
}
H5{
  color : #8f8f8f;
  margin-left : 30px;
  margin-top : 7px;
  margin-bottom : 5px;
  font-size : x-small;
}
H4{
  color : #8f8f8f;
  margin-left : 15px;
  margin-top : 20px;
  margin-bottom : 5px;
  font-size : x-small;
}
IFRAME.contents{
  background-color : white;
  color : black;
}
A.for_h6:LINK {
  text-decoration : none;
  color : #aaaaaa
;}
A.for_h6:VISITED {
  text-decoration : none;
  color : #aaaaaa
;}
A.for_h6:HOVER{
  text-decoration : none;
  color : #aaaaff;
}
A.for_h6:ACTIVE {
  text-decoration : none;
  color : #cccccc;
}

A.for_h5:LINK {
  text-decoration : none;
  color : #666666;
}
A.for_h5:VISITED {
  text-decoration : none;
  color : #aaaaaa;
}
A.for_h5:HOVER{
  color : maroon;
  text-decoration : underline;
}
A.for_h5:ACTIVE {
  color : red;
  text-decoration : underline;
}


BLOCKQUOTE{
  margin-top : 7px;
  margin-left : 20px;
  margin-right : 1px;
  margin-bottom : 10px;
}
