@charset "utf-8";
/* CSS Document */
a {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFF00;
	text-decoration: none;
}
#navi {
	background-color: transparent/* green*/;
	list-style-type: none;
	position: relative;
	top: 200px;
	width: 150px;
	z-index: 30;
}
#navi a {
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-color: #4d4d4d;
	display: block;
	color: #FFFFFF;
}
#navi a:hover {
	background-color: #333333;
	font-family: Arial, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
#navi li {
	background-color: transparent;
}
#navi_taste:hover /*#subnavi*/ {
	display: block;
}
#subnavi a {
	background-color: #4d4d4d;
	width: 84px;
}
#subnavi a:hover {
	background-color: #333333;
}