<!--ニュース＆トピックス-->

function news_topics(){
document.write('<dl class="clearfix">');

//1トピックス
document.write('<dt>2011.11.22</dt>');
document.write('<dd>');
document.write('<div>');
document.write('<a href="/usersvoice/acty-truck/">ユーザーズボイス<br />「今年の紅葉は」（全投稿数29件）</a>');
document.write('</div>');
document.write('</dd>');

//1トピックス
document.write('<dt>2011.10.30</dt>');
document.write('<dd>');
document.write('<div>');
document.write('<a href="/familymeeting/acty-truck/">クルマ家族会議<br />「お手伝い出来るかも?」（全投稿数14件）</a>');
document.write('</div>');
document.write('</dd>');
	
//1トピックス
document.write('<dt>2010.12.09</dt>');
document.write('<dd>');
document.write('<div>');
document.write('<a href="/news/2010/4101209-acty.html">軽商用車「アクティ・トラック」を一部改良し発売</a>');
document.write('</div>');
document.write('</dd>');

//1トピックス
document.write('<dt>2009.12.17</dt>');
document.write('<dd>');
document.write('<div>');
document.write('<a href="/news/2009/4091217-acty.html">軽商用車「アクティ・トラック」を10年ぶりにフルモデルチェンジし発売</a>');
document.write('</div>');
document.write('</dd>');
document.write('</dl>');
}
