@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main{
 background-image:url(../img/img_main01.jpg);
	background-position:bottom center;
	height:400px;
	background-repeat:no-repeat;
	position: relative;
}

#main h3 {
	margin-bottom: 15px;
	}
#main p {
	color: #333333;
		}


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

.contentsItem01{
	position: absolute;
	top: 65px;
	left: 30px;
	width: 700px;
}
.contentsItem02{
	position: absolute;
	top: 120px;
	left: 30px;
	width: 600px;
}
.contentsItem03{
	position: absolute;
	top: 200px;
	left: 30px;
	width: 600px;
}
.contentsItem04{
	position: absolute;
	top: 280px;
	left: 30px;
	width: 110px;
}
.contentsItem05{
	position: absolute;
	top: 280px;
	left: 155px;
	width: 303px;
}
#main .contentsItem01 h3,
#main .contentsItem02 h3,
#main .contentsItem03 h3 {
	margin-bottom: 5px;
	}
