@charset "UTF-8";
/*layout----------------------------------------------------------------------------------------------------------------------------------------------------*/
* html #wrap { height: 100%; }
html, body { height: 100%; }
#wrap { min-height: 100%; width: 900px; margin-right: auto; margin-left: auto; margin-bottom: -30px; }
#container { width: 800px; margin: 0px auto; padding: 0px; }
#contents { width: 760px; margin: 0px auto; padding: 0px; }
#contents2 { width: 800px; margin: 0px auto; padding: 0px; }
#contents_l { float:left; width: 220px; margin: 0px; overflow: hidden; padding-right: 21px; padding-left: 21px; padding-bottom: 20px; }
#contents_r { float:right; width: 492px; border-left: 1px solid #666666; clear: right; margin: 0px 0px 0px -20px; padding: 0px 20px 20px; }
/*header----------------------------------------------------------------------------------------------------------------------------------------------------*/
#header { background:url(images/header.jpg) no-repeat 0px 15px; height: 121px; width: 806px; text-indent: -999em; margin: 0px auto 35px; }
#header2 { background:url(images/header2.jpg) no-repeat 0px 15px; height: 121px; width: 806px; text-indent: -999em; margin: 0px auto 35px; }
#footer_push { height: 30px; margin: 0px auto; padding: 0px; clear: right; text-indent: -999em; overflow: hidden; }
#footer { width: 800px; height: 30px; text-indent: -999em; background: url(images/footer.gif) no-repeat; position: relative; margin: 0px auto; padding: 0px; }
/*clearfix----------------------------------------------------------------------------------------------------------------------------------------------------*/
.clearfix:after { content:"."; display: block; height: 0; clear: both; visibility: hidden; } 
.clearfix { display: inline-block; }
/*Hides from IE-mac\*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/*End hide from IE-mac*/