/* CSS Document */
/********************************
レイアウト
*********************************/
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	margin:0;
	padding:0;
	background-color: #000;
	background-repeat: repeat;
	height: 100%;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color:#890000;
	text-decoration: underline;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* wrapper */
div#wrapper {
	margin:0 auto;
	width:1024px;
	clear:both;
}

/* main */
div#main {
	margin:0;
	width:1024px;
	height:620px;
}
#contents_01 {
	height: 100%;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
.contents_main {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30%;
	text-align: center;
}
.text {
	padding-top: 5%;
}
.yes_no {
	padding-top: 5%;
	height: 100%;
	width: 100%;
}

/* menu */
div#menu {
	width:1024px;
	height:55px;
	text-align: center;
}
/*.menu_btn {
	margin-top: 5px;
}*/



/* footer */
/*div#footer {
	width:1024px;
	height:48px;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_img.gif);
	background-repeat: no-repeat;
}

div#footer_left {
	float:left;
	text-align:left;
	vertical-align: middle;
}

div#footer_right {
	float:right;
	text-align:right;
	margin-top: 5px;
	margin-right: 25px;
}*/

/*div#copyrights {
	clear:both;
	width:960px;
}*/

/* TOS */
div#tos {
	width:660px;
	margin:0 auto;
	background:white;
	font-size:12px;
	letter-spacing:0.1em;
}

div#tos h2{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	background-color: #996600;
	color: #FFFFFF;
	line-height:200%;
}

div#tos_main {
	padding:15px;
	line-height:160%;
}
.hide {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.index_no {
	height: auto;
	float: right;
	width: auto;
}
.index_yes {
	height: 0%;
	width: auto;
	float: left;
}

/*.update_title {
	text-align: center;
	padding-top: 0px;
	width: 105px;
	margin-right: auto;
	margin-left: auto;
}*/
h2 {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
a img {
	　　border-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h3 {
	font-size: 150%;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
h4 {
	padding: 0px;
	margin: 0px;
}

h5 {
	margin: 0px;
	padding: 0px;
}
