A:link,A:visited,A:active{
 color: #808080;　/*グレー*/
 text-decoration: none;
}
A:hover{
 color: #006400;　/*緑*/
 text-decoration: none;
}
A.orange:link{
 color: #ffffff;
 text-decoration: none;
}
A.orange:visited{
 color: #ffffff;
 text-decoration: none;
}
A.orange:active{
 color: #ffffff;
 text-decoration: none;
}
A.orange:hover{
 color: #ffa500;
 text-decoration: none;
}
BODY{
 background: #ffffcc url(../image/border_or.png);
 background-repeat: repeat-x;
 color: #519d27;　/*緑*/
 font-size: 10pt;
 font-family: "ＭＳ Ｐゴシック";
}
H1{
 font-size: 12pt;
 margin: 1em 0 1em 0;
}
H2{
 font-size: 11pt;
 margin: 1em 0 1em 0;
}
H3{
 font-size: 10pt;
 margin: 1em 0 0.5em 0;
}
DIV.head{
 position: absolute;
 top: 7pt;
 left: 20pt;
 z-index: 1;  
}
DIV.main{
 position: absolute;
 top: 45pt;
 left: 40px;
 width: 660px;
 background-color: #ffffcc;
 color: #519d27;
 margin-bottom: 10em;
 text-align: center;
 line-height: 1.3em;
 z-index: 2;  
}
TD.menu{
 background-color: #66cc33;
 color: #ffffff;
 width: 100%;
 height: 25px;
 text-align: center;
 font-size: 9pt;
}
TABLE.melmaga{
 color: #263373;
 width: 60%;
 text-align: center;
 font-size: 9pt;
 line-height: 1.2em;
}
