#header {
    background-image: url(image/hinoon.jpg);
    height: 70px;
}
@media screen and (min-width: 600px) {
    #header #site-name {
        font-size: 32px;
        font-weight: bold;
        color: #FFF;
        margin-left: 2em;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        line-height: 1.5em;
        padding-top: 15px;
    }
}
@media screen and (max-width: 599px) {
    #header #site-name {
        display: none;
    }
}
div#search{
    margin-top: 15px;
}
td.login, .NotLoggedIn {
    color: #333;
}
