@charset "UTF-8";
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #fff;
}

body{
	margin: 0;
	padding: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img,a,table{ border-style: none; }

a { border: none; background:transparent; }
p {margin: 0; padding: 0;}
/************* main image *******************************/

h1 {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto!important;
	padding: 0;
	text-align: center;
}
h1 img {
	width: 100%;
	height: auto;
	display: block;
}
#container {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #ff3388;
}
.main {
	width: 238px;
	height: 350px;
	margin: auto;
	padding: 0;
}

.mark18kin {
	width: 56px;
	height: 56px;
	margin: 0 auto 0 auto;
	padding: 10px 0 0 0;
	background: url(../images/mark18kin.png) no-repeat 0 10px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
p.read {
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
p.copy {
	font-size: 14px;
	text-align: center;
	margin: 20px 0 20px 0;
}
nav {
	width: 238px;
	height: 70px;
	margin: 0 auto 20px auto;
	padding: 0;
}

.enter a {
	width: 109px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_yes_n.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	float: left;
}
.enter a:hover {
	width: 109px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_yes_h.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}

.leave a {
	width: 109px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_no_n.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	float: right;
}
.leave a:hover {
	width: 109px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: url(../images/nav_no_h.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
p.heaven a {
	width: 238px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: url(../images/nav_index_heaven_n.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
p.heaven a:hover {
	width: 238px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: url(../images/nav_index_heaven_h.png) no-repeat 0 0;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
}
.left { float: left; }
.right { float: right; }
.clearfix {zoom:1;}
.clearfix:after {content: ""; display: block; clear: both;}