BODY{
 background-image: url("../image/back_t.png");
 color: #006600;
 font-size: 10pt;
 font-family: "ＭＳ Ｐゴシック";
}
A:link,A:visited,A:active{
 color:#808080;
}
A:hover {
 color:#006400; /*濃い緑*/
}
H1{
 font-size: 12pt;
}
H2{
 font-size: 11pt;
}
H3{
 font-size: 10pt;
}
DIV.title{
 background-color: #999900;
 color: #ffffff;
 width: 520px;
 font-weight: bolder;
 font-size: 11pt;
 text-align: center;
 line-height: 1.3em;
 margin: 0% 5% 0%;
 padding: 1% 5% 1%;
}
DIV.main{
 background-color: #ffffff;
 color: #000033;　/*紺*/
 width: 520px;
 font-size: 10pt;
 text-align: left;
 line-height: 1.4em;
 margin: 0% 5% 0%;
 padding: 1% 5% 1%;
}
DIV.navi1{
 color: #006400;
 width: 600px;
 text-align: left;
 font-size: 9pt;
}
DIV.navi2{
 color: #006400;
 width: 600px;
 text-align: right;
 font-size: 9pt;
}
TABLE.comment{
 width: 500px;5
 border-style: inset;
}
TD.comment{
 background-color: #ffffff;
 color: #000033;　/*紺*/
 width: 100%;
 font-size: 10pt;
 text-align: left;
 line-height: 1.4em;
 margin: 0% 5% 0%;
 padding: 5%;
}
P{
 background-color: #ffffff;
 color: #000033;　/*紺*/
 width: 500px;
 font-size: 10pt;
 text-align: left;
 line-height: 1.4em;
} 