@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 p,
#main #section01 h2,
#main #section01 p,
#main #section01 li,
#main #section02 h2,
#main #section02 p {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main #main-title {
	height: 584px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main #main-title h2 {
	top: -52px;
	left: -35px;
}

/* section01 */
#main #section01 {
	height: 1180px;
	background: url(../img/section01_bg.png) left top no-repeat;
}
#main #section01 h2 {
	top: 0;
	left: 16px; 
}
#main #section01 .txt {
	top: 125px;
	left: 28px;
}
#main #section01 .img {
	top: 109px;
	right: 21px;
}
#main #section01 .chara {
	top: 293px;
	right: -11px;
}
#main #section01 .logo {
	top: 662px;
	left: 312px;
}
#main #section01 .corner01 {
	top: 567px;
	left: 28px;
}
#main #section01 .corner02 {
	top: 684px;
	right: 20px;
}
#main #section01 .corner03 {
	top: 794px;
	left: 6px;
}
#main #section01 .corner04 {
	top: 477px;
	right: 26px;
}
#main #section01 .corner05 {
	top: 849px;
	left: 345px;
}

/* section02 */
#main #section02 {
	height: 1058px;
	background: url(../img/section02_bg.png) left top no-repeat;
}
#main #section02 h2 {
	top: 26px;
	left: 16px; 
}
#main #section02 .txt {
	top: 144px;
	right: 38px;
}
#main #section02 .btn {
	top: 290px;
	right: 59px;
}
#main #section02 .img {
	top: 144px;
	left: 20px;
}
#main #section02 .chara {
	bottom: 0;
	left: 0;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
