@charset "UTF-8";

/* ========================================
	base
======================================== */
html,
body {
	height: 100%;
	background-color: #FFF;
}
body > #wrapper {
	height: auto;
}
#header {
	position: relative;
	margin: 0 auto;
	min-width: 960px;
	top: 0;
	z-index: 110;
}
#wrapper {
	position: relative;
	height:100%;/* for IE6 */
	min-height:100%;
}
#contents{
	background-image: url(../playmode/images/bg_base.jpg);
	background-position: center top;
	background-repeat: repeat;	
}

/* ========================================
	#area1
======================================== */
#area1{
	height: 297px;
}
.area1-bg{
	background-image: url(../playmode/images/bg_area1.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 297px;
}
#area1 .lead{
	position: absolute;
	top: 50px;
	left: -78px;
}
#area1 .main-txt{
	position: absolute;
	top: 120px;
	left: -5px;
}
#area1 .img1{
	position: absolute;
	top: 49px;
	left: -73px;
}
#area1 .img2{
	position: absolute;
	top: 101px;
	left: -16px;
}
#area1 .img3{
	position: absolute;
	top: 13px;
	left: 743px;
	z-index:100;
}
#area1 .img4{
	position: absolute;
	top: 77px;
	left: 854px;
	z-index: 100;
}


/* ========================================
	#area2
======================================== */
#area2{
	background-image: url(../playmode/images/bg_area2.jpg);
	background-position: center top;
	background-repeat: repeat;
	height: 569px;
	position: relative;
}
#area2 .inner{
	z-index: 10;
}
.area2-bg{
	background-image: url(../playmode/images/bg_area2.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 569px;
}
.lace-top{
	background-image: url(../playmode/images/lace_top.png);
	background-position: center top;
	background-repeat: repeat-x;
	height: 569px;
}
.lace-bottom{
	background-image: url(../playmode/images/lace_bottom.png);
	background-position: center bottom;
	background-repeat: repeat-x;
	height: 569px;
}
.ribbon-top{
	background-image: url(../playmode/images/ribbon_top.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 270px;
	height: 246px;
	position: absolute;
	top: 0;
	left: 0;
}
.ribbon-bottom{
	background-image: url(../playmode/images/ribbon_bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	width: 244px;
	height: 200px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#area2 .img1{
	position: absolute;
	top: -56px;
	left: -40px;
}
#area2 .img2{
	position: absolute;
	top: 64px;
	left: 0px;
}
#area2 .img3{
	position: absolute;
	top: 131px;
	left: 2px;
	z-index: 10;
}
#area2 .img4{
	position: absolute;
	top: 118px;
	left: 436px;
}

/* ========================================
	#area3
======================================== */
#area3{
	height: 500px;
}
.area3-bg{
	background-image: url(../playmode/images/bg_area3.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 500px;
}
#area3 .img1{
	position: absolute;
	top: -29px;
	left: -40px;
}
#area3 .img2{
	position: absolute;
	top: 98px;
	left: 0px;
}
#area3 .img3{
	position: absolute;
	top: 171px;
	left: -23px;
}
#area3 .img4{
	position: absolute;
	top: 140px;
	left: 481px;
}

/* ========================================
	#footer
======================================== */
#footer {
	text-align: center;
}

#footer .copyright {
	float: right;
}


