@charset "shift_jis";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01,
#main #section02 {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #main-title h3,
#main #main-title p,
#main #section01 h2,
#main #section01 p,
#main #section02 p {
	position: absolute;
	margin: 0;
	padding: 0;
}
#main #main-inner {
}

/* main-title */
#main #main-title {
	height: 1080px;
	background: url(../img/main_ttl_bg.png) no-repeat left top;
}
#main #main-title h2 {
	top: 17px;
	left: 15px;
}
#main #main-title .txt01 {
	top: 446px;
	left: -52px;
	z-index: 10;
}
#main #main-title .catch {
	top: 565px;
	left: 134px;
	z-index: 10;
}
#main #main-title h3 {
	top: 634px;
	left: 0;
}

/* section01 */
#cont-wrap {
	margin-top: -103px;
}
#main #section01 {
	height: 815px;
	background: url(../img/cont_wrap_bg01.png) no-repeat left top;
	z-index: 100;
}
#main #section01 h2 {
	top: 0px;
	left: -35px;
}
#main #section01 .txt01 {
	top: 358px;
	left: 250px;
}
#main #section01 .img01 {
	top: 402px;
	left: 39px;
}
#main #section01 .txt02 {
	top: 432px;
	left: 238px;
}
#main #section01 .txt03 {
	top: 415px;
	left: 438px;
}
#main #section01 .txt04 {
	top: 418px;
	left: 637px;
}
#main #section01 .txt05 {
	top: 631px;
	left: 43px;
}

/* section02 */
#main #section02 {
	top: -14px;
	height: 1990px;
	background: url(../img/cont_wrap_bg02.png) left top
}
#main #section02 .txt01 {
	top: 81px;
	left: 39px;
}
#main #section02 .txt02 {
	top: 540px;
	left: 39px;
}
#main #section02 .txt03 {
	top: 1021px;
	left: 39px;
}
#main #section02 .txt04 {
	top: 1536px;
	left: 39px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

