a:link {
    text-decoration : underline;
    color : blue;
}
a:visited {
    text-decoration : underline;
    color : blue;
}
a:hover {
    text-decoration : underline;
    color : blue;
}
h1 {
    font-size : 9pt;
    margin-bottom : 1px;
}
h2 {
    font-size : 13pt;
    margin-top: 5px;
    margin-bottom : 5px;
}
form {
    font-size : 10pt;
    margin-top : 3px;
    margin-bottom : 2px;
}
input {
    font-size : 10pt;
}
td {
    font-size : 11pt;
}
span.size9 {
    font-size : 9pt;
}
span.size10 {
    font-size : 10pt;
}
span.size11 {
    font-size : 11pt;
}
span.aisatsu {
    font-size : 10pt;
    color: #666666;
}
span.msg8 {
    font-size : 8pt;
    color: #666666;
}
span.copyright {
    font-size : 8pt;
    font-family: sans-serif;
    letter-spacing: 1px;
    color: #666666;
}
.LIST{
    margin-top: 5px;
    margin-bottom : 5px;
}
.CL2{
    width:100%;
    height:10px;
    background:#ffffff;
    overflow:hidden;
}
DIV.CL{
    width:100%;
    height:1px;
    background:#ffffff;
    overflow:hidden;
}
SPAN.CL{
    font: italic normal 1px/100% serif;
    color : white;
    text-decoration : none;
}
.PR{
    font: italic normal 1px/100% serif;
    color : white;
    text-decoration : none;
}
.PR2{
    font-size : 10pt;
    text-align : right;
    color : gray;
}
.PR2 a,
.PR2 a:link,
.PR2 a:visited,
.PR2 a:active,
.PR2 a:hover{
    color : gray;
    text-decoration : none;
}
DIV.box-link { 
    font-size : 10pt;
    text-align: left;
    width: 120px;
    border: solid 1px silver;
    background-color : white;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 10px;
    padding-left: 1px;
}
DIV.box-title{
    font-size : 10pt;
    font-weight : normal;
    text-align: left;
    color: white;
    background: #003399;
    border-color: silver;             /* 枠の色 */
    border-style: solid;               /* 枠の種類 */
    border-width: 0px 0px 1px 0px;     /* 枠の幅 */
    margin-top: 0px;
    margin-right : 0px;
    margin-bottom: 10px;
    margin-left : 0px;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
}
