@charset "shift_jis";

/* main-inner */
#main #main-inner {
	position:relative;
	border:none;
}

/* main-visual */
#main #main-visual {
	height:409px;
	position:relative;
	background: url(../img/main_img_bg.png) no-repeat;
}
#main #main-visual h2,
#main #main-visual .img01,
#main #main-visual .txt01,
#main #main-visual .txt02{
	position:absolute;
}
#main #main-visual h2 {
	right:219px;
	top:101px;
}
#main #main-visual .txt01 {
	left:292px;
	top:357px;
}

/* article01 */
#main .article01 {
	position:relative;
	height:567px;
	background: url(../img/article01_bg.jpg) repeat-y;
}
#main .article01 h2,
#main .article01 .txt01,
#main .article01 .txt02{
	position:absolute;
}
#main .article01 h2 {
	left:20px;
	top:33px;
}
#main .article01 .txt01 {
	left:25px;
	top:175px;
}
#main .article01 .txt02 {
	left:20px;
	top:328px;
}

/* article02 */
#main .article02 {
	position:relative;
	height:759px;
	background: url(../img/article02_bg.jpg) repeat-y;
}
#main .article02 h2,
#main .article02 dt,
#main .article02 dd,
#main .article02 .txt01,
#main .article02 .txt02{
	position:absolute;
}
#main .article02 h2 {
	left:96px;
	top:15px;
}
#main .article02 dl.list01 dt {
	left:-11px;
	top:112px;
}
#main .article02 dl.list01 .txt01 {
	left:70px;
	top:380px;
}

#main .article02 dl.list02 dt {
	left:488px;
	top:121px;
}
#main .article02 dl.list02 .txt01 {
	left:518px;
	top:381px;
}

#main .article02 dl.list03 dt {
	left:189px;
	top:444px;
}
#main .article02 dl.list03 .txt01 {
	left:309px;
	top:663px;
}
#main .article02 dl.list03 .gerda {
	left:-12px;
	top:477px;
	z-index:21;
}
#main .article02 dl.list03 .molly {
	left:627px;
	top:425px;
	z-index:22;
}

/* article03 */
#main .article03 {
	position:relative;
	height:412px;
	background: url(../img/article03_bg.jpg) repeat-y;
}
#main .article03 h2,
#main .article03 .txt01,
#main .article03 .txt02{
	position:absolute;
}
#main .article03 h2 {
	left:25px;
	top:33px;
}
#main .article03 .txt01 {
	left:25px;
	top:110px;
}
#main .article03 .txt02 {
	left:25px;
	top:270px;
}


/* 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: 100px;
	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;
	line-height:1.6;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
