/* charset */
@charset "UTF-8";
/* 共通定義 */

/*---ForFireFox---*/
a:focus{outline:none;}

#infomation p {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #152B3B;
	border-right-color: #152B3B;
	border-bottom-color: #152B3B;
	border-left-color: #152B3B;
}
#infomation p.icon-campaign {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	background-image: url(../images/icon_campaign.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 53px;
}
#infomation p.icon-fair {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	background-image: url(../images/icon_fair.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 53px;
}
#infomation p.icon-topic {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	background-image: url(../images/icon_topic.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 53px;
}
#infomation p.icon-car {
	font-size: 12px;
	line-height: 17px;
	color: #000;
	background-image: url(../images/icon_car.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 53px;
}
#infomation p strong {
	padding-right: 12px;
	font-weight: normal;
	color: #000000;
}
#infomation p a {
	color: #000;
	text-decoration: none;
}
#infomation p a:visited {
	color: #000;
	text-decoration: none;
}
#infomation p a:hover {
	color: #000;
	text-decoration: underline;
}


/*ディーラー検索ボタン*/
.dealerBtn{
	width:210px;
	margin:15px auto;
}
.dealerBtn a{
	background:url(../080513/images/dealer_btn.jpg) no-repeat;
	width:210px;
	height:37px;
	text-indent:-9999px;
	display:block;
	font-size:2px;
}
.dealerBtn a:hover{
	background-position:0 -37px;

}
