/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
	font-size: 0px;
	line-height: 0px;
}
/*--------------------------------------------------
	全体
--------------------------------------------------*/
html {      
}
body {
	text-align: center;
	margin: 0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFE1A4;
	font-size: 12px;
	background-color: #1C0000;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #A87200;
	overflow: hidden;
}
a:hover{
	color: #644300;
}



.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	background-image: url(images/enter_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 557px;
	position: relative;
	margin-top: 30px;
}
/*--------------------------------------------------
	navigation
--------------------------------------------------*/
#navigation {
	height: 421px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navigation .enter a {
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 163px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 220px;
	right: 268px;
}
#navigation .enter a:hover {
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	background-position: 0px -29px;
}
#navigation .leave a {
	background-image: url(images/button_leave.jpg);
	background-repeat: no-repeat;
	height: 29px;
	width: 140px;
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 220px;
	right: 106px;
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 170px;
	line-height: 18px;
	padding-bottom: 100px;
}
#footer .attention {
	margin-bottom: 20px;
}
#footer .banner {}
#footer .banner ul {
	margin-top: 10px;
}
#footer .banner li {
	float: left;
	margin-right: 4px;
}
#footer .banner li img {
	border: 1px solid #634E0C;
	padding: 1px;
}