/* ローディング */
#loading-mask {
	width:100%;
	height:220px;
	position:absolute;
	z-index:20000;
	left:0;
	top:0;
	background-color: #000000;
}

#loading{
	position:absolute;
	left:0%;
	top:15px;
	padding:0px;
	width:100%;
	text-align:center;
	z-index:20001;
	background-image: url(../images/index/black_bg.gif);
	background-repeat: repeat;
	height: 205px;
}

#loading .loading-indicator{
	color:#000;
	background-image: url(../images/index/black_bg.gif);
	background-repeat: repeat;
	height: 126px;
	width: 85px;
	padding-top: 35px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
