@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 35px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 11px;
	left: 11px;
}
#main #title-area .update {
	top: 11px;
	right: 1px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}
#main .pos-re {
	position: relative;
}
#main .pos-ab {
	position: absolute;
}

/* main-visual */
#main .main-visual .pos-ab01 {
	top: 0;
	left: 262px;
}
#main .main-visual .pos-ab02 {
	top: 230px;
	left: 24px;
}

/* article01 */
#main .article01 {
	height: 819px;
	background: url(../img/article01_bg01.jpg) no-repeat;
}
#main .article01 dt {
	margin: 0 0 8px 180px;
}
#main .article01 ul {
	margin: 0 0 0 33px;
}
#main .article01 li {
	float: left;
	margin: 0 10px 19px 0;
}
#main .article01 li:nth-last-child(1),
#main .article01 li:nth-last-child(2),
#main .article01 li:nth-last-child(3) {
	margin-bottom: 0;
}

/* article02 */
#main .article02 {
	margin: 0 -63px 0 -50px;
	padding: 0 63px 0 50px;
	background: url(../img/article02_bg02.png) no-repeat;
}
#main .article02 dd {
	height: 395px;
	background: url(../img/article02_bg01.jpg) no-repeat;
}
#main .article02 dd > div {
	padding: 20px 0 0 173px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 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;
}