@charset "utf-8";

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

input.url {
	width: 100%;
	max-width: 320px;
}

table.table01 td input {
	width: 95%;
}

table.table01 td textarea {
	height: 100px;
	width: 95%;
}

