@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: 13px;
	left: 15px;
}
#main #title-area .update {
	top: 15px;
	right: 0;
}

/* main-inner */
#main #main-inner {
	border: none;
	background: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	margin: 0 -112px 0 0;
	background: url(../img/main_visual_bg.png) no-repeat 100% 0;
}
#main .main-visual div {
	float: left;
}
#main .main-visual clr {
	clear: both;
}

/* article01 */
#main .article01 {
	height: 526px;
	background: url(../img/article01_bg01.jpg) no-repeat;
	text-align: center;
}

/* article02 */
#main .article02 {
	position: relative;
	height: 171px;
	background: url(../img/article02_bg01.jpg) no-repeat;
}
#main .article02 dt {
	position: absolute;
	right: 333px;
	top: 46px;
}
#main .article02 dd {
	position: absolute;
	right: 120px;
	top: 46px;
}

/* article03 */
#main .article03 {
	position: relative;
	height: 400px;
	margin: 0 0 0 -16px;
	background: url(../img/article03_bg.png) no-repeat;
}
#main .article03 dt {
	position: absolute;
	top: -32px;
	left: 254px;
}
#main .article03 .txt {
	position: absolute;
	top: 132px;
	left: 254px;
}
#main .article03 .btn {
	position: absolute;
	top: 259px;
	left: 271px;
}

/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 32px 0;
}
.main-footer:last-child {
	margin-bottom: 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;
	margin: 0 0 15px;
}
.main-footer .f-soft-ttl {
	margin: 3px 0 5px;
}
.main-footer .f-copyright {
	color: #8C8C8C;
	font-size: 9px;
	line-height:1.1;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}