/* charset */
@charset "UTF-8";
/* 共通定義 */

#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-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;
}
