@charset "utf-8";
* {
    font-family: "Yu Gothic", "Meiryo", Arial, sans-serif;
}

body {
    width: 75%;
    margin: 0 auto;
}

h1 {
    font-size: 36pt;
    letter-spacing: 0.2em;
    text-align: center;
}

h2 {
    border-left: 10px solid black;
    padding-left: 5px;
}

nav ul {
    text-align: center;
}

nav ul li {
    display: inline;
    margin-right: 2em;
}

nav ul li:hover {
    display: inline;
    margin-right: 2em;
}

a {
    font-weight: bolder;
    text-decoration: none;
}

a:hover {
    text-decoration: underline dotted black;
    background-color: rgb(191, 212, 250);
}

address {
    text-align: center;
}

div#img {
    text-align: center;
}

th {
    border-bottom: #000000 2px solid;
    border-collapse: collapse;
    margin-bottom: 2%;
}

td.desc {
    vertical-align: top;
}

section#img {
    margin: 0 auto;
    text-align: center;
}