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

body {
    color: #FFFFFF;
    font-family: "メイリオ","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
    font-size: 11px;
    line-height: 16px;
    background-color: #000000;
    background-image: url(../img/bg3.jpg);
    background-position: center top;
    background-repeat:  no-repeat;
	width: 100%;
	}
	
* {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	border:0;
}

html, div, map, dt, isindex, form {
    display: block;
}

address, blockquote, body, caption, center, col, colgroup, dd, dir, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, html, isindex, li, listing, map, marquee, menu, noframes, ol, p, plaintext, pre, table, tbody, td, tfoot, th, thead, tr, ul, xmp {
    unicode-bidi: embed;
}


.twrapper {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: transparent;
    background-image: url(../img/bg.jpg);
    background-position: center top;
    background-repeat:  no-repeat;
    height: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.btn {
	width:400px;
	height:520px;
	margin:auto;
	position:relative;
}

.enter_btn {
	width:210px;
	height:58px;
	position:absolute;
	border:none;
	display:block;
	left: 205px;
	top: 550px;
}

.leave_btn {
	width:210px;
	height:58px;
	position:absolute;
	border:none;
	display:block;
	right: 205px;
	top: 550px;
}

.link_group {
	width:500px;
	height:52px;
	margin:20px auto;
}
.link_box {
	width:150px;
	height:50px;
	float:left;
	margin:0 5px;
}
