@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;
	top: 18px;
	left: 8px;
}
#main #title-area .update {
	top: 18px;
	right: 4px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}

/* article01 */
#main .article01 .a01-01 {
	margin: 0 -40px 0 -22px;
}

/* article02 */
#main .article02 .cl {
	float: left;
}
#main .article02 .cr {
	float: left;
	width: 677px;
}
#main .article02 .cr li {
	float:left;
}

/* article03 */
#main .article03 .a03-01 {
	margin: 0 -6px 0 0;
}

/* article04 */
#main .article04 {
	width: 864px;
	height: 288px;
	background: url(../img/article04_bg01.jpg) no-repeat;
}
#main .article04 .a04-01 {
	padding: 63px 0 13px 264px;
}
#main .article04 .a04-02 {
	padding: 0 0 0 355px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 0 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: 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;
	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;
}