@charset "utf-8";

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


