@charset "utf-8";
/* CSS Document */


	/* ナビゲーション１
	---------------------------------------------*/
#navigation-e img{
	margin:0;
	padding:0;
	/*vertical-align: bottom;*/
	vertical-align: text-bottom;
	font-size:0;
	ine-height: 0;
	}
	
	#navigation-e {
	float:left;
	/*position: absolute;*/
	width: 145px;
	height:150px;
	left: 0px;
	top: 0px;
	}
	#navigation-e ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#navigation-e li {
	float: left;
	width: 145px;
	/*height:30px;*/
	margin: 0px;
	padding: 0px;
	}	
	#navigation-e li a:hover {
		color: #fb7e19;		
		text-decoration: none;
		/*background: url(images/menu-bg.gif) no-repeat right top;*/
	}
	
#navigation-e th {
		padding:0;
		margin:0px;
		height:8px;
		font-size:0;
	ine-height: 0;
	}	

#navigation-e td a {
		display: block;
		margin:0px;
		text-align: left;
		padding:0px 0 0px 28px;/*文字の位置*/
		/*height  :28px;*/
		height:20px;
		color: #333333;
		background:url(../images/side_menu2_off.gif) no-repeat;
		font-size:11px;
		text-decoration: none;
		/*border-bottom:solid #990000 1px;*/
	}
#navigation-e td a:hover {
		text-decoration: none;
		background:url(../images/side_menu2_on.gif) no-repeat;
		font-weight:bold;
		color: #B91132;
	}
	
	#navigation-e li li .stay {
		text-decoration: none;
		background:url(../images/side_menu2_on.gif) no-repeat;
		font-weight:bold;
		color: #B91132;
	}

#navigation-e ul li.parent ul {
		display: none;
	}
#navigation-e ul li.parentOn ul {
		display: block;
	}	
