/*
====================== フォント指定class  
ページ毎に依存度の高いモノ以外を記述。
（見出しの帯として背景画像処理した h2 h3 h4 など）

上記に該当するものについては、各ページ毎のＣＳＳに記述。
*/




/*
====================== Base & Layout Font styles  */
body {color: #333333;	font-size:90%;}
#headNavi,#breadCrumbs,#footNavi,address,.toTop{font-size:12px;}
#subSection h4,#subSection div{	font-size:13px;}



/*
====================== TOP Font styles  */
#ToprecoBike{font-size:90%;}
.bikeName{margin:0;	padding:0;font-weight:bold;}
.comment{font-size:90%;}
#TOPnewShop,#TOPmontly{font-size:90%;}
#TOPmakerList,#TOPtypeList,#TOPhaikiList,#TOPpartsList{font-size:90%;}
.shopName{font-size:14px;}



/*
====================== Common Font styles  */

/* Use list Pages */
#viewListQuery,#serchBlock{font-size:90%;}
.searchQuery{	font-size:11px;	}
.price{	font-size:12px;font-weight:bold;}
.price strong{	color:#FF0000;}

/*#queryTbl,#queryTbl th,#queryTbl td{font-size:11px;}*/
/*.Price{	color:#C00;}*/



/* Use detail Pages */
#detailTBL table,#shopData table{font-size:12px;}
.particular h4{font-size:13px;color:#666;}
.DetailLeft th,.Detailright th,.shopDataTBL th{color:#666; font-weight:bold;}


