.accordion2 {
	width:230px;
	height: auto;
	margin:0px;
	padding:0px;
	text-decoration:none;
	position:relative
}
.accordion2 dt {
	width:210px;
	cursor:pointer;
	background-image:url(../../images/sp_mn.png);
	background-repeat:no-repeat;
	background-position:center left;
	background-color:#fff;
	height: 26px;
	padding-top: 10px;
	padding-left: 25px;
	font-size: 13px;
	color: #666;
	text-decoration:none;
	margin-bottom:5px;
	border:solid 1px #ddd;

	
}
.accordion2 dt:hover {
background-color:#0e4020;
color:#FFF
}
.accordion2 .open {
	width:210px;
	background-repeat:no-repeat;
	background-position:center left;
	height: 26px;
	padding-top: 10px;
	padding-left: 25px;
	background-image:url(../../images/sp_mn.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-color:#0e4020;
	color:#fff;
}
.accordion2 dd {
	overflow:hidden;
	padding:0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
#SubMenu {

	height: auto;
	width:230px;
}
#SubMenu div a {
	height: 24px;
	width: 210px;
	font-size: 12px;
	font-weight: normal;
	color:#777;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-left: 25px;
	border-bottom:solid 1px #eee;
}
#SubMenu div a:visited {
	text-decoration: none;
	font-weight: normal;
}
#SubMenu div a:hover {
	text-decoration:underline;
	color:#555;
}
#MenuSubTop {
	float: left;
	height: 3px;
	width: 200px;
	display: block;
	margin-left: 1px;
}

div.MenuSubFooter {
	background-repeat: no-repeat;
	float: left;
	height: 1px;
	width: 200px;
	display: block;
	margin-left: 1px;
}
div.SubpageMenuFrame {
	float: left;
	height: auto;
	width: 205px;

}
.linkmenu{
	color:#666;
	text-decoration:none
}
.linkmenu:hover{
	color:#fff;
}
