@charset "utf-8";
/* CSS Document */
html, body  {  
    _height: 100%;     
    _overflow: auto;    
}
#over_wrapp {
	height: 100%;
	width: 940px;
	margin: 0 auto; /* センタリング */
	background-color: #000000;
}
#contents_area{
	width:920px;
	text-align:center;
}
#main_contents_area{
	width:920px;
	text-align:center;
}
div#footer2{
	 width: 100%;  
     background: #000 url(../images/bg/th_bg_1.jpg) repeat-x;  
     color: #FFF;
	 font-size:18px;
	 font-weight:400;
	 padding-top:10px;
	 padding-bottom:10px;
     position: fixed;  
     bottom:0;  
     left:0;
}


