@import url(home.css);

#home_image_box {
        background-image: url(logo.png);
        background-position: top center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0px;
        width: 312px;
        height: 80px;
}

#home_image_word {
        background-image: url();
        background-position: center left;
        background-repeat: no-repeat;
        position: absolute;
        margin: 0px;
        padding: 0px;
        top: 0px;
        width: 100%;
        height: 80px;
}

#home_image_line {
}
