//グレードランキング
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">＜2011年12月＞</p>');
document.write('<div class="imgBoxR clearfix">');
document.write('<p class="fltImg"><img src="../auto-ranking/fit/image/type_G_tenAni.jpg" width="116" height="60" alt="13G・10th アニバーサリー" ></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>13G・10th アニバーサリー</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>HYBRID・10th アニバーサリー</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>G</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">＜2011年12月＞</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_prwp.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_01.gif" alt="クリスタルブラック・パール" width="110" height="12"></li>');


document.write('</ol>');
document.write('</div>');
}



