@charset "utf-8";
/* CSS Document */


#footer {
float: left;
padding: 20px 0px 13px 21px;
width: 859px;
}

.footer_bg {
background: #f2f2f2;
float: left;
height: 84px;
width: 859px;
}


.footer_logo {
float: left;
padding: 17px 0px 0px 9px;
width: 225px;
}

.footer_logo_img {
background: url(../img/footer_logo.gif) no-repeat left top;
height: 50px;
width: 225px;
}


.footer_right {
float: left;
width: 608px;
}

address.footer_address {
color: #666666;
display: block;
float: left;
font-style: normal;
padding: 27px 0px 0px 17px;
}

p.copyright {
color: #999999;
display: block;
float: left;
font-size: 11px;
padding: 0px 0px 0px 17px;
}


















