@charset "utf-8";
body {
	font-size: 12px;
	line-height:17px;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 21px;
	font-weight: bold;
}

.text_blue {
		color: #0067B1;
}

.text_green {
	color: #5bbf21;
}


.text_gray {
	color: #666666
}


