body {
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(bg.jpg);
    background-repeat: repeat-y;
    background-position: center center;

}




a:link {
    color: #002FAA;
}
a:visited {
    color: #002FAA;
}
a:hover {
    color: #002FAA;
}
a:active {
    color: #002FAA;
}


.txtm {
    font-size: 85%;
    line-height: 135%;
}


.txt {
    font-size: 80%;
    line-height: 135%;
}

.txtb {
    font-size: 80%;
    font-weight: bold;
    color: #333333;
}

.txts {
    font-size: 11px;
    line-height: 140%;
}

.txts_keisin {
    font-size: 12px;
    line-height: 135%;
}





.txt_red {
    font-size: 80%;
    line-height: 130%;
    color: #FF0000;
}
.txts_red {
    font-size: 11px;
    line-height: 140%;
    color: #FF0000;
}
.txtb_red {
    font-size: 15px;
    line-height: 130%;
    color: #FF0000;
}



.txt_blue {
    font-size: 13px;
    line-height: 130%;
    color: #013296;
}
.txtb_blue {
    font-size: 80%;
    font-weight: bold;
    color: #003399;
}
.txt_greenw {

    font-size: 13px;
    line-height: 130%;
    color: #006600;
}
