﻿@charset "UTF-8";

/* CSS Information ========================================
File name: style.css
Date 2011.11.09 new
======================================================= */
html,
body,
#bg{
width:100%;
height:100%;
overflow:hidden;
}
#bg img{
min-height:50%;
min-width:50%;
margin:0 auto;
visibility:hidden;
}

body{
	position:relative;
	margin:0;
	padding:0;
}

#wrapper #enter {
	position:absolute;
	top:36px;
	left:36px;
	z-index:999;
	background:url('../image/enter/Naijel_Enter_bottun.png') no-repeat;
	width:77px;
	height:102px;
}

#wrapper #enter a {
	position:absolute;
	z-index:999;
	background:url('../image/enter/Naijel_Enter_bottun.png') no-repeat;
	text-indent:-9999px;
	width:77px;
	height:102px;
}

#wrapper #enter a:hover {
	/*background-image:none !important;*/
}

.word {
	z-index:9999;
	position:absolute;
	top:73px;
	left:73px;
}
.word a {
	z-index:9999;
	position:absolute;
}


.bg {
	z-index:0;
	position:absolute;
	top:0;
	left:0;
}

img {
	border:none;
}

a:focus {
	outline:none;
}
