@charset	'utf-8';


/* タイトル画像の設定。
-----------------------------------------------------------------------------*/

#ttlContractFlow {
	background-image: url(../img/ttlContractFlow.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


/* ステップ枠。
-----------------------------------------------------------------------------*/

p.FlowSub {
	display: block;
	width: 461px !important;
	width: 591px;
	height: 47px !important;
	height: 92px;
	padding: 45px 0 0 130px;
	margin: 15px 0;
	text-align: left;
}

#step1 {
	background-image: url(../img/bgContractFlowStep1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#step2 {
	background-image: url(../img/bgContractFlowStep2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#step3 {
	background-image: url(../img/bgContractFlowStep3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#step4 {
	background-image: url(../img/bgContractFlowStep4.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#step5 {
	background-image: url(../img/bgContractFlowStep5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#step6 {
	background-image: url(../img/bgContractFlowStep6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#step7 {
	background-image: url(../img/bgContractFlowStep7.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

