// JavaScript Document

function side() {
var side_content = '<link href="css/0810table.css" type=text/css rel=stylesheet>';

//アクセスランキング　↓
side_content += '<dl class="rank_side_box0">';
side_content += '<dt><img src="http://kuchiran.jp/images2/side/side_tl02.gif" width="118" height="15"><br>8/30-9/5</dt>';
side_content += '<dd>1.<a href="http://kuchiran.jp/money/saving.html">節約術</a></dd>';
side_content += '<dd class="bgcolor1">2.<a href="http://kuchiran.jp/money/homeloan.html">住宅ローン</a></dd>';
side_content += '<dd>3.<a href="http://kuchiran.jp/money/creotoku.html">お得なクレジットカード</a></dd>';
side_content += '<dd class="bgcolor1">4.<a href="http://kuchiran.jp/life/foodeli.html">食材宅配</a></dd>';
side_content += '<dd>5.<a href="http://kuchiran.jp/business/recruit.html">人材紹介会社</a></dd>';
side_content += '</dl>';
//アクセスランキング　↑

//注目のランキング　↓
side_content += '<dl class="rank_side_box1">';
side_content += '<dt><img src="http://kuchiran.jp/images2/side/side_tl01.gif" width="118" height="15"></dt>';
side_content += '<dd><a href="http://kuchiran.jp/life/marriage.html">結婚相談所</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/ct_cosme/index.html">サンプル化粧品</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/money/campamore.html">もれなくもらえるキャンペーン</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/money/mileage.html">マイルが貯まるカード</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/net/adsl.html">ADSLプロバイダ</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/net/hikari.html">光プロバイダ</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/life/netmarry.html">結婚情報サービス</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/business/temp.html">人材派遣会社</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/enta/drama_win.html">冬の連続ドラマ</a></dd>';
side_content += '</dl>';
//注目のランキング　↑

//ランキングカテゴリ　↓
side_content += '<dl class="rank_side_box2">';
side_content += '<dt><img src="http://kuchiran.jp/images2/side/side_tl05.gif" width="118" height="15"></dt>';
side_content += '<dd><a href="http://kuchiran.jp/mo/index.html">ネットショッピング</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/money/index.html">マネー・お得</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/life/index.html">暮らし・生活</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/enta/index.html">エンターテイメント</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/gourmet/index.html">グルメ</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/beauty/index.html">美容・健康</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/net/index.html">ネットライフ</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/pc/index.html">パソコン・家電</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/business/index.html">ビジネス・資格</a></dd>';
side_content += '</dl>';
//ランキングカテゴリ　↑

//おすすめ特集　↓
side_content += '<dl class="rank_side_box1">';
side_content += '<dt><img src="http://kuchiran.jp/images2/side/side_tl03.gif" width="118" height="15"></dt>';
side_content += '<dd><a href="http://kuchiran.jp/ct_career/index.html">転職勝ち組入門</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/ct/credit.html">クレジットカードの選び方</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/ct_homeloan/lecture/index.html">住宅ローン講座</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/ct_marry/marry1.html">結婚相談所ってどう？</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/ct_cosme/index.html">サンプル化粧品大特集</a></dd>';
side_content += '<dd><a href="http://kuchiran.jp/ct_fx/index.html">FXのススメ</a></dd>';
side_content += '</dl>';
//おすすめ特集　↑

//お知らせ　↓
side_content += '<dl class="rank_side_box3">';
side_content += '<dt><img src="http://kuchiran.jp/images2/side/side_tl06.gif" width="118" height="15"></dt>';
side_content += '<dd>・<a href="http://kuchiran.jp/kuchikomi.html">クチコミ投稿</a></dd>';
side_content += '<dd>・<a href="http://kuchiran.jp/media.html">メディア掲載履歴</a></dd>';
side_content += '<dd>・<a href="https://kuchiran.jp/present/week_10smr.html" target="_blank">毎週プレゼント</a></dd>';
side_content += '</dl>';
//お知らせ　↑

document.write(side_content);
}