@charset "utf-8";

/* title-area */
#main #title-area {
	height: 35px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 13px;
	left: 15px;
}
#main #title-area .update {
	top: 13px;
	right: 4px;
}

/* main-inner */
#main #main-inner {
	background: none;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	position: relative;
	height: 351px;
	background: url(../img/main_visual_bg01.jpg) no-repeat;
}
#main .main-visual .pos-ab {
	position: absolute;
	top: -10px;
	left: 21px;
}

/* article02 */
#main .article02 {
	background: url(../img/article02_bg01.jpg) no-repeat;
}

/* article03 */
#main .article03 {
	background: url(../img/article03_bg01.jpg) no-repeat;
}
#main .article03 dd div {
	height: 503px;
	position: relative;
}
#main .article03 dd div p {
	position: absolute;
}
#main .article03 .a03-01 {
	top: 0;
	left: 0;
}
#main .article03 .a03-02 {
	bottom: 0;
	left: 0;
}
#main .article03 .a03-03 {
	top: 0;
	left: 433px;
}
#main .article03 .a03-04 {
	bottom: 0;
	left: 433px;
}

/* 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: #FFF;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 5px 0 15px;
	color: #FFF;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0 0;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}