@charset "Shift_JIS";

html,body{ 
    height:100%; 
} 

html{ 
    overflow-y:scroll; 
}

#shopnavi {
	background: url(navibg.gif) top center repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	position:fixed; 
	bottom:0; 
	width: 100%;
	height: 70px;
}


/* IE6 */ 
 
* html, 
* html body{ 
    overflow-y:hidden;
} 
* html #wrapper{ 
    height:100%; 
    overflow-y:scroll; 
} 
* html #front { 
    height:100%; 
    overflow-y:visible; 
} 
* html #content { 
    height:100%; 
    overflow-y:visible; 
} 

* html #shopnavi{ 
	position:absolute; 
	bottom: expression(this.parentNode.clientHeight % 2 == 0 ? -5 : -5); 
}


