header {
    background-color: #191970;
}

.hd{
    display: flex;
    justify-content: space-between;
}

header img {
    width: 100px;
    margin: 20px 20px;
}

header ul {
    text-align: right;
    list-style: none;
}

header ul li {
    float: left;
}

header ul li a{
    color: #fff;
    margin: 30px 30px;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
}

#team_page ul {
    justify-content: space-between;
}

#japan_page into img{
    display: flex;
    width: 400px;
    height: 400px;
}

.footer{
    width: 960px;
    background-color: #191970;
    color: #fff;
    padding: 20px;
}
.footer_navigation ul  {
    list-style: none;
}
.footer_navigation ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;

}

#teama_page rl1{
    justify-content: space-around;
}

.daihyo a {
    margin: 50px 50px;
    width:200px;
    height: 60px;
    font-size:12px;
    color:#FFFFFF;
    text-align:center;
    display:block;
    padding:10px 0 10px;
    background:#191970;
    border-radius:5px;
    box-shadow:1px 1px #ccc;
    display: flex;
        /*コレ*/justify-content: center;
    /*コレ*/align-items: center;
    text-decoration: none;
    font-weight: bold;
}

.daihyo{
    display: flex;
justify-content: space-around;
}

.person a {
    text-decoration: none;
    font-size: 40px;
    color: #191970;
}

.navs ul li a{
    text-decoration: none;
    font-size: 20px;
    color: #191970;
    font-weight: bold;
}