@charset "utf-8";
/* CSS Document */
div#loader{
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	width:100%;
}
div#loader_box{
	width:300px;
	background-color:#FFFFFF;
	border:2px solid red;
	padding:10px;
	margin:0 auto;
	margin-top:50px;
}
div.loader_img{
	margin:0 auto;
	width:50px;
	padding-bottom:10px;
}
div.loader_text{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
}
div#screen{
	opacity: 0.5;
	background-color:#999999;
	position:fixed;
	top:0;
	left:0;
	z-index:9;
}
