@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: 655px;
}
.contentsItem02{
	position: absolute;
	top: 185px;
	left: 30px;
	width: 415px;
}
.contentsItem03{
	position: absolute;
	top: 185px;
	right: 25px;
	width: 410px;
}
#main .contentsItem03 h3,
#main .contentsItem04 h3 {
	margin-bottom: 10px;
	}
.contentsItem04{
	position: absolute;
	top: 295px;
	right: 35px;
	width: 400px;
}
.contentsItemBtn01{
	position: absolute;
	top: 186px;
	left: 313px;
	width: 125px;
}

