@charset "shift_jis";

#contentArea {
	position: relative;
	height: 600px;
	background: url(../img/index_bg.jpg) no-repeat center top;
}

#contentArea #lead {
	position: absolute;
	top: 50px;
	left: 193px;
}

#contentArea #scrollArea {
	position: absolute;
	top: 160px;
	left: 194px;
	width: 530px;
	padding: 15px 20px;
	background: url(../img/index_inner_bg.jpg) no-repeat left top;
}

#contentArea #scrollArea #scrollArea-inner {
	width: 520px;
	height: 170px;
	padding-right: 10px;
	overflow: auto;
}

#contentArea #scrollArea p {
	font-size: 110%;
	line-height: 1.7;
	margin-bottom: 18px;
}

#contentArea #scrollArea p.last {
	margin-bottom: 0;
}

#contentArea #sign {
	position: absolute;
	top: 372px;
	left: 588px;
	font-size: 0;
}

#contentArea #btnBlock {
	position: absolute;
	top: 433px;
	left: 193px;
	width: 580px;
}

#contentArea #btnBlock ul li {
	display: inline;
	float: left;
	margin: 0 10px 10px 0;
}

#contentArea #btnBlock ul li.lowerLeft {
	margin-left: 97px;
}

