.red {
	font-size: 14px;
	color: #FF0000;
	text-decoration : none;
}
.red:hover {
	font-size: 14px;
	color: #0000FF;
	text-decoration : border;
}
.enable {
	font-size: 12px;
	color: #666666;
}
.midasi {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
}

.midasi:hover {
	font-size: 12px;
	font-weight: bold;
	color: #009933;
	text-decoration: underline;
}
.text1 {
	font-size: 12px;
	color: #333333;
}
.kyouchou {
	font-size: 14px;
	color: #000099;
}
