// JavaScript Document
// 商品情報＆トップページ（新商品・定番商品・トップページ）
function Print_new_time(){
document.write("【2012年01月06日更新】&nbsp&nbsp;");
}
//新店舗情報（日本地図）
function Print_time_newshop(){
document.write("【新店情報 2011/12/01〜2012/01/20】&nbsp;");
}
//採用情報（中途採用・アルバイト）
function Print_time_works(){
document.write("【2011年12月末更新】&nbsp;");
}
//会社概要 20日に前月末として記載（例：「7月20日」更新日に、「6月末」と記載）
function Print_profile(){
document.write("812店舗 （連結・2011年12月末）");
}
//ポップアップ用（生活雑貨SHOP・YOUYOU）
function Copy_Right(){
document.write("Copyright（C）2012　CAN DO CO., LTD. All rights reserved.");
}
// 会社概要（資本金）
function Print_profile_s(){
document.write("30億28百万円 （連結 2011年11月末）");
}
// 会社概要（年商）
function Print_profile_n(){
document.write("630億19百万円 （連結 2011年11月末）");
}
// 会社概要（従業員数）
function Print_profile_j(){
document.write("正社員 910名<br />アルバイト 2,869名 （1日8時間換算）<br />（連結 2011年11月末）");
}
