@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

p {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:url(img/bg_01.jpg) repeat-x center top;
}

/*---- box ----*/

#contents {
	width:870px;
	margin:0 auto;
	padding-bottom:30px;
}

#boxEnd {
	width:870px;
	height:655px;
	margin-bottom:30px;
	background:url(img/img_04.jpg) no-repeat center top;
	position:relative;
}
#box_01 {
	/* \*/
	overflow: hidden;
	/**/
	text-indent: -9999px;
}

#btn_01 {
	text-align:center;
	position:absolute;
	top:520px;
	left:140px;
}

#footer {
	padding:15px 0 20px 0;
	text-align:center;
	background-color:#B9B9B9;
}


/*---- other ----*/

img {
	border: 0;
}

.f_left {
	float:left;
}
.f_right {
	float:right;
}

.ft_01 {
	width:640px;
	margin:0 auto;
	font-size:65%;
	color:#999999;
	line-height:1.8;
	text-align:left;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* clearfix end */


