//グレードランキング

function ranking_grade(){
	document.write('<h3><img src="../auto-ranking/stepwgn/image/grade_damy.gif" alt="グレードランキング" name="grade_damy" width="300" height="20" border="0" id="grade_damy" /></h3>');
	document.write('<p>＜2010年1月＞</p>');//←年月日更新
	document.write('<ol style="width:167px;">');
	document.write('<li class="no01">G・Lパッケージ</li>');//←1位更新
	document.write('<li class="no02">L</li>');//←2位更新
	document.write('<li class="no03">G</li>');//←3位更新
	document.write('</ol>');
	document.write('<p class="grade_photo"><img src="../auto-ranking/stepwgn/image/type_gl.gif" alt="G・Lパッケージ" width="124" height="60" /></p>');//←jpg更新
}


//カラーランキング

function ranking_color(){
	document.write('<h3><img src="../auto-ranking/stepwgn/image/color_damy.gif" alt="カラーランキング" name="color_damy" width="300" height="20" border="0" id="color_damy" /></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/stepwgn/image/color_crystalblack-p.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/stepwgn/image/color_prmmwht.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/stepwgn/image/color_spplcn_m.gif" alt="スーパープラチナ・メタリック" width="108" height="10" /></dd>');//←3位画像、alt更新
	document.write('</dl>');
	document.write('</li>');
	document.write('</ol>');	
}