@charset "UTF-8";

#new_join h2 {
	display: block;
	height: 40px;
	margin: 20px auto;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(../img/h2_new_join.gif);
}

#new_join #corporation h3{
	display: block;
	clear: both;
	height: 40px;
	margin: 20px auto;
	text-indent: -9999px;
	background-image: url(../img/h3_corporation.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#new_join p{
	margin: 0 0 0 42px;
}

#new_join ol li{
	position: relative;
	margin: 0 40px;
	padding: 20px 25px 20px 25px;
	border: solid 1px #BBBBBB;
	list-style: none;
}

#new_join ol li p{
	margin-left: 0;
}

#new_join ol li h4{
	height: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: solid 1px #BBBBBB;
}

#new_join ol #claim{
	margin-top: 20px;
}

#new_join ol #claim,
#new_join ol #application{
	margin-bottom: 37px;
	padding-bottom: 3px;
}

#new_join ol #claim div,
#new_join ol #application div{
	position: relative;
	top: 20px;
	width: 530px;
	height: 17px;
	padding-top: 2px;
	background-image: url(../img/flow_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#new_join ol #receipt{
	border-bottom: solid 1px #BBBBBB;
	margin-bottom: 20px;
}

#new_join ol #claim h4{
	background-image: url(../img/h4_flow_step1.gif);
}

#new_join ol #claim dl{
	margin-left: 30px;
}

#new_join ol #claim dl dt{
	display: list-item;
	margin-top: 20px;
	list-style: disc outside;
	font-weight: bold;
}

#new_join ol #claim dl dd dl{
	margin-left: 0;
}

#new_join ol #claim dl dd dl dt{
	display: block;
	width: 5.5em;
	margin: 0;
	font-weight: normal;
	float: left;
}

#new_join ol #claim dl dd dl dd{
	padding-left: 5.5em;
}

#new_join ol #claim dl dd dl dd em{
	margin-left: 0.5em;
}

#new_join ol #application h4{
	background-image: url(../img/h4_flow_step2.gif);
}

#new_join ol #receipt h4{
	background-image: url(../img/h4_flow_step3.gif);
}
