@charset "UTF-8";

html {
	background-color: transparent;
	background-image: none;
}

body {
	background: #000000 url(../img/bg.jpg) top center no-repeat;
	text-align: center;
}

#wrapper {
	width: 1280px;
	margin: 0px auto;
	white-space: nowrap;
}

#wrapper a {
	text-decoration: none;
}

#wrapper a:focus {
	overflow: hidden;
}

/*----------------------------------------------------------

content

----------------------------------------------------------*/
#content {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 6px;
	text-align: left;
}

.logo {
	margin-left: 14px;
}

.btn a {
	display: block;
	background-image: url(../img/btn00-02.png);
	height: 733px;
	float: left;
	text-indent: -999em;
}

.btn00 a {
	width:420px;
	background-position: -0px -0px;
}
.btn00 a:hover {
	background-position: -0px -733px;
}

.btn01 a {
	width:412px;
	background-position: -420px -0px;
}
.btn01 a:hover {
	background-position: -420px -733px;
}
.btn02 a{
	width:415px;
	background-position: -832px -0px;
}
.btn02 a:hover{
	background-position: -832px -733px;
}


/*----------------------------------------------------------

footer

----------------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	top: 10px;
	color: #FFFFFF;
}

#copyright {
	clear: both;
	float: right;
	text-align: right;
}
