@charset "utf-8";
/* CSS Document */
#openLoadingLayer {
	background-color: #FFFFFF;
	position: fixed;
	z-index: 9998;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#openLoadingContainer {
	position: fixed;
	z-index: 9999;
	left: 48%;
	top: 48%;
	right: 48%;
	bottom: 48%;
	font-size: 12px;
	color: #FF666A;
	text-align: center;
}
#contentWrapper {
	width : 100%;
	height : 100%;
	overflow:hidden;
}

#bgLayer {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width : 100%;
	height : 1551px;
	position : absolute;
}
/*div#animationLayer {
	width: 1600px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 85;
}*/
div#chara01 {
	background-image: url(images/chara01.png);
	background-repeat: no-repeat;
	height: 303px;
	width: 987px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 95;
	margin-top: 635px;
	display : none;
}
div#chara02 {
	position: absolute;
	z-index: 105;
	height: 1149px;
	width: 500px;
	text-align:center;
	margin-top : -1800px;
}
nav#pageSelector {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 171px;
	width: 783px;
	margin-right: auto;
	margin-left: auto;
/*	margin-top : 925px; */
	position:relative;
	z-index : 100;
}
#pageButton {
	position: relative;
	z-index: 110;
}
#pageButton li {
	float : left;
	height: 167px;
	width: 120px;
}
#pageButton li a {
	display: block;
	position : absolute;
}

#pageButton li.page1 {
	margin-top : 30px;
	margin-left : 27px;
}
#pageButton li.page2 {
	margin-top : 31px;
	margin-left : 45px;
}



#pdowns {
	width: 783px;
	height : 51px;
	margin-top : -35px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 95;
	background-image: url(images/menu.png);
	background-position: left bottom;
}
#pdowns .pdownItem {
	margin-top: -61px;
	float: left;
}
#pdowns .pdownItem a{
	display: block;
	text-indent: -9999px;
}

#pdownMaking {
	margin-left : 513px;
}
#pdownGallary {
	margin-left : 4px;
}
#pdownMaking a {
	background-image: url(images/pdown-item-making.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 101px;
}
#pdownGallary a {
	background-image: url(images/pdown-item-gallary.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 62px;
	width: 118px;
}