@charset "shift_jis";

/* main-inner */
#main #main-inner {
	position:relative;
	height:3046px;
	background: url(../img/main-inner_bg.png) repeat-y;
	background-color:#000;
	border:none;
}
#main #main-inner-last {
	position:relative;
	height:353px;
	background: url(../img/article03_bg.png) ;
	background-color:#000;
}
#main #main-inner-last {
	position:relative;
	height:339px;
	background: url(../img/article03_bg.png) left bottom;
}
#main #main-inner-last p{
	position: absolute;
	left:9px;
	top:-85px;
	z-index:41;
}


/* main-visual */
#main #main-visual {
	height:746px;
	position:relative;
}
#main #main-visual h2,
#main #main-visual h3,
#main #main-visual .txt01,
#main #main-visual .txt02{
	position:absolute;
}
#main #main-visual h2 {
	left:18px;
	top:-36px;
	z-index:11;
}
#main #main-visual h3 {
	left:-36px;
	top:-61px;
	z-index:10;
}
#main #main-visual .txt01 {
	left:690px;
	top:406px;
	z-index:12;
}
#main #main-visual .txt02 {
	left:30px;
	top:594px;
}

/* article01 */
#main .article01 {
	position:absolute;
	left:-107px;
	width:1121px;
	height:1633px;
}

#main .article01 h2,
#main .article01 p,
#main .article01 dl dt,
#main .article01 dl dd{
	position:absolute;
}

#main .article01 .inner{
	height:265px;
	background: url(../img/article01_bg01.png) no-repeat;
}
#main .article01 dl.tec01{
	height:541px;
	background: url(../img/article01_bg02.png) no-repeat;
}
#main .article01 dl.tec02{
	height:314px;
	background: url(../img/article01_bg03.png) no-repeat;
}
#main .article01 dl.tec03{
	height:490px;
	background: url(../img/article01_bg04.png) no-repeat;
}

#main .article01 h2{
	left:101px;
	top:5px;
}
#main .article01 p{
	left:544px;
	top:47px;
}

#main .article01 dl.tec01 dt{
	left:200px;
	top:306px;
}
#main .article01 dl.tec01 dd.thum{
	left:215px;
	top:344px;
}
#main .article01 dl.tec01 dd.txt{
	left:152px;
	top:671px;
}

#main .article01 dl.tec02 dt{
	left:200px;
	top:838px;
}
#main .article01 dl.tec02 dd.thum{
	left:210px;
	top:908px;
}
#main .article01 dl.tec02 dd.txt{
	left:460px;
	top:900px;
}

#main .article01 dl.tec03 dt{
	left:520px;
	top:1132px;
}
#main .article01 dl.tec03 dd.thum{
	left:210px;
	top:1154px;
}
#main .article01 dl.tec03 dd.txt{
	left:460px;
	top:1440px;
	z-index:31;
}


/* article02 */
#main .article02 {
	position: absolute;
	left:-157px;
	top:2379px;
	width:1121px;
	height:1005px;
	background: url(../img/article02_bg.png) no-repeat;
}

#main .article02 h2,
#main .article02 p{
	position:absolute;
}
#main .article02 h2{
	left:152px;
	top:15px;
}
#main .article02 .txt01{
	left:580px;
	top:32px;
}
#main .article02 .thum{
	left:178px;
	top:245px;
}

/* 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: #FFFFFF;
	font-size: 9px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
