@charset "utf-8";

/* =======================================

	Footer CSS

 -----------------------------------------
	INDEX
 -----------------------------------------

========================================== */
#footer {
padding: 25px 0;
background-image: url(../img/common/footer_bg.jpg);
zoom:1;
}

#footer h2 {
padding: 0 0 5px 0;
border-bottom: 1px dotted #a7a7a7;
}

#footer ul {
/* clearfix */
}

#footer .links {
margin: 10px -56px 35px 0;
}

#footer .links li {
display: inline;
float: left;
margin: 0 50px 0 0;
padding: 0 0 0 15px;
width: 272px;
background-image: url(../img/common/arrow2.gif);
background-position: left center;
background-repeat: no-repeat;
}

#footer .about {
margin: 35px 0 5px -5px;
}

#footer .about li {
float: left;
padding: 0 5px;
border-right: 1px solid #aeaeae;
line-height: 1.0;
}

#footer .about .last {
border-right: none;
}

#footer .side1 {
position: absolute;
right: 0;
bottom: 0;
}

#footer .side2 {
position: absolute;
right: 144px;
bottom: 0;
}

#backtop {
position: absolute;
top: -41px;
right: -55px;
z-index: 1;
}

.l_footer .l_footer_logo {
    margin-bottom: 30px;
    text-align: center;
    padding-top: 5px;
}