.line{

text-decoration: line-through;

color:red;

font-weight: bold;

}

.negative{

background-image:url(/double.png);

background-repeat:repeat-x;

background-position: center;

}

#week-next,
#navmenu {
display:none;
}

/*出勤表　前次ボタン非表示 出勤＆詳細*/
#schedule #week-next,
#prof .schedule_btnArea
{display:none;}

/* ヘッダー店名のテキスト色 */
#header .header_info .shop {
    color: #ffffff;
}

/* ヘッダー営業時間のテキスト色 */
#header .header_info .time {
    color: #ffffff;
}

/* ヘッダー電話番号のテキスト色 */
#header .header_info .tel {
    color: #ffffff;
}