body{
    text-align: center;
    background-color: #EBEAC5;
    color: #333333;
}
div.div1{
    text-align: center;
    padding: 0;
    margin: 0;
}
div.div2{
    width: 70%;
    border-collapse: collapse;
    border: 2px solid black;
    background-color: #fff3b8;
    color: black;
    margin-left: auto;
    margin-right: auto;
}
p.p1{
    text-align: center;
    font-size: 12pt;
    font-family: BIZ UDPGothic;
    color: black;
    line-height: 1.5em;
}
p.p2{
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 14pt;
    font-family: BIZ UDPGothic;
    color: black;
    line-height: 1.5em;
}
P.end{
    text-align: center;
    font-size: 10PX;
    color: gray;
}
span.span1{
    color: #FF5517;
}
span.span2{
    color: #6673ff;
    font-weight: bold;
}