@charset "UTF-8";

/*
 main [
----------------------------------------------------------- */
#main-out{
	background: url(../img/img_main01.jpg) center top no-repeat;
	height:400px;
	text-align: center;
	width: 1024px;
	margin: 0 auto;
}
#crvTop {
	position: relative;
	width: 900px;
	}


/*
 contents Layout [
----------------------------------------------------------- */
#crvTop h2 {
	margin: 0 0 35px 0;
	}
.contentsItemTop{
	position: absolute;
	width: 270px;
	right: 19px;
	top: 101px;
}
#main .contentsItemTop h3 {
	margin-bottom: 15px;
	}
#main .contentsItemTop p {
	color: #FFFFFF;
	}

