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

dl.step{
	width:670px;
	background:url(../img/stepbox_bbg.gif) repeat-y;
	margin:20px 0 -5px 0;
}

dl.step#first{
	margin:25px 0 -5px 0;
}

dl.step dt{
	width:670px;
	background:url(../img/stepbox_btop.gif) no-repeat;
	font-size:120%;
	font-weight:bold;
	line-height:1.8;
	text-indent:1em;
	letter-spacing:1px;
}

span.number{
	font-size:17px;
	font-weight:bold;
	margin:0 15px 0 0;
	letter-spacing:2px;
	color:#36C;
}

dl.step dd{
	width:670px;
	font-size:100%;
	background:url(../img/stepboxbottom_b.gif) no-repeat;
	background-position:bottom;
	padding:0 0 40px 0;
}

dl.step dd#last{
	width:670px;
	background:url(../img/stepboxbottom_b02.gif) no-repeat;
	background-position:bottom;
	padding:0 0 20px 0;
	margin:0 0 0 0;
}

dl.step dd p.steptext{
	width:620px;
	margin:10px 0 0 25px;
	font-size:105%;
	line-height:1.7;
}

#unnecessary{
	width:85px;
	height:25px;
	margin:0 0 0 15px;
}

span.required{
	font-size:115%;
	font-weight:bold;
	color:#03C;
	margin:0 20px 0 0;
}
	










