/* 
====================== パーツ詳細表示ページ styles */
h2{

margin:0;
font-weight:normal;
font-size:10px;
	text-indent:-9999px;
	text-decoration:none;
	background-repeat:no-repeat;
	padding-bottom:1em;
	background-image:url("../images/Parts/partsKensakuOBI.gif");
	height:20px;

}


/*
====================== パーツ向けのテキストが入ったボタン */

td#referenceBTN{ /* モダンブラウザ向け＆データ先読み */
	background-image:url("../images/Parts/referenceBTN_f2.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
	vertical-align		: bottom;
	text-align			: 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-align			: left;
	text-decoration:none;	
	background-image:url("../images/Parts/referenceBTN_f1.gif");
	background-repeat:no-repeat;
	background-position:bottom right;
}

td#referenceBTN a:hover{
	background:transparent;
	width:217px;
	height:54px;
	
	text-align			: left;
	text-decoration:none;
	background-image:url("../images/Parts/referenceBTN_f2.gif");
	background-repeat:no-repeat;
	background-position:bottom right;	
}



/*
====================== オプションプルダウン */
#option{
	clear:both;
	margin:5px 0 15px 0;
	padding:5px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	
	font-size:10px;
}

/* Hides from IE5-mac \*/
*html #option{font-size:12px;}
/* End hide from IE5-mac */

#option select{
	width:95px;

}

#option label{
	margin-left:8px;

}
/*	買い物カゴ	*/
table#OptionArea
{
	width				: 230px;
	float				: left;
}
div#CartArea
{
	margin				: 0.5em;
	width				: 500px;
	text-align			: right;
}
a#PartsCart
{
	display				: block;
	width				: 217px;
	height				: 54px;
	background			: url("/images/Parts/referenceBTN_c1.gif") no-repeat top left;
	text-decoration		: none;
}
a#PartsCart:hover
{
	background			: url("/images/Parts/referenceBTN_c2.gif") no-repeat top left;
}
