//グレードランキング
function ranking_grade(){

document.write('<div class="secGrade">');
document.write('<h3><img src="../auto-ranking/fit/image/h3_grade.gif" alt="グレードランキング" width="319" height="21"></h3>');
document.write('<p class="caption">＜2010年1月＞</p>');
document.write('<div class="imgBoxR clearfix">');
document.write('<p class="fltImg"><img src="../auto-ranking/fit/image/g.jpg" width="116" height="60" alt="G" ></p>');
document.write('<dl class="ft">');

//1位
document.write('<dt><img src="../auto-ranking/fit/image/ico_rank_01.gif" alt="1" width="16" height="12" class="rank"></dt>');
document.write('<dd>G</dd>');

//2位
document.write('<dt><img src="../auto-ranking/fit/image/ico_rank_02.gif" alt="2" width="16" height="12" class="rank"></dt>');
document.write('<dd>Gスマート セレクション</dd>');

//3位
document.write('<dt><img src="../auto-ranking/fit/image/ico_rank_03.gif" alt="3" width="16" height="12" class="rank"></dt>');
document.write('<dd>X</dd>');
document.write('</dl>');
document.write('</div>');
document.write('</div>');

document.write('<div class="secColor">');
document.write('<h3><img src="../auto-ranking/fit/image/h3_color.gif" alt="カラーランキング" width="319" height="21"></h3>');
document.write('<p class="caption">＜2010年1月＞</p>');
document.write('<ol>');

//1位
document.write('<li><p><img src="../auto-ranking/fit/image/ico_rank_01.gif" alt="1" width="16" height="12" class="rank">アラバスターシルバー・メタリック</p><img src="../auto-ranking/fit/image/color_ranking_03.gif" alt="アラバスターシルバー・メタリック" width="110" height="12"></li>');

//2位
document.write('<li><p><img src="../auto-ranking/fit/image/ico_rank_02.gif" alt="2" width="16" height="12" class="rank">クリスタルブラック・パール</p><img src="../auto-ranking/fit/image/color_ranking_01.gif" alt="クリスタルブラック・パール" width="110" height="12"></li>');

//3位
document.write('<li><p><img src="../auto-ranking/fit/image/ico_rank_03.gif" alt="3" width="16" height="12" class="rank">プレミアムホワイト・パール</p><img src="../auto-ranking/fit/image/color_ranking_02.gif" alt="プレミアムホワイト・パール" width="110" height="12"></li>');
document.write('</ol>');
document.write('</div>');
}


//グレードランキング

//function ranking_grade(){
//	document.write('<h3><img src="../auto-ranking/fit/image/ranking_grade.gif" alt="グレードランキング" width="89" height="10" /></h3>');
//	document.write('<p>＜2010年1月＞</p>');//←年月日更新
//	document.write('<ol>');
//	document.write('<li class="no01">G特別仕様車<br />スマート スタイル エディション</li>');//←1位更新
//	document.write('<li class="no02">G</li>');//←2位更新
//	document.write('<li class="no03">L特別仕様車<br />スマート スタイル エディション</li>');//←3位更新
//	document.write('</ol>');
//	document.write('<p class="grade_photo"><img src="../auto-ranking/fit/image/grade.jpg" alt="" width="110" height="52" /></p>');//←jpg更新
//}






//カラーランキング

//function ranking_color(){
//	document.write('<h3><img src="../auto-ranking/fit/image/ranking_color.gif" alt="カラーランキング" width="80" height="10" /></h3>');
//	document.write('<p>＜2010年1月＞</p>');//←年月日更新
//	document.write('<ol>');
	
	
	//★1位
//	document.write('<li class="no01">');
//	document.write('<dl class="clearfix">');
//	document.write('<dt>アラバスタシルバー・メタリック</dt>');//←1位更新
//	document.write('<dd><img src="../auto-ranking/fit/image/color_asmt.gif" alt="アラバスタシルバー・メタリック" width="108" height="10" /></dd>');//←1位画像、alt更新
//	document.write('</dl>');
//	document.write('</li>');
	
	
	//★2位
//	document.write('<li class="no02">');
//	document.write('<dl class="clearfix">');
//	document.write('<dt>クリスタルブラック・パール</dt>');//←2位更新
//	document.write('<dd><img src="../auto-ranking/fit/image/color_crbp.gif" alt="クリスタルブラック・パール" width="108" height="10" /></dd>');//←2位画像、alt更新
//	document.write('</dl>');
//	document.write('</li>');
	
	
	//★3位
//	document.write('<li class="no03">');
//	document.write('<dl class="clearfix">');
//	document.write('<dt>プレミアムホワイト・パール</dt>');//←3位更新
//	document.write('<dd><img src="../auto-ranking/fit/image/color_prwp.gif" alt="プレミアムホワイト・パール" width="108" height="10" /></dd>');//←3位画像、alt更新
//	document.write('</dl>');
//	document.write('</li>');
	
	
//	document.write('</ol>');	
//}