
/* -------------------------------- 
    固定配置要素のスタイル 
----------------------------------- */  
#footer {
	clear:both;
	background-image: url(../image/footback.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0px;
	padding: 0px;
	width: 100%;
}  
  
/* -------------------------- 
    IE6 向けのスタイル 
----------------------------- */  
* html ,  
* html body {  
    height: 100%;  
    overflow-y: hidden;  
    overflow-x: auto;  
}  
  
* html #cover {  
    overflow: auto;  
    position: relative;  
    width: 100%;  
    height: 100%;  
}  
