.box {
}
.box img {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 20px;
}
.box .txt {
	padding-top: 10px;
	text-align: left;
	float: right;
	width: 415px;
}
.box .ce {
	text-align: left;
	clear: both;
}
.box .txt2 {
	clear: both;
	background-image: url(../images/line-l2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin-bottom: 0px;
}
