@charset "utf-8";
/* CSS Document */
.menu_list {
	width: 150px;
}
.menu_head {
	cursor: pointer;
	position: relative;
	margin:0px;
	background-repeat: no-repeat;
	background-position: right center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu_body {
	display:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.menu_body a {
	display:block;
	color:#666666;
	padding-left:10px;
	text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}

