/* CSS Document */

.style01 {
	font-size: 75%;
	color: #666666;
}

.style02 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
}
.style03 {
	color: #CC0000;
}

.style_bold {
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
}

