@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: 12px;
}
#main #title-area .update {
	top: 12px;
	right: -1px;
}

/* ㏑ */
#main {
	width: 865px;
	padding-left: 19px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	position: relative;
}
#main .main-visual .pos-ab01 {
	position: absolute;
	top: 659px;
	left: 30px;
}

/* article-wrap */
#main .article-wrap {
	padding: 0 0 60px;
	background: url(../img/article_wrap_bg01.gif) repeat-y;
}
#main .article-wrap .article {
	position: relative;
	width: 805px;
	margin: 0 0 0 30px;
	padding: 30px 0 0 0;
}

/* article01 */
#main .article01 .pos-ab01 {
	position: absolute;
	top: 185px;
	left: -86px;
}

/* article02 */
#main .article02 .pos-ab01 {
	position: absolute;
	top: 169px;
	left: 713px;
}

/* article03 */
#main .article03 {
	position: relative;
}
#main .article03 .pos-ab01 {
	position: absolute;
	top: 851px;
	left: 81px;
	width: 279px;
}
#main .article03 .pos-ab01 p {
	float: left;
}
#main .article03 .clr li {
	float: left;
}

/* article04 */
#main .article04 dt {
	margin: 0 0 12px;
	text-align: center;
}
#main .article04 .movie div {
	box-sizing: border-box;
	width: 804px;
	background: #430000;
	padding: 4px;
	border-radius: 5px;
}

/* 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;
}