/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	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 {   
    overflow-y:scroll;   
}
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;
	overflow: hidden;
}
a:hover{
	color: #DD0016;
	text-decoration: none;
}

/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	text-align: left;
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.main_image {
	background-image: url(images/main_image.jpg);
	background-repeat: no-repeat;
	height: 450px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.main_image h1 {
	padding-top: 100px;
	padding-left: 360px;
}
ul {
	width: 191px;
	margin-right: auto;
	margin-left: auto;
}
li {
	margin-bottom: 30px;
}

.enter a {
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 191px;
	text-indent: -9999px;
	display: block;
}
.enter a:hover {
	background-image: url(images/button_enter.jpg);
	background-repeat: no-repeat;
	height: 36px;
	width: 191px;
	text-indent: -9999px;
	display: block;
	background-position: 0px -36px;
}
.leave a {
	background-image: url(images/button_leave.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 191px;
	text-indent: -9999px;
	display: block;
}
.leave a:hover {
	background-image: url(images/button_leave.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 191px;
	text-indent: -9999px;
	display: block;
	background-position: 0px -25px;
}
.footer {
	text-align: center;
	line-height: 18px;
	letter-spacing: 0.2em;
}
.footer address {
	margin-top: 10px;
	letter-spacing: 0.1em;
}