@charset "UTF-8";

/*:::::::::::::::::::::::::::::::::
 * Style Name: footer.css
 * Create Date: 2012.10.09
 * Copyright : 2012 BRANBERY HEAG!! 
 * License : MIT License.
:::::::::::::::::::::::::::::::::*/












/*footer
-------------------------------------------*/
div#footerWrapper {
width: 100%;
margin: 0;
background: #000;
}

div#footerWrapper div#footer {
position: relative;
width:1228px;
height: 400px;
margin: 0 auto;
background: #000;
text-align: center;
}

div#footerWrapper div#footer dl {
padding-top: 130px;
}

div#footerWrapper div#footer dl dt {
display: inline-block;
width: 1228px;
font-size: 1.1em;
margin: 20px 0 8px 0;
float: none;
color: #fff;
}

div#footerWrapper div#footer dl dd {
display: inline-block;
width: 1228px;
margin: 0 0 0px 0;
color: #a6a6a6;
line-height: 1.8;
float: none;
}
div#footerWrapper div#footer .copyright {
display: inline-block;
width: 1228px;
margin: 20px auto;
text-align: center;
color: #a6a6a6;
}

div#footerWrapper div#footer .wgt-footerLogo {
position: absolute;
top: 60px;
left: 50%;
width: 250px;
height: 55px;
margin-left: -125px;
background: url("../../images/common/logo_footer.gif") 0 0 no-repeat;
text-indent: -9999px;
}

div#footerWrapper div#footer .btnPageTop {
overflow: hidden;
z-index: 10;
position: absolute;
top: -55px;
left: 50%;
margin-left: -54px;
opacity: 1.0;
}

div#footerWrapper div#footer .btnPageTop a {
display: block;
width: 109px;
height: 115px;
background: url("../../images/common/btn_page_top.png") -509px 0 no-repeat;
text-indent: -9999px;
}
