/* CSS Document */


/*車種別　商品別切り替え*/
#chenge-box{
	width:198px;
	height:30px;
	clear: both;
	margin-top:15px;
}

#chenge ul{
	margin:0px 0px 2px 0px;
	width:62px;
	height:20px;
	overflow:hidden;
	text-align:center;
	background-image:url(../images/button01-01.png);
	background-position:top left;
	background-color:#CCCCCC;
	background-repeat:no-repeat;
	list-style-type: none;
}

#chenge li{
	list-style-type: none;
	text-align:center;
	line-height: 1.8em;
	float: left;
	font-size:0.95em;
	padding-left: 3px;

}

#chenge	a{
	display:block;
	width:62px;
	height:20px;
	text-decoration:none;
	background-image:url(../images/button01-01.png);
	background-repeat:no-repeat;
	color:#000000;
	font-size:0.85em;
}

#chenge li a:hover{
	display:block;
	background-image:url(../images/button01-02.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size: 0.85em;
}

/*ナビゲーション部分*/
#global-naviBox{
	width:198px;
	height:auto;
	clear:both;
	margin:10px 0 0 0;
	background-color: #FFFFEE;
	overflow: hidden;

}
#global-navi li{
	margin:0px;
	width:198px;
	height:40px;
	overflow:hidden;
	text-align:left;
	background-image:url(../images/images/navi02-01a.png);
	background-position:top left;
	background-color:#FFF;
	background-repeat:no-repeat;
	border:solid #999999;
	border-width: 0 1px 0px 1px;
	list-style-type: none;
	width:198px;
	text-indent: 2.5em;
	line-height: 3em;
}

#global-navi a{
	display:block;
	width:198px;
	height:40x;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/images/navi02-01a.png);
	background-repeat:no-repeat;
	color:#333333;
}

#global-navi li a:hover{
	display:block;
	background-image:url(../images/images/navi02-02a.png);
	background-repeat:no-repeat;
	color:#000000;
}


#item-navi li{
	margin:0px;
	width:198px;
	height:40px;
	overflow:hidden;
	text-align:left;
	background-image:url(../images/images/navi01-01a.png);
	background-position:top left;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	border:solid #999999;
	border-width: 0 1px 0px 1px;
	list-style-type: none;
	width:198px;
	text-indent: 2.5em;
	line-height: 3em;
}

#item-navi a{
	display:block;
	width:198px;
	height:40px;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/images/navi01-01a.png);
	background-repeat:no-repeat;
	color:#333;
}

#item-navi li a:hover{
	display:block;
	background-image:url(../images/images/navi01-02a.png);
	background-repeat:no-repeat;
	color:#000000;
}


/*ナビゲーション中カテゴリ*/

.naviBox1 li{
	margin:0;
	width:198px;
	height:auto;
	overflow:hidden;
	text-align:left;
	background-color:#FFFFEC;
	list-style-type: none;
	width:196px;
	text-indent: 1.5em;
	line-height: 2em;
}
.naviBox2 li{
	list-style:none;
	width:188px;
	text-indent: 2em;
	line-height: 2em;
	margin-left:10px;
}

