@charset "utf-8";
/* CSS Document */

#show {
    height: 100px;
    left: 0;
    position: fixed;
    top: 40%;
    width: 113px;
    z-index: 9999;
}
#show a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    margin-bottom: 10px;
    width: 113px;
}
#show a:hover {
    background-position: 0 -40px;
}
#show a.day {
    background-image: url("../images/day_button.png");
}
#show a.night {
    background-image: url("../images/night_button.png");
}
