@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
	position: relative;
}
#main h3 {
	margin-bottom: 10px;
	margin-top: 0;
	}

/*
 contents bg [
----------------------------------------------------------- */
#contentsBGimage01{
 width:900px;
 background-image:url(../img/img_main01.jpg);
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
}
#contentsBGimage02{
 width:900px;
 background-image:url(../img/img_main02.jpg);
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
}
#contentsBGimage03{
 width:900px;
 background-image:url(../img/img_main03.jpg);
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
}
#contentsBGimage04{
 width:900px;
 background-image:url(../img/img_main04.jpg);
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
}

/*
 contents Layout [
----------------------------------------------------------- */
.contentsItemBtn01 div,
.contentsItemBtn02 div,
.contentsItemBtn03 div {
	margin-bottom: 10px;
	}
.contentsItemBtnBack{
	position: absolute;
	top: 210px;
	left:10px;
}
.contentsItemBtnNext{
	position: absolute;
	top: 209px;
	right:11px;
}
.contentsItem01 {
	position: absolute;
	top: 90px;
	left: 315px;
	width: 570px;
	}
.contentsItemBtn01{
	position: absolute;
	top: 275px;
	left:315px;
}
.contentsItemBtn02{
	position: absolute;
	top: 340px;
	left:520px;
}
.contentsItemBtn03{
	position: absolute;
	top: 275px;
	left:714px;
}
.contentsItem02 {
	width: 700px;
	margin-left: 20px;
	margin-top: 20px;
	}
	
.contentsItemBtn04{
	position: absolute;
	top: 230px;
	left:215px;
}
.contentsItemBtn05{
	position: absolute;
	top: 230px;
	left:640px;
}
.contentsItemBtn06{
	position: absolute;
	top: 95px;
	left:755px;
}
.contentsItem03 {
	width: 525px;
	margin-left: 20px;
	margin-top: 10px;
	}
.contentsItem03-2 {
	position: absolute;
	width: 400px;
	left: 450px;
	top: 264px;
	}
.contentsItemBtn07{
	position: absolute;
	top: 320px;
	left:500px;
}
.contentsItem04 {
	width: 700px;
	margin-left: 20px;
	margin-top: 20px;
	}

