@charset "utf-8";
/* CSS Document */

#process h2 {
	height:auto;
	margin:0 0 1em 0;
	padding:0;
	font-size:90%;
	line-height100%;
	font-weight:bold;
	color:#339966;
	background:none;
	border-bottom:1px solid #9BDF99;
}

#process #processDown {
	list-style:none;
}

#process #processDown li {
	height:22px;
	line-height:22px;
	margin-bottom:1em;
	padding-left:93px;
	font-size:80%;
	font-weight:bold;
}

#process #processDown li.step01 {
	background:url(../img/step_down_01.gif) no-repeat left center;
}

#process #processDown li.step02 {
	background:url(../img/step_down_02.gif) no-repeat left center;
}

#process #processDown li.step03 {
	background:url(../img/step_down_03.gif) no-repeat left center;
}

#process #processDown li.step04 {
	background:url(../img/step_down_04.gif) no-repeat left center;
}

#process #processDown li.step05 {
	background:url(../img/step_down_05.gif) no-repeat left center;
}

#process h3 {
	height:22px;
	line-height:22px;
	margin-bottom:1em;
	padding-left:93px;
	font-size:80%;
	font-weight:bold;
	background-color:#C7E4C5;
	color:#666;
}

#process h3.step01 {
	background:url(../img/step_right_01.gif) no-repeat left center #C7E4C5;
}

#process h3.step02 {
	background:url(../img/step_right_02.gif) no-repeat left center #C7E4C5;
}

#process h3.step03 {
	background:url(../img/step_right_03.gif) no-repeat left center #C7E4C5;
}

#process h3.step04 {
	background:url(../img/step_right_04.gif) no-repeat left center #C7E4C5;
}

#process h3.step05 {
	background:url(../img/step_right_05.gif) no-repeat left center #C7E4C5;
}

#process h4 {
	color:#FF6600;
}
