/* PROLOGUE　ONLY -------------------------------- */
#contents_mainprologue {
	position: relative;
	width: 998px;
	height: 1361px;
	margin: 0 auto;
	z-index:3;
	min-height:100%;
	overflow:auto;
	background-image:url(../world/images/prologue.png);
}

#ss_top {
	position: relative;
	width: 998px;
	height: 90px;
	margin: 0 auto;
	z-index:4;
	overflow:hidden;
	background: url(../world/images/top_ss.png) no-repeat top center;
}

#word_top {
	position: relative;
	width: 998px;
	height: 90px;
	margin: 0 auto;
	z-index:4;
	overflow:hidden;
	background: url(../world/images/top_word.png) no-repeat top center;
}


/* --------------------SIDE-MENU-------------------- */
#sidemenu_prologue {
	top:90px;
	float: left;
	position: relative;
	left:13px;
	width: 252px;
}
.sidem01 a {
	display:block;
	width:252px;
	height:54px;
	background:url(../world/images/m01.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin: 0px auto;
	margin-bottom:2px;
}
.sidem01 a:hover, .sidem01 a.on {
	background-position:right bottom;
}
.sidem02 a {
	display:block;
	width:252px;
	height:54px;
	background:url(../world/images/m02.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin: 0px auto;
	margin-bottom:2px;
}
.sidem02 a:hover, .sidem02 a.on {
	background-position:right bottom;
}
.sidem04 a {
	display:block;
	width:252px;
	height:54px;
	background:url(../world/images/m04.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	margin: 0px auto;
	margin-bottom:2px;
}
.sidem04 a:hover, .sidem04 a.on {
	background-position:right bottom;
}


/* --------------------WORD--SIDE-MENU-------------------- */

.sidemrow {
	width:252px;
	height:50px;
	outline:none;
	margin: 0px auto;
	margin-bottom:2px;
}


/* --------------SIDE-MENU/KEYWORD-------------------- */

.keym01 a {
	display:block;
	width:125px;
	height:50px;
	background:url(../world/images/keym01.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float:left;
	margin-right:2px;
}
.keym01 a:hover, .keym01 a.on {
	background-position:right bottom;
}
.keym02 a {
	display:block;
	width:125px;
	height:50px;
	background:url(../world/images/keym02.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float:right;
}
.keym02 a:hover, .keym02 a.on {
	background-position:right bottom;
}
.keym03 a {
	display:block;
	width:125px;
	height:50px;
	background:url(../world/images/keym03.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float:left;
	margin-right:2px;
}
.keym03 a:hover, .keym03 a.on {
	background-position:right bottom;
}
.keym04 a {
	display:block;
	width:125px;
	height:50px;
	background:url(../world/images/keym04.jpg) no-repeat left top;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
	float:right;
}
.keym04 a:hover, .keym04 a.on {
	background-position:right bottom;
}

