@charset "shift_jis";

/* main-inner */
#main #main-inner {
	position:relative;
	border:none;
}

/* main-visual */
#main #main-visual {
	height:757px;
	position:relative;
	background: url(../img/main_bg.png) no-repeat;
}
#main #main-visual h2,
#main #main-visual .txt01,
#main #main-visual .txt02{
	position:absolute;
}
#main #main-visual h2 {
	left:79px;
	top:62px;
}
#main #main-visual .txt01 {
	right:24px;
	top:16px;
}
#main #main-visual .txt02 {
	left:6px;
	top:208px;
}

/* article01 */
#main .article01 {
	position:relative;
	height:1024px;
	background: url(../img/article01_bg.png) repeat-y;
}

#main .article01 p{
	position:absolute;
}
#main .article01 p{
	left:-25px;
	top:0px;
}

/* article02 */
#main .article02 {
	position: relative;
}
#main .article02 .officialweb-btn{
	position: relative;
	height:174px;
	background: url(../img/article02_btn_bg.png) no-repeat;
}
#main .article02 .officialweb-btn a{
	position:absolute;
	display:block;
}
#main .article02 .officialweb-btn a{
	left:54px;
	top:16px;
}

/* main-footer */
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer {
	width: 864px;
	position: relative;
	margin: 20px 0 32px 0;
	padding-top:20px;
	border-top: 1px solid #000;
}
.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: 20px;
	right: 0;
}
.f-wrap {
	margin: 20px 0 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;
	margin: 0 0 15px;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	bottom: 10px;
	color: #8C8C8C;
	font-size: 9px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
