body{header {
        width: 99.3%;
        background-color: #3b3f5f6e;
        padding: 15px;
        box-shadow: 0 6px 6px #00000041;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 25px;
        margin: -9px;

        a {
            color: rgb(255, 255, 255);
            text-decoration: none;
        }
    }

    #mae {
        font-size: 20px;
        border: 10px #000000;
        background-color: #ffffff;
        border: double #000000;
        margin-top: 30px;
        margin-bottom: -25px;
        margin-left: 250px;
        margin-right: 1545px;
        text-align: center;

        a {
            color: rgb(0, 0, 0);
            text-decoration: none;
        }
    }

    .links {
        float: left;
        width: 12%;
        height: 85%;
        box-shadow: 3px 9px 2px #99999999;
        font-size: 22px;
        text-align: center;

        a {
            color: #000000;
            text-decoration: none;
        }
    }

    #lan_jp {
        margin-top: 30px;
    }

    #links_top {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #side_main {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 20px;

        a {
            color: #525252;
            text-decoration: none;
        }
    }

    #side_start {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;

        a {
            color: #727272;
            text-decoration: none;
        }
    }

    #side_rule {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;

        a {
            color: #727272;
            text-decoration: none;
        }
    }

    #side_tools {
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 18px;

        a {
            color: #727272;
            text-decoration: none;
        }
    }

    #side_site {
        position: absolute;
        bottom: 50px;
        margin-left: 45px;
        font-size: 18px;
        text-align: center;

        a {
            color: #31573e;
            text-decoration: none;
        }
    }

    .Rules {
        margin-top: 50px;
        margin-left: 250px;

        a {
            color: #000000;
            text-decoration: none;
        }
    }

    #footer {
        width: 100%;
        height: 25px;
        background-color: #c9c9c9;
        margin: 0 auto;
        margin-left: -20px;
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 0;
        position: fixed;
        padding: 20px;
    }
}