/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
}
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;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳＰゴシック";
	color: #000000;
	background-color: #DFDBCF;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}
a {
	color: #A93232;
	overflow: hidden;
	text-decoration: none;
}
a:hover {
	color: #A93232;
	text-decoration: underline;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	overflow: hidden;
	height: 516px;
	width: 830px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -258px;
	margin-left: -415px;
	text-align: center;
}
.border {
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	height: 2px;
	width: 830px;
}
* html #logo{ behavior: expression(IEPNGFIX.fix(this)); }
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 122px;
	width: 593px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#block {
	height: 34px;
	width: 344px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}

#block .enter {
	font-size: 0px;
	line-height: 0px;
	height: 34px;
	width: 164px;
	float: left;
}
#block .leave {
	font-size: 0px;
	line-height: 0px;
	height: 34px;
	width: 164px;
	float: right;
}
#footer {
	text-align: center;
	padding-top: 20px;
	letter-spacing: 0.2em;
}
#footer p {
	margin-bottom: 10px;
}
#banner {
	text-align: center;
}