/* CSS Document */
#menu {
	height: auto;
	width: 145px;
}
#menu ul,menu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: block;
	border-bottom: thin solid white;
}
#menu ul {
	border-top: thin solid white;
	border-left: thin solid white;
	border-right: thin solid white;
}
#menu a, #menu a:link #menu a:visited {
	color: #0000FF;
	text-decoration: none;
	background: #FFFFCC;
	display: block;
	padding: 2px 10px;
	height: auto;
	width: auto;
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	text-align: center;
}
#menu a:hover {
	color: #000033;
	text-decoration: none;
	text-align: center;
	background-color: #FFFF33;
}
.current {
	color: #000033;
	text-decoration: none;
	background: #336699;
	text-align: center;
	font: 12px "‚l‚r ‚oƒSƒVƒbƒN", Osaka;
	display: block;
}
#menu li#menu_current a{
	display: block;
	padding: 2px 10px;
	margin: 0px;
	background-color: #FFCC00;
}
#menu li#menu_current a:hover{
	color: #000033;
	text-decoration: underline;
	text-align: center;
	background-color: #FFFF33;
}
#menu li#menu_shinki a {
	display: block;
	padding: 2px 10px;
	margin: 0px;
	background-color: #FFFF66;
}
#menu li#menu_shinki a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: #FF6699;
	text-align: center;
}
