#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	background-color:rgba(255, 255, 255, 0.9);


 filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#E6ffffff, endcolorstr=#E6ffffff, gradienttype=0);
	z-index: 25;
	text-align: center;
}
* html #footer {
 bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);
}
#footer a {
	color: #333333;
}
#footer a:hover {
	color: #FF6600;
}
#menu_sub {
	width:100%;
	height:20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: absolute;
	left: 0px;
}
#menu_CR {
	width:100%;
	height:18px;
	margin-top: 22px;
	position: absolute;
	left: 0px;
}
.footer_menu {
	color: #999999;
	font-family : Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
	font-weight: bold;
}
.footer_address {
	color: #333333;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: x-small;
}
