@charset "utf-8";

#steps{
	margin:0 0 20px 0;
	}

/* === clearfix ==*/
#steps:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

#steps{
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html #steps{height: 1%;}
#steps{display: block;}
/* End hide from IE-mac */

#steps div{
	background:url(../image/registration/step_arrow.gif) no-repeat right center;
	width:121px;
	float:left;
	display:inline;
	height:45px;
	margin:0 1px 0 0;
	}

#steps div#step06{
	width:110px;
	background:none;
	margin:0;
	}
#steps div#otherStep03{
	width:110px;
	background:none;
	margin:0;
	}

#steps p{
	width:110px;
	height:45px;
	}

#steps div#step01 p{background:url(../image/registration/step01.gif) no-repeat left center;}
#steps div#step02 p{background:url(../image/registration/step02.gif) no-repeat left center;}
#steps div#step03 p{background:url(../image/registration/step03.gif) no-repeat left center;}
#steps div#otherStep03 p{background:url(../image/registration/step03.gif) no-repeat left center;}
#steps div#step04 p{background:url(../image/registration/step04.gif) no-repeat left center;}
#steps div#step05 p{background:url(../image/registration/step05.gif) no-repeat left center;}
#steps div#step06 p{background:url(../image/registration/step06.gif) no-repeat left center;}

#steps div#step01.on p{background:url(../image/registration/step01_on.gif) no-repeat left center;}
#steps div#step02.on p{background:url(../image/registration/step02_on.gif) no-repeat left center;}
#steps div#step03.on p{background:url(../image/registration/step03_on.gif) no-repeat left center;}
#steps div#otherStep03.on p{background:url(../image/registration/step03_on.gif) no-repeat left center;}
#steps div#step04.on p{background:url(../image/registration/step04_on.gif) no-repeat left center;}
#steps div#step05.on p{background:url(../image/registration/step05_on.gif) no-repeat left center;}
#steps div#step06.on p{background:url(../image/registration/step06_on.gif) no-repeat left center;}


#steps p span{
	padding:21px 0 0 0;
	display:block;
	width:110px;
	text-align:center;
	color:#566178;
	font-weight:bold;
	}

#steps div.on p span{
	color:#333;
}
