* {
    margin: 0px;
    padding: 0px;
}

table#table0 {
    width: 100%;
    border: 0px;
    background-color: #E8E8E8;
    margin: 0px;
}

td,
th {
    padding: 10px 10px 0px 10px;
}

p.small {
    font-size: small;
}

p.magin0 {
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif
}

p.magin1 {
    background-color: #ffffff;
    margin: 10px;
    padding: 20px;
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif
}

p.magin2 {
    margin: 20px 0px 10px;
    color: #515B70;
    font-weight: bold;
    font-size: small;
}

p.magin3 {
    margin: 10px 20px 10px 20px;
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif
}

p.magin4 {
    margin: 10px 20px 10px 40px;
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif
}

p.magin5 {
    margin: 5px 20px 5px 10px;
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif
}

hr {
    border-style: solid;
    border-color: #ffffff;
    height: 2px;
}

.btn80 {
    width: 80px;
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Meiryo";
    background-color: #3B5998;
    text-decoration: none;
    padding: 5px 0px 7px 0px;
    text-align: center;
    border-radius: 3px;
    border-style: none;
    cursor: pointer
}

.btn90 {
    width: 90px;
    font-size: 11pt;
    color: #FFFFFF;
    font-weight: bold;
    font-family: "Meiryo";
    background-color: #3B5998;
    text-decoration: none;
    padding: 5px 0px 7px 0px;
    text-align: center;
    border-radius: 3px;
    border-style: none;
    cursor: pointer
}

.header_Title {
    background-color: #3B5998;
}

.header_Title {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    font-family: "Meiryo";
    padding: 2px 0px 2px 10px;
}

.header_wrapper {
    max-width: 100%;
    height: 40px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px 7px 10px;
    background-color: #ffffff;
}

.header_wrapper a img {
    width: auto;
    height: 40px;
}

.gnav {
    width: 100%;
    background-color: #C0C8DE;
    border-bottom: #A1A1A1 1px solid;
}

.gnav_wrapper {
    max-width: 100%;
    margin: auto;
    display: flex;
    height: 45px;
    padding-left: 0px;
}

.gnav_wrapper li {
    border-left: #A1A1A1 1px solid;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease;
    list-style: none;
}

.gnav_wrapper li:last-child {
    border-right: #A1A1A1 1px solid;
}

.gnav_wrapper li:hover {
    background-color: #798CB9;
}

.gnav_wrapper li:hover a {
    color: #ffffff;
}

.gnav_wrapper li a {
    display: block;
    color: #515B70;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
}

.magin5_text input {
    width: 265px;
    height: 22px;
    padding: 0px 3px;
    font-family: Tahoma;
    font-size: 14px;
    border: #909090 1px solid;
}

.white_box {
    width: 80%;
    background-color: #FFFFFF;
    border: #909090 1px solid;
    padding: 20px;
}

a:link {
    color: #005ac2;
}

a:visited {
    color: #681DA8;
}

a:hover {
    color: #f89172;
}

footer {
    margin-top: auto;
}

.footer_exists {
    min-height: 100vh;
    background-color: #E8E8E8;
    display: flex;
    flex-direction: column;
}

.base_font {
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif;
}

.info_title {
    padding: 3px 20px 0px 20px;
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif;    
}

.info_title:before {
    content: "■";
    font-family: 'Segoe UI','Tahoma', sans-serif;
}

.info_content {
    padding: 0px 20px 20px 40px;
    color: #515B70;
    font-weight: bold;
    font-family: 'Verdana', 'Tahoma', sans-serif;
}