.box-line1 {
	padding: 25px 40px 40px 20px;
}

.box-line1-margin {
	margin: 0px 15px 20px 0;
	overflow: hidden;
}

.box-line1-ht {
	background: url(dot2-ht.png) top left repeat-x;
}

.box-line1-hb {
	background: url(dot2-hb.png) bottom left repeat-x;
}

.box-line1-vl {
	background: url(dot2-vl.png) top left repeat-y;
}

.box-line1-vr {
	background: url(dot2-vr.png) top right repeat-y;
}

.box-line1-tl {
	background: url(dot2-tl.png) top left no-repeat;
}

.box-line1-tr {
	background: url(dot2-tr.png) top right no-repeat;
}

.box-line1-bl {
	background: url(dot2-bl.png) bottom left no-repeat;
}

.box-line1-br {
	background-image: url(dot2-br.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.box-line1-title {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0.1em;
	top: 15px;
	position: relative;
	background: #fff;	/* era: fff */
	color: #c83737;		/* era: d28415 */ 
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 40px;
}


