/*
.t0 {
    font-size:20px;
    max-width:720px;
    text-align: center;
    margin: 10px auto;
    
}

.t0 .title {
    font-size:20px;
    font-weight: bold;
}

.t2 {
    font-size:14px;
    color: #808080;
    padding: 10px;
}

.t10 {
    font-size:14px;
}

.t10 a {
    font-weight: bold;
}

.t10 .title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.t10 .subtitle {
    font-weight: bold;
    text-align: left;
}

.t10 .left, .t10 .right {
}

.t10 p {
    text-align: justify;
}

.t10 img {
    margin: 0px auto;
    display: block;
}

.left {
    float:left;
    width: 46%;
}

.right {
    float:right;
    width: 46%;
}

.t99 {
    clear: both;
}
*/