$(document).ready(function(){
    
    $("#over1").hover(function () {
        $(this).append($("<dt>Yahoo!、日経、２ちゃんねる、NHK、googleのニュースをRSSで1時間毎に更新しています。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over2").hover(function () {
        $(this).append($("<dt>Yahoo!検索ランキングにある急上昇キーワードの話題のキーワードです。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over3").hover(function () {
        $(this).append($("<dt>ライブ情報や新曲リリース、イベント情報をRSSで1時間毎に更新しています。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over4").hover(function () {
        $(this).append($("<dt>映画関係の情報やゴシップネタなどを案内しています。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over5").hover(function () {
        $(this).append($("<dt>【メールフォーム】　クリックすると、画面が開きます。<br />上部をドラックで移動、右下をドラックで画面サイズを変更できます。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over6").hover(function () {
        $(this).append($("<dt>【掲示板】　クリックすると、画面が開きます。<br />上部をドラックで移動、右下をドラックで画面サイズを変更できます。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over7").hover(function () {
        $(this).append($("<dt>【サイトマップ】　クリックすると、画面が開きます。<br />上部をドラックで移動、右下をドラックで画面サイズを変更できます。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over8").hover(function () {
        $(this).append($("<dt>クリックすると、画面が開き、もう一度クリックで閉じます。<br />各カテゴリでNEWSの表示が切り替わります。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );

    $("#over9").hover(function () {
        $(this).append($("<dt>クリックすると、QRコードが大きくなります。<br />mezza9のモバイルサイトです。</dt>"));
      }, 
      function () {
        $(this).find("dt:last").remove();
      }
    );
  });
