body {
    background-color: #FE66CB;
    margin: auto;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center {
    text-align: center;
    margin: auto;
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 800px;
    }

.mainbody {
    background-color: #ffffff;
    max-width: 800px;
    margin: auto;
    text-align: center;
}

.spacing-10 {
    height: 10px;
}

.spacing-20 {
    height: 20px;
}

.histlist {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    align-items: start;
    padding-left: 20px;
    padding-right: 20px;
}

.history {
    display: flex;
    flex-direction: row;
    text-align: start;
}

.history>img {
    margin-right: 5px;
}

.shokai {
    display: flex;
    flex-direction: row;
    text-align: start;
    background-color: #ff9933;
    width: 100%;
    max-width: 740px;
    margin: auto;
}

.shokai > a > img {
    margin-right: 10px;
}

.footer {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer2 {
    max-width: 800px;
    color: #ffffff;
    background-color: #111111;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

h2 {
    color: rgb(0, 0, 0);
    font-family: 'MS PGothic';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    orphans: auto;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 1;
    word-spacing: 0px;
    -webkit-text-stroke-width: 0px;
}

h3 {
    text-align: start;
}


.defotxt {
    font-size: 15px;
    line-height: 20px;
    font-family: Verdana, Arial, 'Verdana Cyr', 'Arial Cyr', Helvetica, 'Helvetica Cyr', sans-serif;
    text-align: start;
}