/*タグ*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}
body,td {
	color: #444444;
	letter-spacing: 0.1em;
	font: 10px/15px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
hr { 
	color:#CCCCCC;											/*線色(IE用)*/
	height: 1px;											/*線幅*/
	border:0px;												/*線幅(NN・IE)*/
	background-color:#CCCCCC								/* 線色(NN用) */
	border-style:solid;										/*線種*/
} 

td a {
	font-size:10px;
	color:#BF1A20;
	text-decoration:none;
	line-height:20px;
}
td a:hover {
	font-size:10px;
	color:#FF0000;
	text-decoration:underline;
	line-height: 20px;
}

/*クラス*/
.date {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	padding: 3px;
	letter-spacing: 0.1em;
}
.date_sub_news {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px;
	letter-spacing: 0.1em;
}

.item_name {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.txt_tax {
	font-size: 10px;
	color: #666666;
}
.txt_cash {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.txt_pn {
	font-size: 10px;
	color: #333333;
}
/*.list_name {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
}
*/
/*ストックリストページタイトル用*/
.title_bg {
	background: url(img/title_stocklist.gif) no-repeat;
	height: 37px;
	width: 750px;
}
/*ストックリスト検索数表示テキスト用*/
.hit_txt {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
/*ストックリスト検索数表示テキスト用*/
.hit_txt_red {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.car_name {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.title_bg {
	background: url(../img/title_stocklist.gif) no-repeat;
	height: 37px;
	width: 750px;
}
/*フッタコピーライト*/
.copy_txt {
	font-size: 10px;
	color: #000000;
}
/*コメテキスト*/
.kome {
	font-size: 10px;
	color: #FF0000;
}
/*テーブル枠外*/
.colum {
	padding: 0px;
	line-height: 25px;
	background: #ffffff;
	margin: 0px;
	border-collapse:collapse;
	border: 1px solid #999999;
}
/*テーブル枠中※colum内のみ*/
.colum td {
	font-size:10px;
	padding-left:10px;
	height: 25px;
	border: 1px solid #999999;
	padding-top: 5px;
	text-align: left;
	vertical-align: middle;
	padding-bottom: 5px;
}

/*パーツリスト・パーツ詳細のみ使用クラス*/
/*パーツリスト詳細商品名*/
.list_name {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #666666;
	border-left: 5px solid #666666;
}
/*パーツリスト詳細型番号*/
.txt_pn {
	font-size: 10px;
	color: #333333;
}
/*パーツリスト詳細値段*/
.txt_cash {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
/*パーツリスト商品名*/
.item_name {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}

/*トップページのみ使用クラス*/
.top_newshead_bg {
	background: url(../img/top_news_title.gif) no-repeat;
}
.top_news_bold {
	font-size: 8pt;
	color: #FF0000;
	line-height:110%;
}
.top_pickup_txt {
	font-size: 10px;
	color: #FFFFFF;
}
.top_pickup_bold {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
.pickup_border {
	border: 1px solid #999999;
}
/*ストックリスト、スペックテキスト*/
.tb_spec_s {
}
.tb_spec_s td {
	font-size:10px;
	line-height: normal;
}
.main_bg_shadow {
	background: #FFFFFF url(../img/main_bg_shadow.gif) repeat-y center center;
}
