/*************************************************************
* telfax_box
*************************************************************/
div.telfax_box{
	width: 737px;
	padding-left: 18px;
	margin-bottom: 30px;
}

ul.order_no{
	margin: 20px 0;
	width: 736px;
	border-left: 1px dashed #CCCCCC;
	overflow: hidden;
}

ul.order_no li{
	width: 360px;
	height: 120px;
	float: left;
	border-right: 1px dashed #AAAAAA;
}

div.telfax_box ul.notes{
	width: 720px;
}

div.telfax_box ul.notes li{
	padding-left: 1.0em;
	text-indent: -1.0em;
	color: #FF0000;
}


/*************************************************************
* step_box
*************************************************************/
div.step_box{
	margin-bottom: 40px;
	width: 737px;
	padding-left: 18px;
	overflow: hidden;
}

div.step_txt{
	width: 360px;
	float: left;
}

div.step_txt h3{
	margin-bottom: 8px;
	padding-left: 2px;
	border-bottom: 1px dashed #666666;
}

div.step_txt h3 span{
	color: #099F00;
	padding-right: 3px;
}

div.step_txt p span{
	color: #FF6600;
	font-weight: bold;
}

div.step_img{
	width: 340px;
	float: right;
}

div.step_txt dl{
	margin: 5px;
}

div.step_txt dl dt{
	margin-top: 15px;
	color: #0078FF;
	font-weight: bold;
}

div.step_txt dl dd{
	padding-left: 8px;
}

div.step_txt dl dd a{
	color: #000000;
}


div.step_txt dl dd a:hover{
	color: #FF660E;
}

p.first_txt{
	padding-left: 18px;
	margin-bottom: 40px;
}

p.first_txt span{
	color: #FF0000;
}
