@charset "utf-8";

ul#menu li.number {
	/* 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.number a {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

input.searchtext {
	width: 80px;
	margin-right: 5px;
}

