#flow_main {
	width: 600px;
	clear: both;
	margin-top: 20px;
}

#flow_tit01 {
	width: 600px;
	height: 40px;
	clear: both;
	background-image:url(../img/flow/tit01.gif);
	background-repeat: no-repeat;
}

#flow_tit02 {
	width: 600px;
	height: 40px;
	clear: both;
	background-image:url(../img/flow/tit02.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
}

#flow_step01 {
	width: 70px;
	height: 20px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	color: #F57E29;
	background-image:url(../img/flow/step01.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#flow_step02 {
	width: 70px;
	height: 20px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	color: #F57E29;
	background-image:url(../img/flow/step02.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#flow_step03 {
	width: 70px;
	height: 20px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	color: #F57E29;
	background-image:url(../img/flow/step03.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
#flow_step04 {
	width: 70px;
	height: 20px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	color: #F57E29;
	background-image:url(../img/flow/step04.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

.flow_headbox {
	width: 580px;
	clear: both;
	margin-top: 30px;
}
.flow_head {
	width: 500px;
	float: right;
	font-size: 120%;
	font-weight: bold;
	color: #F57E29;
	margin-top: 1px;
}

.flow_txt1 {
	width: 580px;
	clear: both;
	margin-left: 10px;
	margin-top: 20px;
}
.flow_txt2 {
	width: 510px;
	clear: both;
	margin-left: 80px;
	padding-top: 5px;
}
