@CHARSET "UTF-8";


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

    layout

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

#footer .footer_background
{
    width: 100%;
}

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

#footer .footer_image_background
{
    width: 100%;
}

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


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

    link

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

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

#footer a
{
    font-size: 14px;
    color: rgb(54, 107, 183);
    text-decoration: underline;
    
    cursor: pointer;
}

#footer a:hover
{
    color: rgb(54, 107, 183);
}


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

    text

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

#footer #footer_text .top
{
}

#footer #footer_text .bottom
{
}


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

    image

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

#footer #footer_image .top
{
}

#footer #footer_image .bottom
{
}
