@charset "utf-8";
/* CSS Document */
.point{
	color:#C00;
}
html{
	font-size:12px;
	color:#333;
}
.errInput{
	border:1px solid #F00;	
}
a.blueLink:LINK,a.blueLink:VISITED{
	color:#2788E9;
	text-decoration:underline;
}
a.blueLink:HOVER{
	color:#399;
	text-decoration:none;
}
a.grayLink:LINK,a.grayLink:VISITED{
	color:#333;
	text-decoration:underline;
}
a.grayLink:HOVER{
	color:#EEE;
	text-decoration:none;
}