/* 
======================  ボディ配下 詳細ページ styles */
h2{
	margin:0;
	font-weight:normal;
	text-indent:-9999px;
	text-decoration:none;
	background-repeat:no-repeat;
	padding-bottom:1em;
	background-image:url("../images/Body/shataiKensakuOBI.gif");
	height:20px;

	font-size:10px;
}


/*
====================== 車体向けのテキストが入ったボタン */

td#referenceBTN{ /* モダンブラウザ向け＆データ先読み */
	background-image:url("../images/Body/referenceBTN_f2.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	width:217px;
	height:54px;
	
	text-indent:-9999px;
}

td#referenceBTN a:link, td#referenceBTN a:visited{
	display:block;
	background:transparent;
	width:217px;
	height:54px;

	text-decoration:none;
	background-image:url("../images/Body/referenceBTN_f1.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}

td#referenceBTN a:hover{
	background:transparent;
	width:217px;
	height:54px;

	text-decoration:none;
	background-image:url("../images/Body/referenceBTN_f2.gif");
	background-repeat:no-repeat;
	background-position:bottom right;	
}

