@charset "UTF-8";

/* ------ white area ------ */

#main {
    width:100%;
    height:490px;
    overflow:hidden;
    background:url(../image/index_bg_01.gif) no-repeat;
}

#main ul {
    width:480px;
    padding-left:470px;
}

#main ul li {
    float:left;
    width:154px;
    height:154px;
    margin:0 0 6px 6px;
}

#main ul li a {
    display:block;
    width:100%;
    height:100%;
    background:#d7d7d7;
}

#popup {
    display:none;
}

/* ------ black area ------ */

#black_area {
    width:100%;
    background:black;
    text-align: center;
}

#black_area h2 {
    padding:37px 0 61px;
}

#black_area h2 a {
    display:block;
}

#black_area #menu {
    width:100%;
}

#black_area #menu dd {
    margin-bottom:50px;
}

#footer {
    background:url(../image/index_bg_02.gif) no-repeat center bottom;
    width:100%;
    height:235px;
}

#footer p {
    text-indent:-999em;
}