// JavaScript Document
// 商品情報＆トップページ（新商品・定番商品・トップページ）
function Print_new_time(){
document.write("【2010年07月05日更新】&nbsp&nbsp;");
}
//新店舗情報（日本地図）
function Print_time_newshop(){
document.write("【新店情報 2010/06/01〜2010/07/20】&nbsp;");
}
//採用情報（中途採用・アルバイト）
function Print_time_works(){
document.write("【2010年06月末更新】&nbsp;");
}
//会社概要
function Print_profile(){
document.write("840店舗 （連結・2010年06月末）");
}
//ポップアップ用（生活雑貨SHOP・YOUYOU）
function Copy_Right(){
document.write("Copyright（C）2010　CAN DO CO., LTD. All rights reserved.");
}
// 会社概要（資本金）
function Print_profile_s(){
document.write("27億18百万円 （連結 2009年11月末）");
}
// 会社概要（年商）
function Print_profile_n(){
document.write("628億16百万円 （連結 2009年11月期）");
}
// 会社概要（従業員数）
function Print_profile_j(){
document.write("正社員 1,038名　／　アルバイト 2,940名 （1日8時間換算） ＜連結＞");
}