BODY{
    font-size : 10pt;
    margin-top : 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 1000px;
    background-color: white;
}
A:LINK {
    text-decoration : underline;
    color : blue;
}
A:VISITED {
    text-decoration : underline;
    color : blue;
}
A:ACTIVE {
    text-decoration : none;
    color : blue;
}
A:HOVER {
    text-decoration : underline;
    color : navy;
}
H1 {
    font-size : 10pt;
    margin-top : 1px;
    margin-bottom : 1px;
    margin-left: 10px;
}
H2{
    font-size : 12pt;
    margin-top : 1px;
    margin-bottom : 1px;
}
H3{
    font-size : 11pt;
    margin-top : 1px;
    margin-bottom : 1px;
}
H4{
    font-size : 10pt;
    margin-top : 1px;
    margin-bottom : 1px;
}
H5{
    font-size : 10pt;
    margin-top : 0px;
    margin-bottom : 0px;
    padding-top : 8px;
    padding-bottom : 8px;
    padding-left : 5px;
    letter-spacing: 3px;
    background-color: lightsteelblue;
}
H6{
    font-size : 10pt;
    margin-top : 0px;
    margin-bottom : 0px;
    padding-top : 5px;
    padding-bottom : 5px;
    padding-left : 5px;
    letter-spacing: 3px;
    background-color: lightsteelblue;
}
DIV.h5_bar{
    font-size : 9pt;
    margin-top : 0px;
    margin-bottom : 10px;
    padding-top : 7px;
    padding-bottom : 4px;
    padding-left : 5px;
    letter-spacing: 3px;
    background-color: lavender;
}
DIV.h5_box{
    margin-top : 10px;
    margin-right: 10px;
    margin-bottom : 10px;
    margin-left: 10px;
}
DIV.h6_bar{
    font-size : 9pt;
    margin-top : 0px;
    margin-bottom : 10px;
    padding-top : 4px;
    padding-bottom : 2px;
    padding-left : 5px;
    letter-spacing: 3px;
    background-color: lavender;
}
DIV.h6_box{
    margin-top : 10px;
    margin-right: 10px;
    margin-bottom : 10px;
    margin-left: 10px;
}
HR.dott {
    color: gray;                    /* 線の色(IE用) */
    background-color: gray;         /* 線の色(NN用) */
    height: 1px;                    /* 線の太さ */
    border: 1px;                    /* 枠の太さ */
    border-style: dotted;           /* 枠の種類 */
}
INPUT{
    margin-top : 1px;
    margin-bottom : 1px;
}
FORM{
    margin-top : 1px;
    margin-bottom : 1px;
}
UL{
    margin-left : 15px;
}
DIV.BLOCK-TOP1 { 
    text-align: left;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 1px;
    padding-left: 10px;
    background-color : lightblue;
    width: 1000px;
}
DIV.BLOCK-TOP2 { 
    text-align: right;
    padding-top: 1px;
    padding-right: 10px;
    padding-bottom: 1px;
    padding-left: 0px;
    margin-bottom: 10px;
    width: 1000px;
}
DIV.BLOCK-TOP3 { 
    width: 1000px;
}
ADDRESS { 
    text-align: center;
    font-style: normal;
    letter-spacing: 1pt;
    margin-top: 15px;
    padding-top: 1px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    width: 1000px;
}
TT {
    font-size : 10pt;
}
TD {
    font-size : 10pt;
}

