@charset "utf-8"; 

/*---------------------------------------------------------
 * タイトル用　共通
 *---------------------------------------------------------*/

#flash {
	height:154px;
	width:100%;
	background-image:url(../base/bg_flashin.jpg);
	background-repeat:repeat-x;
	z-index:5;
	background-color:#FDFDFC;	
}

#flash-line {
	width:960px;
	height:134px;
	margin:0 auto;
	z-index:6;
	outline:none;
}

/*---------------------------------------------------------
 * 各種
 *---------------------------------------------------------*/

.main-box {
	margin-top:-24px;
	z-index:50;
}

.main-box .box {
	background-image:url(../base/bg_defo.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding:44px 0 0 30px;
	margin-bottom:40px;
	z-index:51;
}

.main-box .box h2 {
	background-position:bottom left;
	background-repeat:no-repeat;
	height:58px;
	width:100%;
	text-indent:-9999px;
	padding:0 0 0 0;
	margin-bottom:30px;
	background-image:url(../flow/img/title_flow.gif);
}

.main-box .box h3 {
	background-position:bottom left;
	background-repeat:no-repeat;
	display:block;
	height:30px;
	width:480px;
	text-indent:-9999px;
	padding:0 0 0 0;
	margin-bottom:15px;
}

.step-box {
	background-repeat:no-repeat;
	background-position:left top;
	padding:30px 0 0;
}

.step-img {
	background-position:left top;
	background-repeat:no-repeat;
	padding:0 0 30px 160px;
}

.step1 h3 { background-image:url(../flow/img/title_1.gif); }
.step2 h3 { background-image:url(../flow/img/title_2.gif); }
.step3 h3 { background-image:url(../flow/img/title_3.gif); }
.step4 h3 { background-image:url(../flow/img/title_4.gif); }
.step5 h3 { background-image:url(../flow/img/title_5.gif); }
.step6 h3 { background-image:url(../flow/img/title_6.gif); }

.step1 { background-image:url(../flow/img/line1.jpg); }
.step2 { background-image:url(../flow/img/line2.jpg); }
.step3 { background-image:url(../flow/img/line2.jpg); }
.step4 { background-image:url(../flow/img/line2.jpg); }
.step5 { background-image:url(../flow/img/line2.jpg); }
.step6 { background-image:url(../flow/img/line2.jpg); }


.step1 .step-img { background-image:url(../flow/img/bg_1.jpg); }
.step2 .step-img { background-image:url(../flow/img/bg_2.jpg); }
.step3 .step-img { background-image:url(../flow/img/bg_3.jpg); }
.step4 .step-img { background-image:url(../flow/img/bg_4.jpg); }
.step5 .step-img { background-image:url(../flow/img/bg_5.jpg); }
.step6 .step-img { background-image:url(../flow/img/bg_6.jpg); }

.main-box .box p {
	padding:0 0 30px 0;
}

.step-box p {
	display:block;
	width:480px;
}




/*-- ends here --*/