@charset "UTF-8";



/* カテゴリ背景カラーと文字上下幅デザイン */
#naviCategory li {
   line-height:2.0em;
   text-align: center;
   /*background:#FFF;*/
}

#naviCategory li li {
   text-align: center;
}

/* 下位カテゴリの文字の色と枠の幅 */
#naviCategory li a{
   display: block;
   width:80px;
   text-decoration:none;
   color:#000;
   padding:0 0px;
}

#naviCategory ul#naviInside li a {
	display: block;
	width: 95px;
	height: 21px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	}
	
#naviCategory ul#naviInside .childBase li a{
	display: block;
	width: 100px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	padding-left: 5px;
	border:none;
	background-color:#ebebeb;
	color:#000 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}	

#naviCategory ul#naviInside .childTops li a{
	display: block;
	width: 120px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	padding-left: 5px;
	border:none;
	background-color:#ebebeb;
	color:#000 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
		
#naviCategory ul#naviInside li li a:hover {
	background: none;
	color:#FFF !important;
	}	
	
#naviCategory ul#naviInside .childOne li a{
	display: block;
	width: 180px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	padding-left: 5px;
	border:none;
	background-color:#ebebeb;
	color:#000 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

#naviCategory ul#naviInside .childGoods li{
	display: block;
	width: 125px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

#naviCategory ul#naviInside .childGoods li a{
	display: block;
	width: 125px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	padding-left: 5px;
	border:none;
	background-color:#ebebeb;
	color:#000 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

#naviCategory ul#naviInside .childSpecial li{
	display: block;
	width: 180px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}

#naviCategory ul#naviInside .childSpecial li a{
	display: block;
	width: 180px;
	height: 36px;
	text-align:left;
	line-height:3.5;
	display:block;
	padding-left: 5px;
	border:none;
	background-color:#ebebeb;
	color:#000 !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	}
	
/*サイトカラー変更*/
/*IE6用*/
#naviInside li a:hover {
   background:#333333;
   color:#fff !important;
}

/*IE6用end*/

#naviInside li:hover {
   background:#333333;
   color:#fff !important;
}

#naviInside li:hover a{
   background:#333333;
   color:#fff !important;
}