@charset "UTF-8";
body {
    background-image: url(../images/ajisai.jpg);
    background-color: black;
    background-repeat: no-repeat;
    background-position: top;
    font-size: 16px;
    font-family: 'Sawarabi Mincho', sans-serif;
}
a,
a:link { color: darkkhaki;}
a:visited { color: darkgray;}
a:hover { color: blueviolet;}

/* header */
header div img {
    width: 500px;
}
header div {
    max-width: none;
    height: 100px;
    margin-top: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
header table {
    letter-spacing: 0.2em;
    margin: auto;
}
 header table th {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    width: auto;
}
header table th a {
    text-decoration: none;}
.home main {
    width: auto;
    height: 850px;
}
}
 .home main p {
    color: transparent;
}
/* footer */
footer {
    margin-top: auto;
    margin-bottom: 50px;
    text-align: center;
    color: #c0c0c0;
    letter-spacing: 0.1em;
    margin-left: 50px;
    margin-right: 50px;
}
