@charset "utf-8";

/*	FOOTER Style Sheet
*	Last Update 2010-05-27
*
*	1-1.General
*	1-2.Footer Module
*	1-3.Hack Module
*
*/

/*======================================

	1-1.General

=======================================*/

#Footer ul,
#BizFooter ul {list-style:none;}


/*======================================

	1-2.Footer Module

=======================================*/

#Footer {
background:url(../common/line_double.gif) repeat-x;
width:738px;
margin:0 auto;
padding-top:13px;
text-align:center;
}
#BizWrapper #Footer {width:968px!important;}
#Footer img {border:0;} 
#Footer h3 {
float:left;
color:#333;
font-size:1em;
font-weight:normal;
clip:auto;
}

#Footer .footerLink {
line-height:160%;
font-weight:normal;
}

#Footer-Area {
background:url(../common/bg_footer.gif);
border-top:1px solid #aeb0af;
border-bottom:3px solid #aeb0af;
margin:0 0 5px;
padding:4px 10px 3px;
line-height:100%;
font-weight:normal;
vertical-align:middle;
height:16px;
}
#Footer-Area h3 {margin:0;}
#Footer-Area #utility-Foot {
float:right;
margin:0;
padding:0;
}
#Footer-Area #utility-Foot li {
float:left;
background:url(../common/line_footer.gif) no-repeat right top;
padding:0 1em;
}
#Footer-Area #utility-Foot li.noBorder {
background:none;
padding-right:0;
}
#Footer .copyright {color:#8e8e8e}
#Footer .copyright span,
#Footer .copyright strong {
display:block;
margin:3px 0 5px;
color:#8a8a8a;
}


/*======================================

	1-4.Hack Module

=======================================*/

#Footer:after,
#Footer-Area:after {
content:".";
display:block;
height:0;
clear:both;
line-height:0;
visibility:hidden;
}

#Footer,
#Footer-Area {display:inline-block;}
/* Hides from IE5-mac \*/
*html #Footer,
*html #Footer-Area {height:1%;}

#Footer,
#Footer-Area {display:block;}
/* End hide from IE5-mac */


.clearfix:after{
content:".";
display:block;
height:0;
clear:both;
line-height:0;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE5-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE5-mac */
