@charset "Shift_JIS";

/*__________________________________________________

  brandList (フッターブランドリスト)
  __________________________________________________*/

.brandList{
	clear:inherit;
	float:left;
	margin:10px 0;
	padding:0;
	border:3px solid #f0f0f0;
	width:100%;
}
.brandList h4{
	padding:8px;
	background:#f0f0f0;
	text-align:center;
}
.brandListLine{
	float:left;
	margin:5px;
	width:217px;
}
.brandList dt,.brandList dd{
	margin:3px;
	padding:0 0 0 15px;
	text-align:left;
}
.brandList dt{
	margin-top:10px;
	margin-bottom:5px;
	background:url('../img/brand_list_ar.png') 0 0 no-repeat;
	font-weight:bold;
	font-size:0.85em;
	color:#888;
}
.brandList dt a,.brandList dt a:hover,.brandList dt a:visited{
	color:#888;
}
.brandList dt a:hover{
	color:#888;
	text-decoration:underline;
}
.brandList dd{
	margin-bottom:5px;
	background:url('../img/brand_list_ars.png') 0 0 no-repeat;
	font-size:0.85em;
}
.brandList dd.last{
	background:none;
}
.brandList dd a,.brandList dd a:visited{
	color:#a4a4a4;
}
.brandList dd a:hover{
	text-decoration:underline;
	color:#a4a4a4;
}








