@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
	position: relative;
}
#main h3 {
	margin-bottom: 15px;
	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;
}

/*
 contents Layout [
----------------------------------------------------------- */
.contentsItemBtn01 div,
.contentsItemBtn02 div {
	margin-bottom: 10px;
	}
.contentsItemBtnBack{
	position: absolute;
	top: 210px;
	left:10px;
}
.contentsItemBtnNext{
	position: absolute;
	top: 210px;
	right:10px;
}
.contentsItem01 {
	width: 385px;
	margin-left: 20px;
	margin-top: 30px;
	}
.contentsItem01 p {
	color: #333333;
	}
.contentsItemBtn01{
	position: absolute;
	top: 275px;
	left:30px;
}
.contentsItemBtn02{
	position: absolute;
	top: 275px;
	left:230px;
}
.contentsItemBtn03{
	position: absolute;
	top: 365px;
	right:170px;
}
.contentsItem02 {
	position: absolute;
	top: 240px;
	left: 30px;
	width: 590px;
	}
#main .contentsItem02 h3 {
	margin-bottom: 10px;
	text-align: right;
	}
.contentsItem02 p {
	color: #333333;
	}
.contentsItemBtn04{
	position: absolute;
	top: 150px;
	left:470px;
}

.contentsItem03 {
	width: 380px;
	margin-left: 70px;
	margin-top: 20px;
	}
#main .contentsItem03 h3 {
	margin-bottom: 10px;
	}
.contentsItem03 p {
	color: #333333;
	}
.contentsItemBtn05{
	position: absolute;
	top: 195px;
	left:470px;
}
.contentsItemBtn06{
	position: absolute;
	top: 195px;
	left:615px;
}
.contentsItemBtn07{
	position: absolute;
	top: 195px;
	left:760px;
}
.contentsItemBtn08{
	position: absolute;
	top: 290px;
	left:470px;
}
.contentsItemBtn09{
	position: absolute;
	top: 290px;
	left:615px;
}
.contentsItemBtn10{
	position: absolute;
	top: 290px;
	left:760px;
}

