@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 36px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	bottom: -1px;
	left: 17px;
}
#main #title-area .update {
	top: 17px;
	right: 15px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}
#main #main-inner .chara {
	position: absolute;
}

/* main-visual */
#main .main-visual {
	position: relative;
}
#main .mv-bg01 {
	margin: 0 0 0 -16px;
	padding: 0 0 0 16px;
	background: url(../img/main_visual_bg01.png) no-repeat;
}
#main .chara01 {
	top: 332px;
	right: -138px;
}
#main .chara02 {
	bottom: -9px;
	left: -65px;
}

/* article01 */
#main .article01 {
	position: relative;
}
#main .chara03 {
	top: 9px;
	right: -78px;
}
#main .chara04 {
	top: 386px;
	left: -49px;
}
#main .chara05 {
	top: 454px;
	right: -51px;
}

/* article02 */
#main .article02 dd dl {
	float: left;
}

/* article02 */
#main .article03 {
	position: relative;
	height: 176px;
	background: url(../img/article03_bg01.png) no-repeat;
}
#main .article03 p {
	position: absolute;
	top: 68px;
	right: 1px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 50px 0 0;
	padding-bottom: 32px;
}
.f-border {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid #C1C1C1;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 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;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}