/*	■見出し	*/
.blue
{
	color			: white;
	font-weight		: bold;
	padding			:  2px 25px;
	background		: url(../images/h_topics3.gif) no-repeat left center;
}
.gray
{
	color			: black;
	font-weight		: bold;
	padding-left	: 25px;
	background		: url(../images/h_topics2.gif) no-repeat left center;
}
.red
{
	color			: white;
	font-weight		: bold;
	padding-left	: 25px;
	background		: url(../images/h_topics.gif) no-repeat left center;
}
.red2
{
	color			: white;
	font-weight		: bold;
	padding-left	: 25px;
	background		: url(../images/h_topics4.jpg) no-repeat left center;
}
.red a:link{ color	: white; font-weight:bold; }
.red a:visited{ color	: white; font-weight:bold; }

/*	基本	*/
table
{
	width			: 550px;
	border-collapse	: collapse;
	margin			: 10px;
}
table td,th
{
	border			: 1px solid black;
	padding			: 2px 5px;
}
table th
{
	color			: black;
	background		: url(../images/back.jpg) left top;
	font-weight		: bold;
}
/*	画像	*/
table.photo_thumb
{
	width			: 100px;
	margin			: 0px;
	margin-bottom	: auto;
}
.photo_thumb
{
	vertical-align	: top;
}
.photo_thumb img
{
	padding-bottom	: 10px;
}
table.photo_thumb td
{
	border			: 0px;
	padding-left	: 5px;
	padding-top		: 5px;
}

/*	情報部分	*/
td.title
{
	text-align			: right;
	padding-right		: 10px;
}
div.price
{
	font-size		: 1.05em;
	font-weight		: bold;
}
div.price span.price
{
	color			: red;
	font-size		: 1.3em;
	font-weight		: bold;
	text-align		: right;
}

/*	SHOP情報	*/
td.td_image
{
	padding	:0px;
	width	: 120px;
}
td.td_image img
{
	width	: 120px;
}
div#link_area
{
	text-align		: left;
	margin-left		: 10px;
	margin-bottom	: 20px;
}
/*	コンタクトフォーム	*/
form#contact_form
{
	display		: none;
}
/*	在庫車とかへのリンク	*/
a.shop_links
{
	background		: url(../images/mark2.gif) no-repeat left center;
	padding-left	: 22px;
	margin-right	: 5px;
}
/*	コメント	*/
td.comment
{
	padding			: 15px;
	line-height		: 1.4em;
}
/*	見積り用	*/
div#estimate p
{
	margin-left		: 10px;
	line-height		: 1.4em;
}
div#estimate table.tax_sal
{
	float			: left;
	width			: 260px;
}
div#estimate hr
{
	size			: 1px;
	width			: 90%;
	margin			: 20px;
}




