BODY{
    margin: 0em 0em 0em 0em;
    font-size : 10pt;
    letter-spacing: 2px;
    line-height: 15pt;
    background-color : white;
    text-align: center;
}
ADDRESS {
    color : black;
    font-size : 10pt;
    font-style: normal;
    text-align: center;
    letter-spacing: 2px;
    padding-top : 0px;
    padding-bottom : 10px;
    border-color: gray;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 1px 0px 0px 0px;  /* 枠の幅 */
}
P{
    font-size : 11pt;
    letter-spacing: 2px;
    line-height: 15pt;
    margin: 0em 0em 0em 0em;
}
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 : red;
}
H1 {
    font-size : 11pt;
    font-weight : normal;
    letter-spacing: 2px;
    line-height: 15pt;
    margin-top : 0px;
    margin-bottom : 0px;
}
H2{
    font-size : 10pt;
    font-weight : normal;
    letter-spacing: 2px;
    line-height: 15pt;
    margin-top : 0px;
    margin-bottom : 0px;
}
.BLOCK1 { 
    margin: 10px 0px 20px 0px;     /* 余白の幅 */
    padding: 0px 20px 0px 20px;   /* 余白の幅 */
    border-color: white;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 0px;  /* 枠の幅 */
    text-align : left;
}
.BLOCK2 { 
    margin: 20px 0px 0px 0px;     /* 余白の幅 */
    padding: 0px 0px 0px 0px;   /* 余白の幅 */
    border-color: silver;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 0px;  /* 枠の幅 */
    text-align : center;
}
.BOX1 { 
    width : 100%; 
    margin: 20px 0px 20px 0px;     /* 余白の幅 */
    padding: 0px 0px 0px 0px;   /* 余白の幅 */
    border-color: silver;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 0px;  /* 枠の幅 */
    text-align : center;
}
.BOX2 { 
    width : 610px; 
    margin: 20px 0px 0px 0px;     /* 余白の幅 */
    padding: 0px 0px 0px 0px;   /* 余白の幅 */
    border-color: silver;            /* 枠の色 */
    border-style: solid;            /* 枠の種類 */
    border-width: 0px 0px 0px 0px;  /* 枠の幅 */
    text-align : left;
}
