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

    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4D000000, endcolorstr=#4D000000, gradienttype=0);
	z-index: 10;
	text-align: center;
}
* html #footer {
   bottom:expression(document.getElementById("container").offsetHeight % 2 == 0 ? 0 : -1);

}
#footer a {
    color: Yellow;
}
       
#footer a:hover {
	color: #FF9900;
}
#menu_sub {
	width:100%;
	height:20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	position: absolute;
	text-align: center;
	left: 0px;
}#menu_CR {
	width:100%;
	height:18px;
	margin-top: 22px;
	position: absolute;
	left: 0px;
}

.footer_menu {
	color: #FFFFFF;
	font-family : Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;
	font-weight: bold;
}
.footer_address {
	color: #FFFFFF;
	font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: x-small;
}
