@charset "utf-8";
/* 夜のから騒ぎ base.css */

* {
	font-style: normal;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 12px;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 75%;
	line-height: 1.3;
	color: #eadd76;
	background: url(../images/enterBg_center.jpg) no-repeat center top #000;
	text-align:center;
}
li {
	list-style:none;
}
/*--------------------------------------
              link style
--------------------------------------*/
a img {
	border: none;
}
a:link {
	color: #f94a4a;
	text-decoration: underline;
}
a:visited {
	color: #f94a4a;
	text-decoration: underline;
}
a:hover {
	color: #f94a4a;
	text-decoration: none;
}
a:active {
	color: #f94a4a;
	text-decoration: none;
}
strong {
	font-weight:bold;
}
/*--------------------------------------
              basic layout
--------------------------------------*/
h1 {
	font-size:14px;
	color:#e9b512;
	font-weight:bold;
	margin:10px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	margin:10px;
}
h3 {
	font-size:12px;
}
#wapper {
	margin: auto;
	width: 970px;
	height: 700px;
	position: relative;
}
#navi {
	position:relative
}
#navi #enter {
	width:250px;
	height:55px;
	position:absolute;
	top:210px;
	right:150px;
}
#navi #exit {
	width:130px;
	height:55px;
	position:absolute;
	top:143px;
	right:30px;
}
p {
	width:970px;
	position:absolute;
	top:480px;
	left:0px;
	color:#FFF;
}
#QR {
	background: url(../images/enterQR.jpg) no-repeat top;
	height: 120px;
	width: 671px;
	position:absolute;
	top:550px;
	left:108px;
	color:#FFF;
	padding: 90px 0px 0px 83px;
	text-align:left;
	line-height:180%;
	font-size:13px;
}
/*--------------------------------------
              footer navi
--------------------------------------*/
#footer {
	height: 40px;
	width: 970px;
	background:url(../images/bgFooter.jpg) bottom no-repeat;
	clear:both;
	text-align:center;
	color:#000;
	font-weight:bold;
	position:absolute;
	top:800px;
	left:0px;
}
#footer a {
	color:#000;
}
#copyright {
	color:#000;
	text-align:center;
	padding:5px;
}
/*--------------------------------------
              class
--------------------------------------*/
.white {
	color: #FFF;
}
.clear {
	clear: both;
	border-style: none;
	margin: 0px;
	padding: 0px;
	height: 10px;
}
