@charset "shift_jis";

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-title,
#main #section01 {
	position: relative;
	width: 864px;
}
#main #main-title img,
#main #section01 img {
	vertical-align: bottom;
}
#main #main-title h2,
#main #main-title h3,
#main #main-title p,
#main #main-title div,
#main #main-title span,
#main #section01 h2,
#main #section01 h3,
#main #section01 p,
#main #section01 dl {
	position: absolute;
	margin: 0;
	padding: 0;
}

/* main-title */
#main  #main-title {
	height: 1205px;
	background: url(../img/main_title_bg.png) left top no-repeat;
}
#main  #main-title h2 {
	top: 79px;
	right: 0;
}
#main  #main-title .logo {
	top: 13px;
	right: 13px;
}
#main  #main-title .catch {
	top: 290px;
	right: 32px;
}
#main  #main-title .img01 {
	top: -4px;
	left: -33px;
	z-index: 10;
}
#main  #main-title .img02 {
	top: 326px;
	right: -64px;
}
#main  #main-title .about {
	left: 21px;
	bottom: 96px;
}
#main  #main-title .about .about-inner {
	position: relative;
	width: 822px;
	height: 557px;
	background: url(../img/main_about_bg.png) left top no-repeat;
}
#main  #main-title .about .about-inner h3 {
	top: 26px;
	left: 201px;
}
#main  #main-title .about .about-inner .txt01 {
	top: 103px;
	left: 63px;
}
#main  #main-title .about .about-inner .link {
	top: 88px;
	left: 58px;
	z-index: 10;
}
#main  #main-title .about .about-inner .img01 {
	top: 277px;
	left: 60px;
}
#main  #main-title .about .about-inner .img02 {
	top: 99px;
	right: 44px;
}

/* section01 */
#main #section01 {
	height: 2165px;
	background: url(../img/section01_bg.png)  left top repeat-y;
}
#main #section01 h2 {
	top: -51px;
	left: 133px;
}
#main #section01 dt,dd {
	margin: 0;
	padding: 0;
}
#main #section01 .list01 {
	top: 99px;
	right: 154px;
}
#main #section01 .list02 {
	top: 471px;
	left: 142px;
}
#main #section01 .list03 {
	top: 794px;
	right: 152px;
}
#main #section01 .list04 {
	top: 1174px;
	left: 141px;
}
#main #section01 .list05 {
	top: 1487px;
	right: 154px;
}

#main #section01 .img01 {
	top: 70px;
	left: 30px;
}
#main #section01 .img02 {
	top: 402px;
	right: 21px;
}
#main #section01 .img03 {
	top: 765px;
	left: 30px;
}
#main #section01 .img04 {
	top: 1199px;
	right: 83px;
}
#main #section01 .img05 {
	top: 1460px;
	left: 30px;
}
#main #section01 .img06 {
	top: 44px;
	right: -21px;
}
#main #section01 .img07 {
	top: 618px;
	left: 13px;
}
#main #section01 .img08 {
	top: 1008px;
	right: 19px;
}
#main #section01 .img09 {
	top: 1185px;
	left: 18px;
}
#main #section01 .img10 {
	top: 1511px;
	right: 21px;
}
#main #section01 .txt01 {
	top: 1807px;
	left: 36px;
}
#main #section01 p {
	z-index: 10;
}

/* main-footer */
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer {
	width: 864px;
	position: relative;
	margin: 20px 0 32px 0;
	padding-top:20px;
	/*border-top: 1px solid #000;*/
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 56px;
	padding: 20px 0 0;
	border-top: 1px solid #C1C1C1;
}

.main-footer .f-hard {
	position: absolute;
	top: 20px;
	right: 0;
}
.f-wrap {
	margin: 20px 0 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	float: right;
	width: 443px;
	height: 55px;
	margin: 0 0 15px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
