@import "main.css";

/*段落*/
.text {
	width: 570px;
	height: auto;
	margin: 25px 0px 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}
