table.table1{
    width: 30%;
    border-collapse: collapse;
    border: 2px solid black;
    background-color: #FFF6BD;
    color: black;
    margin-left: auto;
    margin-right: auto;
}
tbody.tbody1{
    text-align: center;
}
div.div1{
    padding: 0px;
    text-align: center;
}
div.div2{
    padding: 0px;
    text-align: center;
}
th.th1{
    width: 30%;
    height: 25px;
    border: 2px solid black;
    background-color: #FF5517;
    color: #ffffff;
    text-align: center;
    font-size: 10pt;
}
th.th2{
    width: 70%;
    height: 25px;
    border: 2px solid black;
    background-color: #FF5517;
    color: #ffffff;
    text-align: center;
    font-size: 10pt;
}
td.td1{
    height: 25px;
    border: 2px solid black;
    background-color: #ffd3ad;
    text-align: center;
    font-size: 10pt;
}
td.td2{
    height: 25px;
    border: 2px solid black;
    text-align: left;
    font-size: 10pt;
}
p.p1{
    text-align: center;
    font-size: 18pt;
    font-family: BIZ UDPGothic;
    color: black;
}
P.P2{
    font-size: 10PX;
    color: gray;
}
span.span1{
    color: deeppink;
}