@import "base.css";

div.main,
div.footer,
div.header,
div.navi div.inner {
    width: 900px;
    margin: 0 auto;
}

div.main {
    background: url(../image/top/bg_main.gif) no-repeat right bottom;
}

div.navi {
    background: url(../image/top/bg_navi.gif) repeat-x;
    height: 132px;
    width: 100%;
}

div.navi div.inner {
    position: relative;
}

div.navi p#to_offical {
    position: absolute;
    top: 15px;
    left: 15px;
}

div.navi ul.navi_list {
    position: absolute;
    top: 15px;
    left: 240px;
}

div.navi ul.navi_list li {
    float: left;
}

