@charset "utf-8";
/* CSS Document */

.accordion{
	width: 155px;
	padding-left: 3px;
}
	
.accordion a {
	color: #333;
	text-decoration: none;
	display: block;
	width: 145px;

}

	
.accordion a:hover {
	color: #333;
	text-decoration: underline;
	font-weight: bold;
	background-color: #DFFFDF;
	border: 1px dotted #CCC;

}
	
.accordion dl,dt,dd {
margin:0;
padding:0;
}

.accordion dl {
	width:150px;
	border:1px solid #999;
}

.accordion dt {
	font-weight:bold;
	text-align:left;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 30px;
	width: 155px;
	text-decoration: none;
/*	background-image: url(images/acc_menu_last.gif);*/
}



.accordion dt img {
display:block;
margin:0;
padding:0;
border:none;
}

.accordion dt span {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	line-height: 2em;
}
.accordion dt .admin {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-memu-admin.gif);
	color: #0A2B34;
}

.accordion dt .info {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-memu-info.gif);
	color: #442a1c;
}

.accordion dt .guide {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-memu-guide.gif);
	color: #FFF;
}

.accordion dt .child {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-memu-child.gif);
	color: #005700;
}

.accordion dt .machizukuri {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-memu-machizukuri.gif);
	color: #441a2c;
}

.accordion dt .etc {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;
	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-memu-etc.gif);
	color: #FFF;
}
	
.accordion dt .life {
	font-weight:bold;
	display:block;
	height: 30px;
	text-decoration: none;

	padding: ;
	width: 155px;
	text-align: center;
	overflow: hidden;
	background-image: url(../img-parts/menu/s-menu-life.gif);
	color: #FFF;
}
	

.accordion ul {
margin:0;
padding:0;
}

.accordion li {
	margin-right: 0;
	padding-right: 0;
	padding-left: 5px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	width: 140px;
	margin-top: 1px;
	line-height: 1.2em;
}

.accordion span.accordionActive{

}
.accordion .accordionActive{

}
.accordion span.accordionOver{


}
.accordion .accordionOver{


}

