@charset "utf-8";
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #e2e2e2;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

p {
	text-align:justify;
}

.banner {
	font-size:10px;
}

.head_1 {
	font-size:14px;
	font-weight:bold;
}
.head_2 {
	font-size:14px;
}

.txt_purple {
	color:#2e3192;
}

.txt_orange {
	color:#f26522;
}

