@charset "UTF-8";

#priArea {
	width:550px;
	margin:0 16px 40px 20px;
	padding: 0;
	}
#priTextArea {
width: 530px;
	margin: 0;
	padding: 10px 10px 40px;
	background: #fff;
}
#priTextArea h3 {
	margin: 14px 0 8px;
	padding: 0 0 1px 0;
	font-size: 115%;
	font-weight: bold;
	color: rgb(100,100,180);
	border-bottom: 2px dotted rgb(100,100,180);
}
#priTextArea p {
	margin: 0;
	padding: 0 10px 0 10px;
	text-justify:distribute;
	text-align:justify;
}
#priTextArea p.lead {
	margin: 0;
	padding: 0 8px 0 0;
	text-justify:distribute;
	text-align:justify;
}
#priTextArea dl {
	margin: 2px 0 12px 24px;
	padding: 0;
}	

