@charset "utf-8";
/* CSS Document */

/*特集バナー*/
#right a#special{
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 10px;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 2px solid #999;
	background: #fff url(../banner/ecocar.jpg) no-repeat right bottom;
	text-align: left;
}
#right a#special:hover{
	border: 2px solid #f90;
	text-decoration: none;
}

#right a#special span{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}
#right a#special strong{
	color: #f00;
	font-size: 15px;
	font-weight: bold;
}


/*セール告知*/
#left #campaign{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 0 15px 0;
	position: relative;
}
#left #campaign a{
	padding: 6px 5px 4px 40px;
	color: #221;
	position: relative;
	display: block;
	height: 20px;
	font-size: 12px;
	width: 300px;
}
	#left #campaign a:hover{
	}
	#left #campaign a strong{
		font-size: 16px;
		margin: 0 0.5em;
		color: #f33;
	}
#left #campaign a span.date{
	font-size: 10px;
	color: #665;
}
#left #campaign a span.sale{
	position: absolute;
	top: 0;
	left: 0;
	background: url(../sale/images/sale_icon_30.gif) no-repeat left top;
	display: block;
	width: 30px;
	height: 30px;
}
