body {
    font-family: "Meiryo", "メイリオ";
}

.top {
    background-color: green;
    color: white;
    height: 80px;
}

.top-logo {
    float: left;
    font-size: 30px;
    padding: 20px 20px;    
}

.top-logo span {
    font-size: 20px;  
}

.top-list li{
    float: right;
    padding: 30px 20px;    
}

.main {
    padding: 20px 20px;  
}

.footer {
    background-color: green;
    color: white;
    height: 60px;    
}

.footer-logo {
    font-size: 15px;
    text-align: center;
    padding: 15px;
}