@CHARSET "UTF-8";


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

    layout

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

#footer .footer_background
{
    width: 100%;
    
    background: url("../../images/style/footer.jpg") repeat-x left top;
}

#footer .footer_wrapper
{
    min-width: 900px;
    
    background: url("../../images/style/footer.jpg") repeat-x left top;
}

#footer .footer_image_background
{
    width: 100%;
}

#footer .footer_image_wrapper
{
    width: 900px;
    min-height: 74px;
    
    margin: 0px auto 0px auto;
}


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

    link

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

#footer ul li
{
    margin: 0px 0px 0px 5px;
    
    float: left;
}

#footer a
{
    font-size: 13px;
    color: rgb(217, 245, 255);
    text-decoration: underline;
    
    cursor: pointer;
}

#footer a:hover
{
    color: rgb(217, 245, 255);
}


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

    text

*******************************************************************************/
#footer #footer_text
{
    margin: 20px 20px 0px 0px;
    font-size: 13px;
    color: rgb(217, 245, 255);
    
    float: right;
}

#footer #footer_text .top
{
}

#footer #footer_text .bottom
{
}


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

    image

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

#footer #footer_image .top
{
}

#footer #footer_image .bottom
{
}
