@charset "shift_jis";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01,
#main #section02,
#main #section03 {
	position: relative;
	width: 864px;
}
#main #main-title h2,
#main #main-title h3,
#main #main-title p,
#main #section01 h2,
#main #section01 h3,
#main #section01 p,
#main #section02 h2,
#main #section02 p,
#main #section03 h2,
#main #section03 p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 929px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: 23px;
	left: 47px;
}
#main #main-title .catch {
	top: 472px;
	left: 16px;
}
#main #main-title h3 {
	bottom: 25px;
	left: 12px;
}
#main #main-title .txt01 {
	right: 27px;
	bottom: 63px;
}
#main #title-area .update {
	top: 15px;
	right: 0;
}
/* section01 */
#main #section01 {
	height: 483px;
	background: url(../img/section01_bg.png) left top no-repeat;
}
#main #section01 h2 {
	top: 63px;
	right: 4px;
}
#main #section01 .txt01 {
	top: 251px;
	right: 33px;
}
#main #section01 .img {
	top: -26px;
	left: 16px;
}

/* section02 */
#main #section02 {
	height: 482px;
	background: url(../img/section02_bg.png) left top no-repeat;
}
#main #section02 h2 {
	top: 115px;
	left: 15px;
}
#main #section02 .txt01 {
	bottom: 33px;
	left: 0;
}
#main #section02 .img {
	top: -59px;
	right: -38px;
}

/* section03 */
#main #section03 {
	height: 483px;
	background: url(../img/section03_bg.png) left top no-repeat;
}
#main #section03 h2 {
	top: 62px;
	right: 4px;
}
#main #section03 .txt01 {
	right: 21px;
	bottom: 37px
}
#main #section03 .img {
	top: -24px;
	left: -23px;
}
#main .txt {
	margin: 0;
	padding: 0;
}

/* btn-theme */
#main .btn-theme {
	margin: 30px 0 0 0;
	text-align: center;
}

/* copyright */
.copyright {
	clear: both;
	width: 100%;
	line-height: 1;
	margin-top: 20px;
	color: #8c8c8c;
	text-align: center;	
	font-size: 10px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
