@charset "utf-8";


@import url("layout.css");

h3.how_title{
	width:545px;
	background:url(../image/how_circle.png) left center no-repeat;
	padding:0 0 0 25px;
	margin-left:20px 5px 0 5px;
	font-weight:bold;
	font-size:18px;
	line-height:25px;
	color:#cc6600;
	
}


.how_content{
	width:570px;
	margin-bottom:30px;
}

.how_img{
	width:250px;
	float:left;
	display:inline;
	height:200px;
	padding-left:25px;
	background:url(../image/how_arrow.png) left top no-repeat;
}

.how_img img{
	width:246px;
	height:196px;
	padding:1px;
	border:1px solid #ccc;
}


.how_text{
	width:285px;
	float:left;
	display:inline;
	margin-left:10px;
	
}


.orange_box{
	width:550px;
	padding:10px;
	background:#fff;
	border:1px dashed #cc6600;
	margin-top:30px;
	margin-bottom:30px;
}





	