/* トップメニューの表示 */
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	float: left;
	background-color: #191970;
	border: 1pix outset #ffcc00;
	margin-right: 1px;
}
#menu li.info {
	border-left: 1px solid #3333;
}
#menu a, #menu a:link, #menu a:visited {
	text-decoration: underline;
	font-size: small;
	color: #ffffff;
	background-color: transparent;
	display: block;
	width: 105px;
	height: auto;
	text-align: center;
	padding: 2px 0;
	position: relative;
}
#menu a:hover {
	text-decoration: none;
	color: #0000ff;
	font-size: small;
	font-weight: bold;
	background-color: #e6e6fa;
	top: 1px;
}
