@charset "UTF-8";
.txt_red {
	font-size: 40pt;
	color: #F00;
	font-weight: normal;
}
.txt_yellow {
	font-size: 40pt;
	color: #FF0;
}
.txt_yellow_bold {
	font-size: 40pt;
	font-weight: bold;
	color: #FF0;
}
.txt_red_bold {
	font-size: 40pt;
	font-weight: bold;
	color: #F00;
}
.txt_white {
	font-size: 40pt;
	color: #FFF;
	line-height: 100pt;
}
.txt_white_bold {
	font-size: 40pt;
	font-weight: bold;
	color: #FFF;
}
