@charset "utf-8";
/* ////////////////////////////////////////////////////////////
	File Name	opening.css
*/
#wall,
#opening,
#openingFlash {
	overflow: hidden;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#opening,
#openingFlash {
	z-index: 100;
}
#wall {
	z-index: 99;
	background: #fff;
}
#opening h1,
#opening h2,
#opening div {
	position: absolute;
}

#opBg {
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#opBg img {
	width: 100%; height: 100%;
}
#opLogo {
	display: none;
	z-index: 10;
	top: 15px; left: 15px;
}
#opHeading {
	display: none;
	z-index: 10;
	top: 15px; right: 15px;
}
#opCopyright {
	display: none;
	z-index: 10;
	bottom: 15px; left: 15px;
}

#opVisual {
	display: none;
	top: 0; left: 0;
}
#opVisual div,
#opVisual h2,
#opVisual img {
	width: 100%; height: 100%;
}
#opVisual #opShine {
	top: 0; left: 0;
}
#opVisual #opEarth {
	top: 0; left: 0;
}
#opVisual #opCopy {
	top: 0; left: 0;
}

#opSkip {
	display: none;
	position: absolute;
	z-index: 200;
	bottom: 15px; right: 15px;
	width: 90px; height: 30px;
}
#opSkip a {
	display: block;
	overflow: hidden;
	padding-top: 30px;
	width: 90px; height: 0;
	background: transparent url(../img/opening/skip.png) 0 0 no-repeat;
}

#loader {
	position: absolute;
	top: 50%; left: 50%;
	z-index: 999;
	margin: -16px 0 0 -16px;
}