@charset "shift_jis";




/* tree */
.menu{
	padding: 0px;
	height: auto;
	width: 215px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.menubar_top{
	margin: 0px;
	padding: 0px;
	height: 62px;
	width: 215px;
}


.menu ul{
	padding: 0px;
	width: 175px;
	list-style-type: none;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.menu ul li{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 175px;
	float: left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/menu_sub_off.gif);
}


.btn_none{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 175px;
	float: left;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/menu_sub_none.gif);
}

.menu ul li a,
.menu ul li a:visited{
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 175px;
	display:block;
}

.menu ul li a:hover{
	background-image: url(../img/menu_sub_on.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 175px;
	background-position: left top;
	display:block;
}


.btn_ele{
	background-image: url(../system/elevoice/elemental_voice1.gif);
	background-repeat: no-repeat;
	height: 35px;
	width: 165px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0px;
}

.btn_ele a:link,
.btn_ele a:visited{
	background-image: url(../system/elevoice/elemental_voice1.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 165px;
	display: block;
}

.btn_ele a:hover{
	background-image: url(../system/elevoice/elemental_voice2.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 165px;
	display: block;
}

