@CHARSET "UTF-8";


/*******************************************************************************

    layout

*******************************************************************************/
#footer
{
}

#footer .footer_background
{
    width: 100%;
}

#footer .footer_wrapper
{
    min-width: 900px;
}

#footer .footer_image_background
{
    width: 100%;
    
    background: url("../../images/style/foot.jpg") no-repeat center top;
}

#footer .footer_image_wrapper
{
    width: 900px;
    min-height: 119px;
    
    margin: 0px auto 0px auto;
    background: url("../../images/style/foot.jpg") no-repeat center top;
}


/*******************************************************************************

    link

*******************************************************************************/
#footer ul
{
    margin: 20px 0px 0px 25px;
    
    float: left;
}

#footer ul li
{
    margin: 0px 0px 0px 30px;
    list-style-image: url("../../images/style/icon_sitemap_lv1.jpg");
    
    float: left;
}

#footer a
{
    font-size: 12px;
    color: rgb(0, 128, 187);
    text-decoration: underline;
    
    cursor: pointer;
}

#footer a:hover
{
    color: rgb(0, 128, 187);
}


/*******************************************************************************

    text

*******************************************************************************/
#footer #footer_text
{
    margin: 20px 30px 0px 0px;
    font-size: 12px;
    color: rgb(238, 238, 238);
    
    float: right;
}

#footer #footer_text .top
{
}

#footer #footer_text .bottom
{
}


/*******************************************************************************

    image

*******************************************************************************/
#footer #footer_image
{
    margin: 20px 30px 0px 0px;
    
    float: right;
}

#footer #footer_image .top
{
}

#footer #footer_image .bottom
{
}
