@charset "UTF-8";
/* CSS Document */

body {
	background:#000 url("../images/bg_index.jpg") no-repeat center top;
}

header {
	background: none;
	border: none;
	box-shadow: none;
}

h1 {
	background: none!important;
}

#content {
	width: 1000px;
	margin: 0 auto;
}

#content h2 {
	margin: 0 0 0 15px;
}

#enter {
	width: 240px;
	margin: 15px 0 30px 153px;
	text-align: center;
}

#enter a {
	color: #fff;
	font-size: 4rem;
	font-weight: normal;
	font-family: 'libre_baskervilleregular';
}

#enter a span {
	display: block;
	font-size: 1rem;
	text-align: center;
}

#leave_txt {
	width: 555px;
	color: #fff;
	text-align: center;
}

#leave_txt p {
	font-size: 0.9rem;
	line-height: 2;
}

#leave_txt a {
	font-size: 0.9rem;
	color: #ffbc81;
}

#index_txt {
	margin: 70px 0 0;
	color: #959595;
}

#index_txt p {
	line-height: 2;
}

footer {
	padding: 10px 0;
	background: #000;
}

#copyright {
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

#index_bnr {
        margin: 40px 0;
        font-size: 0;
}

#index_bnr li {
        display: inline-block;
}