@charset "utf-8";

ul#menu li.about {
	/* Firefox */
	background: -moz-linear-gradient(top center, #FFFFFF 0%, #FF9900 100%);
	/* Chrom と Safari */
	background: -webkit-gradient(linear, center top, center bottom, from(#FFCC66), to(#FF9900));
	/* 共通 */
	background: linear-gradient(top center, #FFFFFF 0%, #FF9900 100%);
}

ul#menu li.about a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

table.table01 th.grade {
	width: 30px;
}
