@import url('https://fonts.googleapis.com/css2?family=Patua+One&display=swap');

@charset "shift_jis";

body#headmenu {
    margin: 0;
    font-family: 'Patua One', cursive;
    font-size: 1.4em;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1b2538;
}
li {
    float: left;
    border-right: 1px solid #bbbbbb;
}
li:last-child {
    border-right: none;
}
li a {
    display: block;
    text-align: center;
    margin-top: 4px;
    padding: 0.5em 1.4em 0 1.4em;
    text-decoration: none;
    color: white;
}
li:not(:first-child) a:hover {
    background-color: #a9bce2;
}

li#toplogo {
    margin: 4px 0;
    width: 180px;
    background-image: url("../images/top/dtec_top.png");
    background-color: white;
    background-size: cover;
    background-position: center center;
}