@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: 12px;
	left: 15px;
}
#main #title-area .update {
	top: 18px;
	right: 8px;
}

/* main-inner */
#main #main-inner {
	border:none;
}

/* main-visual */
#main .main-visual {
}
#main .main-visual .mv01 {
}

/* article01 */
#main .article01 {
	position:relative;
	height:779px;
	background: url(../img/article01_bg.png) no-repeat;
}
#main .article01 .hoopa,
#main .article01 .txt01,
#main .article01 .txt02,
#main .article01 .txt03,
#main .article01 .txt04,
#main .article01 .txt05,
#main .article01 .sample {
	position:absolute;
}
#main .article01 .hoopa {
	top:-16px;
	left:15px;
	z-index:10;
}
#main .article01 .txt01 {
	top:155px;
	left:40px;
}
#main .article01 .txt02 {
	top:155px;
	left:40px;
	z-index:10;
}
#main .article01 .txt03 {
	top:155px;
	left:40px;
}
#main .article01 .txt04 {
	top:277px;
	left:40px;
}
#main .article01 .txt05 {
	top:190px;
	left:714px;
}
#main .article01 .sample {
	top:410px;
	left:40px;
}
#main .article01 .sample dt{
	display:block;
	position:absolute;
	top:0px;
	left:100px;
}
#main .article01 .sample dd.sample01{
	position:absolute;
	top:50px;
	left:10px;
}
#main .article01 .sample dd.sample02{
	position:absolute;
	top:50px;
	left:390px;
}

/* article02 */
#main .article02 {
}

/* article03 */
#main .article03 .txt-bg {
	padding:14px 0 0 50px;
	height:130px;
	background: url(../img/article03_img_bg.png) no-repeat;
}
#main .article03 .txt {
}
#main .article03 .txt a {
	width:586px;
	height:45px;
	display:block;
	float:left;
}
#main .article03 .txt a:hover {
	background: url(../img/article03_txt_img02_on.png) no-repeat;
}
#main .article03 .txt span {
	width:161px;
	height:45px;
	display:block;
	float:right;
}


/* main-footer */
.main-footer {
	position: relative;
	margin: 65px 0 32px 0;
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.main-footer .f-note {
	position: absolute;
	top: -45px;
	left: 50%;
	margin-left:-269px;
}
.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;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	width: 443px;
	height: 70px;
	float: right;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 10px;
}
.main-footer .f-copyright {
	position: absolute;
	top:35px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 0 0 14px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0px 0px;
}
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
