@charset "EUC-JP";
/* CSS Document */

.cover h1 {
	background:url(images/cover.jpg) no-repeat;
}

/*
=================================================================================
お申し込みからお振込みまでの流れ
*/

img.flow {
	margin-bottom:25px;
}

/*
ul.step_list {
	margin-bottom:33px;
}
*/

table {
	margin-bottom:33px;
}

td{
	padding-left:189px;
	/*background-image:url(images/img_step01.gif);*/
	background-repeat:no-repeat;
	background-position:left center;
	vertical-align:middle;
	height:63px;
}

td.step01{
	background-image:url(images/img_step01.gif);
}

td.step02{
	background-image:url(images/img_step02.gif);
}

td.step03{
	background-image:url(images/img_step03.gif);
}

td.step04{
	background-image:url(images/img_step04.gif);
}

td.step05{
	background-image:url(images/img_step05.gif);
}

td.arrow{
	text-indent:-9999px;
	min-height:33px;
	height:33px;
	background-image:url(images/img_arrow.gif);
	background-repeat:no-repeat;
	background-position:76px center;
}
