@charset "utf-8";
/* CSS Document */

.index_wrapper {
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

.middle {
	background:none;
	width:1000px;
	max-width:1000px;
	padding:0;
}

.index_wrapper h1 {
	font-size:0px;
	text-indent:-9999px;
}

.index_wrapper h2 {
	margin:0;
	padding:0;
	font-size:0px;
	text-indent:-9999px;
}

.index_wrapper .c_p {
	font-size:0px;
	text-indent:-9999px;
}

.index_content {
	padding:0;
	margin:0 auto;
	width:1000px;
	position:relative;
}

.goto {
	margin:0;
	padding:0;
}

.goto a {
	position:absolute;
	top:1303px;
	left:776px;
	margin:0;
	padding:0;
	width:153px;
	height:55px;
	display:block;
	font-size:0px;
	text-indent:-9999px;
	background-image:url(../images/btn.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	z-index:1;
	overflow:hidden;
}

.goto a:hover {
	background-position:0px -55px;
}
