@charset "shift_jis";

.text-green-bold {
	color: darkgreen;
	font-weight: bold;
}
.text-forestgreen-bold {
	color: forestgreen;
	font-weight: bold;
}
.text-gray-bold {
	color: #666666;
	font-weight: bold;
}
.text-cc3366-bold {
	color: cc3366;
	font-weight: bold;
	font-size: 120%;
}
.text-009933-bold {
	color: #009933;
	font-weight: bold;
	font-size: 110%;
}
.text-gray {
	color: #999999;
	font-weight: normal;
}

.white {
	color: #FFFFFF;
}
.txt-color-red {
	color: #FF0000;
}

.txt-color-new {
	color: #FF0000;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 11px;
}
