@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: 8px;
	left: 11px;
}
#main #title-area .update {
	top: 12px;
	right: 0;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	margin: 0 -66px 0 -42px;
	padding: 0 66px 0 42px;
	background: url(../img/main_visual_bg01.png) no-repeat;
}
#main .main-visual li {
	float: left;
}

/* article01 */
#main .article01 li {
	float: left;
}
#main .article01 .btn {
	clear: left;
	float: none;
	height: 109px;
	padding: 0 0 0 28px;
	background: url(../img/article01_bg01.jpg) no-repeat;
}

/* article01 */
#main .article02 {
	margin: 0 -22px 0 -16px;
	padding: 0 22px 0 16px;
	background: url(../img/article02_bg01.png) no-repeat;
}
#main .article02 .a02-03 dt,
#main .article02 .a02-03 dd {
	float: left;
}

/* article03 */
#main .article03 {
	margin: 0 -29px 0 -24px;
	padding: 0 29px 0 24px;
	background: url(../img/article03_bg01.png) no-repeat;
}
#main .article03 .a03-03 dt,
#main .article03 .a03-03 dd {
	float: left;
}

/* article04 */
#main .article04 .movie {
	width: 844px;
	height: 467px;
	padding: 4px 0 0 20px;
	background: url(../img/article04_bg01.jpg) no-repeat;
}

/* 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;
}