document.write("<div align='center'>")
document.write("<img src='http://www.rakuten.ne.jp/gold/jerry/icon/ber/740x30_safe.gif' alt='ジェリーの安心情報' width='740' height='30'>")
document.write("<br>")

document.write("<table width='740'  cellspacing='0' cellpadding='0'>")
document.write("<tr valign='top'>")
document.write("<td width='240'>")
document.write("<div align='left'>")
document.write("<span style='color:#FF0000'>")
document.write("注文について")
document.write("</span>")
document.write("<br>")
document.write("受注は24時間受け付けております。基本的に在庫がある物に関しては、ご注文翌日発送になります。（平日に限る）")
document.write("</div>")
document.write("<p align='left'>")
document.write("<span style='color:#FF0000'>")
document.write("お支払方法について")
document.write("</span>")
document.write("<br>")
document.write("銀行振込・代金引換、クレジットカード、以上3通りからご都合にあわせてお選びいただけます。")
document.write("<p align='left'>")
document.write("<span style='color:#FF0000'>")
document.write("送料・配達について")
document.write("</span>")
document.write("<br>")
document.write("ご注文の商品価格（税込み）が合計5,250円以上の場合は送料は無料です。")
document.write("<br>")
document.write("ご注文の商品価格（税込み）が合計5.250円未満の場合は一回のご注文につき525円（税込み）となります。")
document.write("<br>")
document.write("※離島・一部地域でも追加送料がかかることはありません。")
document.write("</p>")

document.write("<p>")
document.write("<span style='color:#FF0000'>")
document.write("配達日時指定")
document.write("</span>")
document.write("<br>")
document.write("配達指定日：土日祝日を問わずご指定頂けます。")
document.write("<br>")
document.write("配送業者：佐川急便のみのご指定とさせていただいております。")
document.write("<br>")
document.write("※発送の際、お客様の荷物問合せ番号をメールにてお知らせいたします。")
document.write("</p>")
document.write("</td>")

document.write("<td width='10'>")
document.write("&nbsp;")
document.write("</td>")

document.write("<td width='240'>")
document.write("<div align='left'>")
document.write("<p>")
document.write("<span style='color:#FF0000'>")
document.write("同梱包でのお届けについて")
document.write("</span>")
document.write("<br>")
document.write("同日付けで、同お届け先宛のご注文に限り同梱包をお受けします。")
document.write("</p>")
document.write("</div>")

document.write("<p align='left'>")
document.write("<span style='color:#FF0000'>")
document.write("メールの返信について")
document.write("</span>")
document.write("<br>")
document.write("楽天店でお買い物を注文しますと必ず自動的に楽天市場より『ご確認メール』が届きます。 ご注文後１〜２日以内に当店より直接正確な送料等をメールにてご案内します。メールでのお問合せは平日10時〜18時に随時チェックしております。")
document.write("<br>")
document.write("<br>")
document.write("<span style='color:#FF0000'>")
document.write("お電話でのお問い合わせについて")
document.write("</span>")
document.write("<br>")
document.write("電話番号：0574-61-1016をご利用ください。")
document.write("<br>")
document.write("受付時間：平日10:00〜18:00　月曜休 ")
document.write("</p>")
document.write("<p align='left'>")
document.write("<span style='color:#FF0000'>")
document.write("プライバシー保護について")
document.write("</span>")
document.write("<br>")
document.write("お客様とのやり取りの中で得た個人情報（住所・氏名・メールアドレス・ご購入商品など）を第三者に譲渡または公開するようなことは決していたしません。どうぞご安心してご利用ください。")
document.write("</p>")
document.write("</td>")

document.write("<td width='10'>")
document.write("&nbsp;")
document.write("</td>")

document.write("<td width='240'>")
document.write("<div align='left'>")


cldr = "";
day = new Date();
thisday = day.getDate();  //今日の日付 - 背景色を変更するため
day.setDate(1);       //今月最初の日にセット
month = day.getMonth() + 1;

year = day.getYear();
if(year < 2000) year += 1900;
numdays = new Array(31,28,31,30,31,30,31,31,30,31,30,31);

// うるう年
if((year%4 == 0) && (year%100 != 0) || (year%400 == 0)) numdays[1] = 29;

// 休日の定義
if(month == 1){holiday1 =-1; holiday2 = 1; holiday3 = 17; holiday4 = 18; holiday5 =19; holiday6 = -1}  //成人の日
else if(month == 2){holiday1 = 21; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 3){holiday1 = 21; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 4){holiday1 = 18; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 5){holiday1 = 3; holiday2 = 4; holiday3 = 5; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 6){holiday1 = 21; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 7){holiday1 = 16; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 8){holiday1 = 13; holiday2 = 14; holiday3 = 15; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 9){holiday1 = 20; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 10){holiday1 = 18; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 11){holiday1 = 22; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
else if(month == 12){holiday1 = -1; holiday2 = -1; holiday3 = -1; holiday4 = -1; holiday5 = -1; holiday6 = -1}
// 休日の定義終わり


// カレンダー本体
cldr += "<table width=\"140\" border=\"0\" bgcolor=\"#CCCCCC\" cellspacing=\"1\">";
cldr += "<tr align=center bgcolor=\"#E0EFD1\"><th colspan=7><font color=\"#FF0000\">"+month+"月<\/th><\/tr>";
cldr += "<tr align=center bgcolor=\"#FFFFFF\"><th bgcolor=\"#FFDFDE\"><font color=\"#FF0000\">日<\/a><\/th><th bgcolor=\"#DEDFFF\"><font color=\"#666666\">月<\/th><th bgcolor=\"#DEDFFF\"><font color=\"#666666\">火<\/th><th bgcolor=\"#DEDFFF\"><font color=\"#666666\">水<\/th><th bgcolor=\"#DEDFFF\"><font color=\"#666666\">木<\/th><th bgcolor=\"#DEDFFF\"><font color=\"#666666\">金<\/th><th bgcolor=\"#DEFFFF\"><font color=\"#0000FF\">土<\/a><\/th><\/tr>";


// 日付の書き込み
for(sunday = 1-day.getDay(); sunday <= 31; sunday +=7){
  cldr += "<tr align=center bgcolor=\"#FFFFFF\">";
  for(i = sunday; i < sunday + 7; i++){
    if((i > 0) && (i <= numdays[month-1])){
      day.setDate(i);
      today = day.getDay();

      if(thisday == i) cldr += "<td bgcolor='#FFFFCC'>";    // 今日の背景色
        else cldr += "<td>";

      if(today == 0){
        cldr += "<font color=\"#FF0000\">"+ i +"<\/font><\/td>";      // 日曜
				
			}else if(today == 1){
        cldr += "<font color=\"#666666\">"+ i +"<\/font><\/td>";      // 月曜

      }else if((i == holiday1)||(i == holiday2)||(i == holiday3)||(i == holiday4)||(i == holiday5)||(i == holiday6)){
        cldr += "<font color=\"#FF0000\">"+ i +"<\/font><\/td>";      // 祝日
      }else if((today == 1)&&((i-1 == holiday1)||(i-1 == holiday2)||(i-1 == holiday3)||(i-1 == holiday4)||(i == holiday5)||(i == holiday6))){
        cldr += "<font color=\"#FF0000\">"+ i +"<\/font><\/td>";
      }else if(today == 6){
        cldr += "<font color=\"#0000FF\">"+ i +"<\/font><\/td>";      //土曜日
      }else{
        cldr += ""+ i +"<\/td>";
      }

    }else{
      cldr += "<td><\/td>";
    }
  }
  cldr += "<\/tr>";
}


cldr += "<\/table>";

document.write(cldr);


document.write("<br>")
document.write("■")
document.write("<span style='color:#FF0000'>")
document.write("赤文字")
document.write("</span>")
document.write("の日は定休日の為、メール返信は翌営業日となります。尚ご注文は通常どおり行えます。")
document.write("<br>")
document.write("■商品のご注文は24時間受け付けています。")
document.write("<br>")
document.write("■返信メール定休日：定休日（上記")
document.write("<span style='color:#FF0000'>")
document.write("赤文字")
document.write("</span>")
document.write("）")
document.write("<br>")
document.write("■会社営業時間： 10:00〜18：00　休日（日曜日）")
document.write("<br>")
document.write("※お電話でのお問い合わせは上記の営業時間にお願いします。")
document.write("</div>")
document.write("</td>")
document.write("</tr>")
document.write("</table>")
document.write("<br>")

document.write("<table width='740' align='center'  cellpadding='0' cellspacing='0' bgcolor='#FFFFFF' summary='copyright'>")
document.write("<tr>")
document.write("<td width='740'>")
document.write("<div align='center'>")
document.write("<p>")
document.write("<img src='http://www.rakuten.ne.jp/gold/jerry/icon/ber/740x45_ber_copyright.gif' alt='コピーライト' width='740' height='35'>")
document.write("<br>")
document.write("<a href='http://www.rakuten.ne.jp/gold/jerry/index.html' class='nav2'>")
document.write("|HOME|")
document.write("</a>")
document.write("&nbsp;&nbsp;")
document.write("<a href='http://www.rakuten.co.jp/jerry/627301/' class='nav2'>")
document.write("|毎週がプレゼント企画|")
document.write("</a>")
document.write("&nbsp;&nbsp;")
document.write("<a href='http://www.rakuten.ne.jp/gold/jerry/present.html' class='nav2'>")
document.write("|プレゼント当選者発表|")
document.write("</a>")
document.write("&nbsp;&nbsp;")
document.write("<a href='http://www.rakuten.co.jp/jerry/627302/' class='nav2'>")
document.write("|1円オークション|")
document.write("</a>")
document.write("&nbsp;&nbsp;")
document.write("<a href='http://www.rakuten.co.jp/index.html' target='_blank' class='nav2'>")
document.write("|楽天トップページ|")
document.write("</a>")
document.write("<br>")
document.write("<img src='http://www.rakuten.ne.jp/gold/jerry/icon/top/post.gif' alt='' width='20' height='12'>")
document.write("&nbsp;")
document.write("<a href='http://susumeru.rakuten.co.jp/?cid=10&shop_bid=211146' class='nav2'>")
document.write("友達にメールですすめる")
document.write("</a>")
document.write("&nbsp;&nbsp;")
document.write("<img src='http://www.rakuten.ne.jp/gold/jerry/icon/top/inquiry.gif' alt='' width='20' height='12'>")
document.write("&nbsp;")
document.write("<a href='http://ask.step.rakuten.co.jp/rms/mall/pa/ask/vc?__event=PA02_000_001&myshop=0&shop_name=%A3%CA%A3%C5%A3%D2%A3%D2%A3%D9&ask_text=%C5%B9%C4%B9%A4%CB%BC%C1%CC%E4%A4%B9%A4%EB&shop_bid=211146&shopurl=jerry' class='nav2'>")
document.write("店長に質問する")
document.write("</a>")
document.write("&nbsp;&nbsp;")
document.write("<img src='http://www.rakuten.ne.jp/gold/jerry/icon/top/okiniiri.gif' alt='' width='20' height='12'>")
document.write("&nbsp;")
document.write("<a href='http://my.bookmark.rakuten.co.jp/?func=reg&sname=%A3%CA%A3%C5%A3%D2%A3%D2%A3%D9&shop_bid=211146&svid=201&surl=jerry' class='nav2'>")
document.write("お気に入りに追加する")
document.write("</a>")
document.write("<img src='http://www.rakuten.ne.jp/gold/jerry/icon/top/post.gif' alt='' width='20' height='12'>")
document.write("&nbsp;")
document.write("<a href='http://www.rakuten.co.jp/jerry/news.html?' class='nav2'>")
document.write("メルマガ購読解除")
document.write("</a>")
document.write("</p>")
document.write("<p>")
document.write("有限会社 トム")
document.write("<br>")
document.write("〒505-0202 岐阜県可児市中恵土2371　川口ビル1Ｆ")
document.write("<br>")
document.write("TEL:0574-61-1016 FAX:0574-61-1017")
document.write("</p>")
document.write("</div>")
document.write("</td>")
document.write("</tr>")
document.write("</table>")
document.write("</div>");