@charset "shift-jis";

#loading-container {
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	padding: 0px;
	background: #fff url('../img/loading.gif') no-repeat center center;
	width: 100%;
	height: 100%;
}
