@charset "utf-8";

/*　step
------------------------------------------------------------ */

#img_title {
	width: 570px;
	height: 80px;
	margin-bottom: 10px;
}

.title01 {
	width: 550px;
	height: 32px;
	background: url(../images/bt_step1.jpg) no-repeat;
	margin-bottom: 20px;
	/*text-indent: -999em;*/
}

.title02 {
	width: 550px;
	height: 32px;
	background: url(../images/bt_step2.jpg) no-repeat;
	margin-bottom: 20px;
	/*text-indent: -999em;*/
}

.title03 {
	width: 550px;
	height: 32px;
	background: url(../images/bt_step3.jpg) no-repeat;
	margin-bottom: 20px;
	/*text-indent: -999em;*/
}

.title04 {
	width: 550px;
	height: 32px;
	background: url(../images/bt_step4.jpg) no-repeat;
	margin-bottom: 20px;
	/*text-indent: -999em;*/
}

.title05 {
	width: 550px;
	height: 32px;
	background: url(../images/bt_step5.jpg) no-repeat;
	margin-bottom: 20px;
	/*text-indent: -999em;*/
}

.title06 {
	width: 550px;
	height: 32px;
	background: url(../images/bt_step6.jpg) no-repeat;
	margin-bottom: 20px;
	/*text-indent: -999em;*/
}

.box01 {
	width: 510px;
	background-image: url(../images/back_stepbox.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	_background-position: 3px top;	
}

.box_r {
	width: 370px;
	_width: 384px;
	float: right;
	background-image: url(../images/img_step7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.flt_left {
	float: left;
}

