@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

p {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background:#53A43B;
}

h2 {
	margin-bottom:15px;
}


/*---- box ----*/

#head {
	width:1020px;
	height:482px;
	margin:0 auto;
	background:url(img/img_01.jpg) no-repeat center top;
	position:relative;
}
#head_box {
	/* \*/
	overflow: hidden;
	/**/
	text-indent: -9999px;
}
#headText_01 {
	margin-top:20px;
	padding-right:70px;
	font-size:70%;
	color:#ffffff;
	text-align:right;
}
#headText_02 {
	width:670px;
	height:640px;
	position:absolute;
}
#btn_01 {
	position:absolute;
	top:365px;
	left:110px;
}


#contentBox {
	width:880px;
	margin:0 auto;
	padding:20px 0 30px 0;
	background:#ffffff url(img/bg_01.gif) no-repeat center bottom;
}

#contents {
	width:800px;
	margin:0 auto;
}

.box_01 {
	margin-bottom:80px;
}
.box_02 {
	margin-bottom:60px;
}


#end{
	width:800px;
	height:636px;
	margin:0 auto;
	position:relative;
}
#end_box {
	/* \*/
	overflow: hidden;
	/**/
	text-indent: -9999px;
}
#endText_01 {
	width:800px;
	height:395px;
	background:url(img/img_16.jpg) no-repeat center top;
}
#endText_02 {
	width:800px;
	height:241px;
	background:url(img/text_06.jpg) no-repeat center top;
}
#btn_02 {
	position:absolute;
	top:520px;
	right:10px;
}

#footer {
	padding:20px 0 30px 0;
	text-align:center;
}


/*---- other ----*/

img {
	border: 0;
}

.f_left {
	float:left;
}
.f_right {
	float:right;
}

.ft_01 {
	margin-top:20px;
	font-size:65%;
	color:#828282;
	text-align:left;
	line-height:1.5;
}

.mar_btm20 {
	margin-bottom:20px;
}


/* 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 */


