@charset "Shift_JIS";
@import url("base.css");


#container {
 width: 900px;
 padding: 80px 50px 70px;
 margin: 0 auto;
 background-image: url(../img/top/top_back.jpg);
 background-repeat: no-repeat;
 background-position: 360px 80px;
}

ul.navi {
 height: 70px;
}

li {
 float: left;
 font-size: 0;
 line-height: 0;
 padding-right: 25px;
}

li.first {
 padding: 0 35px 0 20px;
}

li.menu {
 position: relative;
 z-index: 2;
}

#sub_menu {
 visibility: hidden;
 position: absolute;
 left: 0;
 top: 0;
 width: 100px;
 padding-top: 65px;
 background-image: url(../img/top/navi02_o.gif);
 background-repeat: no-repeat;
 background-position: 0 0;
}

#sub_menu li {
 float: none;
 margin-bottom: 2px;
}

.bottom_box {
 position: relative;
 z-index: 1;
 width: 880px;
 margin-left: 20px;
}

.boshu {
 position: absolute;
 right: 15px;
 bottom: 0;
}

#footer {
 width: 100%;
 border-top: 1px solid #e2253a;
}

#footer .inner {
 width: 900px;
 margin: 0 auto;
}