@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.4;
}

img{
	border:none;
}

#container{
	width:px;
	margin:10px auto;
	padding-top:30px;
	text-align:center;
	background:url(img/bg1.gif) no-repeat top center;
}

h1{
	color:#6fa900;
	font-size:12px;
}

h2{
	margin:20px 0;
}

.sub{
	margin-top:10px;
}

.btn{
	margin:20px auto;
	width:325px;
}

.btn a{
	display:block;
	overflow:hidden;
	height:60px;
	width:325px;
}

.btn a:hover img{
	margin-top:-60px;
}

.end{
	margin-top:20px;
}

#footer{
	background:url(img/bg2.gif) no-repeat bottom center;
	padding-top:130px;
	height:23px;
	margin-top:-100px;
}

*:first-child+html .btn{
	position:relative;
	z-index:100;
}

*:first-child+html #footer{
	position:relative;
	z-index:1;
}

