@charset "utf-8";
/* CSS Document */
body{
	background:#fff;
}

a:link{ color:#fff; text-decoration:none;}
a:hover{ color:#fff; text-decoration:none; background:#1144a2; padding:3px;}
a:visited{ color:#fff; text-decoration:none;}
a:active{ color:#fff; text-decoration:none;}

#container{
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	
}

header {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 47px;
	width: 336px;
	margin: -77px 0 0 -168px;
	z-index: 50;
	background: url(../img/common/logo.gif) no-repeat center top;
}



header h1 span{
	visibility: hidden;
	display: none;
}



#nav {
	height: 130px;
	width: 336px;
	margin:0 0 0 -168px;
	text-align: center;
	color:#fff;
}

#nav {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1002;
}

/*bnr_shop*/
#bnr_shop {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 47px;
	width: 336px;
	margin: -132px 0 0 -168px;
	z-index: 60;
}

#bnr_shop a:hover{
	text-decoration:none;
	background:none;
	padding:0;
}

/*bnr_shop 90 : 130516*/
#bnr_shop {
	height: 90px;
	margin: -175px 0 0 -168px;
}