@charset "utf-8";
/* CSS Document */

#world-top, #world1, #world2, #world3 {
	position: absolute;
	left: 400px;
}
	#world-top {
		top: 150px;
	}
	#world1 #text, #world2 #text, #world3 #text{
		top: 242px;
		left: 459px;
		visibility: hidden;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		line-height: 29px;
		text-indent: -9999999px;
	}
	#world1, #world2, #world3 {
		top: 350px;
		visibility: hidden;
	}

#world1_btn, #world2_btn{
	position: absolute;
	width: 309px;
	height: 522px;
	overflow: hidden;
}
#world3_btn {
	position: absolute;
	width: 260px;
	height: 503px;
	overflow: hidden;
}
#world1_btn {
	top: -132px;
	left: -280px;
}
#world2_btn {
	top: -132px;
	left: -69px;
}
#world3_btn {
	top: -113px;
	left: 164px;
}
#world1_btn a, #world2_btn a{
	display: block;
	height: 1044px;
}
#world3_btn a {
	display: block;
	height: 1006px;
}
#world1_btn a, #world1_btn a:visited {
	background: url(../images/world/world1.png) 0 0 no-repeat;
}
#world2_btn a, #world2_btn a:visited {
	background: url(../images/world/world2.png) 0 0 no-repeat;
}
#world3_btn a, #world3_btn a:visited {
	background: url(../images/world/world3.png) 0 0 no-repeat;
}
#world1_btn a:hover, #world1_btn a:active,
#world2_btn a:hover, #world2_btn a:active {
	background-position: 0 -522px;
}
#world3_btn a:hover, #world3_btn a:active {
	background-position: 0 -503px;
}


/*----- mov -----*/
#worldmov {
	position: absolute;
	top: 5px;
	left: 324px;
	width: 210px;
	height: 128px;
	overflow: hidden;
}
.w_story a {
	display: block;
	height: 256px;
	background: url(../images/world/story_mov.png) 0 0 no-repeat;
}
.w_sg a {
	display: block;
	height: 256px;
	background: url(../images/world/sg_mov.png) 0 0 no-repeat;
}
.w_cos a {
	display: block;
	height: 256px;
	background: url(../images/world/cos_mov.png) 0 0 no-repeat;
}
#worldmov a:hover, #worldmov a:active {
	background-position: 0 -128px;
}


/*----- contact -----*/
#footer_contact {
	top: -36px;
	left: 770px;
}
footer {
	margin-top: 6px;
}



/*----- return -----*/
#return {
	position: absolute;
	top: -44px;
	left: 387px;
	width: 148px;
	height: 42px;
	overflow: hidden;
}
	#return a, #return:visited {
		display: block;
		width: 148px;
		height: 84px;				
		background: url(../images/world/return_btn.png) 0 0 no-repeat;
	}
	#return a:hover, #return:active {
		background-position: 0 -42px;
	}



