@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	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: #666666;
	background-color: #FFFFFF;
	font-size: 10px;
}
.clear {
	clear: both;
	float: none;
	font-size: 0px;
	line-height: 0px;
}

a {
	color: #FF6070;
	text-decoration: none;
}
a:hover{
	color: #DD0016;
	text-decoration: none;
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	overflow: hidden;
	height: 500px;
	width: 880px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -440px;
	text-align: left;
}


h1 {
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.2em;
}
#main {
	background-image: url(images/main_image.jpg);
	background-repeat: no-repeat;
	height: 340px;
	width: 880px;
}
#main .menu {
	padding-top: 270px;
	padding-left: 600px;
}
#main .enter a {
	background-image: url(images/enter.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 120px;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}
#main .leave a {
	background-image: url(images/leave.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width: 110px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-top: 3px;
	margin-left: 10px;
	overflow: hidden;
}
#footer {
	line-height: 14px;
	letter-spacing: 0.3em;
	padding-top: 10px;
}
#footer p {
	padding-top: 10px;
	letter-spacing: 0em;
}
#banner {
	margin-top: 10px;
}
#banner img {
	padding: 2px;
	border: 1px solid #FEE1BA;
}