@charset "UTF-8";
/* CSS Document */

.txt_orange {
	color: #FF9420;
}
.txt_orangebld {
	color: #FF9420;
	font-size: 22px;
	font-weight: bold;
}
.txt_greybld {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	color: #333333;
}
.img_spaceR {
	margin-right: 10px;
	margin-bottom: 5px;
}
