@charset "utf-8";

/* title-area */
#main #title-area {
	height: 38px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 14px;
	left: 18px;
}
#main #title-area .update {
	top: 17px;
	right: 0px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* article共通 */
#main .article01,
#main .article02,
#main .article03 {
	margin: 0 -227px 0 -208px;
	padding: 0 227px 0 208px;
}

/* article01 */
#main .article01 {
	background: url(../img/article01_bg01.png) no-repeat;
}
#main .article01 li {
	float: left;
}

/* article02 */
#main .article02 {
	background: url(../img/article02_bg01.png) no-repeat;
}
#main .article02 li {
	float: left;
}

/* article03 */
#main .article03 {
	background: url(../img/article03_bg01.png) no-repeat;
}
#main .article03 li {
	float: left;
}

/* main-footer */
.main-footer {
	position: relative;
	padding-bottom: 32px;
}
.main-footer.f-border {
	margin: 13px 0 0;
	border-top: 1px solid #000;
}
.f-border {
	margin-top: 24px;
}
.main-footer .f-hard {
	position: absolute;
	top: 20px;
	right: 0;
}
.f-wrap {
	margin: 46px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	margin-top: 10px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
	margin: 10px 0 0;
}
.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: #FFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #FFF;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}
.f-soft-wrap {
	margin: 0 0 10px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}