@charset "UTF-8";

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

/*
 contents Layout [
----------------------------------------------------------- */
h3.cttl2 {
	margin: 10px 0;
	}
#contentsItem01 {
	position: absolute;
	left: 642px;
	top: 49px;
}
#contentsItem01 div.itemTtl {
	float: left;
	width: 85px;
	}
#contentsItem01 div.itemBtn {
	float: left;
	}
#contentsItem01 div.itemBtn img.ttl {
	margin-top: 10px;
	}
#contentsItem01 p.itemTxt {
	clear: left;
	padding-top: 10px;
	}
#contentsItem02 {
	position: absolute;
	top: 260px;
	left: 43px;
}
#contentsItem02 div.itemTtl {
	float: left;
	width: 97px;
	}
#contentsItem02 div.itemBtn {
	float: left;
	}
#contentsItem02 div.itemBtn img.ttl {
	margin-top: 10px;
	}
#contentsItem02 p.itemTxt {
	clear: left;
	padding-top: 10px;
	}
	
#contentsItem03 {
	position: absolute;
	left: 625px;
	top: 276px;
	text-align: right;
	width:250px;
}
#contentsItem03 div.itemTtl {
	margin-bottom: 7px;
	}
#contentsItem03 p.itemTxt {
	padding-right: 30px;
	margin-bottom: 5px;
	}
#contentsItem03 div.itemBtn {
	padding-right: 10px;
	}

