@charset "UTF-8";
/* CSS Document */

#loader {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9998;
	_position: absolute; /* IE6対策 */
}

#fade {
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9998;
}
