@charset "utf-8";

h1 {
	/*background: url(img/h1.jpg) left top;
	text-indent: -9999px;
	display: block;
	height: 68px;
	width: 680px;*/
	font-size: 115%;
	position: relative;
	left: 130px;
	top: 30px;
}

div.box {
	background: url(img/box_middle.jpg) repeat-y left top;
	width: 680px;
}

div.box {
	background: url(img/box_middle.jpg) repeat-y left top;
	width: 540px;
	padding: 10px 80px 20px 60px;
}

div.box h2 {
	text-indent: -9999px;
	display: block;
	height: 50px;
	width: 540px;
	margin-bottom: 20px;
}

div.box h2.step1 {
	background: url(img/step1.jpg) no-repeat left top;
}

div.box h2.step2 {
	background: url(img/step2.jpg) no-repeat left top;
}

div.box h2.step3 {
	background: url(img/step3.jpg) no-repeat left top;
}

div.box h2.step4 {
	background: url(img/step4.jpg) no-repeat left top;
}

div.box .left,
div.box .right {
	width: 252px;
	float: left;
	background: url(../img/box_01_smiddle.jpg) repeat-y left top;
	margin-top: 20px;
}

div.box .left p,
div.box .right p {
	padding: 10px 20px;
}

div.box .right {
	margin-left: 36px;
}

div.box td {
	vertical-align: top;
}



