@charset "utf-8";
#listbox li{
	background-repeat:no-repeat;
	min-height:85px;
	padding:0 0 15px 90px;
	position:relative;
	margin:0 0 30px;
	border-bottom:1px dotted #c6c6c6;
}
#box1{ background-image: url(../images/icon1.jpg);}
#box2{ background-image: url(../images/icon2.jpg);}
#box3{ background-image: url(../images/icon3.jpg);}



.img_box{
	width:348px;
	float:right;
}
.txt_box{
	width:287px;
	color:#474747;
	float:left;
}
.txt_box h3{
	font-size:18px;
	line-height:1.2em;
}

#step_txt{
	font-size:18px;
	line-height:1.2em;
	margin:10px;
	font-weight:bold;
}

#contact{
	background-image: url(../images/contact.jpg);
	height:140px;
	margin:50px 0 0 0;
	position:relative;
}
#contact a{
	position:absolute;
	right:15px;
	bottom:15px;
}