@charset "UTF-8";

#deliveryArea {
	width:550px;
	margin: 0 18px 20px 20px;
	padding: 0;
	}
#deliveryArea p {
	margin:10px 0 0 10px;
	padding: 0;
	}
#deliveryTextArea {
	margin: 0;
	padding: 0 10px 20px 0;
	background: #fff;
}
#deliveryTextArea h3 {
	margin: 20px 0 18px;
	padding: 4px 0 4px 10px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	background: rgb(100,100,180);
}
#deliveryTextArea p {
	margin: 16px 0;
	padding: 0 10px 0 10px;
	font-size: 100%;
	text-justify:distribute;
	text-align:justify;
}
#deliveryTextArea p.indent {
	margin: 0 0 0 1em;
	padding: 0 10px 0 1em;
	font-size: 100%;
	text-justify:distribute;
	text-align:justify;
	text-indent: -1em;
}
#deliveryTextArea p.subCon {
	margin: 0 0 0 2em;
	padding: 0 10px 0 1em;
	font-size: 100%;
	text-justify:distribute;
	text-align:justify;
	text-indent: -1em;
}
#deliveryTextArea strong{
	color: red;
	font-weight: bold;
}
