@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{
	background-position:top;
	height:400px;
	background-repeat:no-repeat;
	position: relative;
}
#main h3 {
	margin: 10px 0;
	}


/*
 contents bg [
----------------------------------------------------------- */
.contentsItemBg01 {
	background: url(../img/img_main01.jpg) top center no-repeat;
	width: 900px;
	height: 400px;
}
.contentsItemBg02 {
	background: url(../img/img_main02.jpg) top center no-repeat;
	width: 900px;
	height: 400px;
}
.contentsItemBg03 {
	background: url(../img/img_main03.jpg) top center no-repeat;
	width: 900px;
	height: 400px;
}
.contentsItemBg04 {
	background: url(../img/img_main04.jpg) top center no-repeat;
	width: 900px;
	height: 400px;
}
.contentsItemBg05 {
	background: url(../img/img_main05.jpg) top center no-repeat;
	width: 900px;
	height: 400px;
}


/*
 contents Layout [
----------------------------------------------------------- */

.contentsItemTtl01{
	position: absolute;
	top: 46px;
	left:10px;
}
.contentsItem01{
	position: absolute;
	top: 310px;
	left:425px;
}
.contentsItem02{
	position: absolute;
	top: 290px;
	right:20px;
}

