@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++
オーダーメイドお申込の流れ3
+++++++++++++++++++++++++++++++++++++++++++*/

/*お申し込みの流れ*/
#fla_flow {
	width:560px;
	height:320px;
}
#fla_flow ul{
	width:555px;
	margin:0 auto;
}

#fla_flow ul li{
	float:left;
	width:64px;
	height:310px;
	margin-right:5px;
}


#fla_flow ul li a.process1{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat 0px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process1:hover{
	background:url(../img/process_top.jpg) no-repeat 0px -310px;
}

#fla_flow ul li a.process2{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -69px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process2:hover{
	background:url(../img/process_top.jpg) no-repeat -69px -310px;
}

#fla_flow ul li a.process3{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -138px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process3:hover{
	background:url(../img/process_top.jpg) no-repeat -138px -310px;
}

#fla_flow ul li a.process4{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -207px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process4:hover{
	background:url(../img/process_top.jpg) no-repeat -207px -310px;
}


#fla_flow ul li a.process5{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -276px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process5:hover{
	background:url(../img/process_top.jpg) no-repeat -276px -310px;
}



#fla_flow ul li a.process6{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -345px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process6:hover{
	background:url(../img/process_top.jpg) no-repeat -345px -310px;
}


#fla_flow ul li a.process7{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -414px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process7:hover{
	background:url(../img/process_top.jpg) no-repeat -414px -310px;
}



#fla_flow ul li a.process8{
	display:block;
	width:64px;
	height:310px;
	background:url(../img/process_top.jpg) no-repeat -483px 0px;
	text-indent:-9999px;
}

#fla_flow ul li a.process8:hover{
	background:url(../img/process_top.jpg) no-repeat -483px -310px;
}























table{
	border-collapse:collapse; 
    border-spacing:0; 
	}