@charset "UTF-8";

div#mainbox {
	clear: both;
	overflow: hidden;
	width: 710px;
	height: 296px;
	margin: 20px 0px 0px 0px;
	background:url(../images/mainimg.jpg) no-repeat top right;
}
div#mainbox h2 {
	margin: 30px 0px 30px 20px;
}
div#mainbox p {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.8em;
	padding: 0px 0px 0px 22px;
}

div.stepbox {
	clear: both;
	overflow: hidden;
	width: 710px;
	background:url(../images/line.png) no-repeat 40px 30px;
}
div.stepbox h3 {
	display: block;
	width: 710px;
	height: 95px;
	margin-bottom: 0px;
}
div.stepbox div.step_thumbnail {
	float: right;
	width: 244px;
}
div.stepbox p {
	font-size: 13px;
	color: #353535;
	line-height: 1.8em;
	font-weight: normal;
	padding: 30px 0px 0px 90px;
}
div.stepbox img#step3_img {
	display: block;
	margin-bottom: 20px;
}