/* 2007年営業カレンダー用スタイルシート */
/* copyright 2004-2006 Therese */
/* $Id: style_calendar.css,v 2.0 2006/12/09 01:10 therese Exp $ */

/* 定休日がある場合、ここで背景色を設定します */
/* 日曜 */
.t_sunday,  .sunday, .t_H_sunday, .H_sunday{background-color:#FFFFFF;  /* White */}
/* 月曜 */
.t_monday,  .monday, .t_H_monday, .H_monday{background-color:#FFFFFF;  /* White */}
/* 火曜 */
.t_tuesday,  .tuesday, .t_H_tuesday, .H_tuesday{background-color:#FFFFFF;  /* White */}
/* 水曜 */
.t_wednesday,  .wednesday, .t_H_wednesday, .H_wednesday{background-color:#FFFFFF;  /* White */}
/* 木曜 */
.t_thursday,  .thursday, .t_H_thursday, .H_thursday{background-color:#FFFFFF;  /* White */}
/* 金曜 */
.t_friday,  .friday, .t_H_friday, .H_friday{background-color:#FFFFFF;  /* White */}
/* 土曜 */
.t_saturday,  .saturday, .t_H_saturday, .H_saturday{background-color:#FFFFFF;  /* White */}

/* 祝日の文字色を設定します */
.t_H_sunday, .H_sunday, .t_TC_H_sunday, .TC_H_sunday,
.t_H_monday, .H_monday, .t_TC_H_monday, .TC_H_monday,
.t_H_tuesday, .H_tuesday, .t_TC_H_tuesday, .TC_H_tuesday,
.t_H_wednesday, .H_wednesday, .t_TC_H_wednesday, .TC_H_wednesday,
.t_H_thursday, .H_thursday, .t_TC_H_thursday, .TC_H_thursday,
.t_H_friday, .H_friday, .t_TC_H_friday, .TC_H_friday,
.t_H_saturday, .H_saturday, .t_TC_H_saturday, .TC_H_saturday
{
color:#DC143C;  /* Crimson */
}

/* 臨時休業日の背景色を指定します */
.t_TC_sunday, .TC_sunday, .t_TC_H_sunday, .TC_H_sunday,
.t_TC_monday, .TC_monday, .t_TC_H_monday, .TC_H_monday,
.t_TC_tuesday, .TC_tuesday, .t_TC_H_tuesday, .TC_H_tuesday,
.t_TC_wednesday, .TC_wednesday, .t_TC_H_wednesday, .TC_H_wednesday,
.t_TC_thursday, .TC_thursday, .t_TC_H_thursday, .TC_H_thursday,
.t_TC_friday, .TC_friday, .t_TC_H_friday, .TC_H_friday,
.t_TC_saturday, .TC_saturday, .t_TC_H_saturday, .TC_H_saturday,
.TC
{
background-color:#FFE4E1;  /* MistyRose */
}



/* ↓↓↓ここから下は必要に応じて設定して下さい */

/* カレンダー全体の設定 */
.calendartable
{
margin:0 auto;
color:#2F4F4F;  /* DarkSlateGray */
background-color:#f8f4e8;  /* White */
font-size:12px;
}
/* TDの余白と配置 */
.calendartable td{padding:0px;text-align:center;}

/* 年月の文字サイズ */
.year{font-size:12px !important;}
 
 
 
/* 各曜日の文字色 */
/* 日曜 */
.t_sunday,  .sunday, .t_TC_sunday,  .TC_sunday{
color:#DC143C;  /* Crimson */
}
/* 月曜 */
.t_monday,  .monday, .t_TC_monday,  .TC_monday{
color:#2F4F4F;  /* DarkSlateGray */
}
/* 火曜 */
.t_tuesday,  .tuesday, .t_TC_tuesday,  .TC_tuesday{
color:#2F4F4F;  /* DarkSlateGray */
}
/* 水曜 */
.t_wednesday,  .wednesday, .t_TC_wednesday,  .TC_wednesday{
color:#2F4F4F;  /* DarkSlateGray */
}
/* 木曜 */
.t_thursday,  .thursday, .t_TC_thursday, .TC_thursday{
color:#2F4F4F;  /* DarkSlateGray */
}
/* 金曜 */
.t_friday,  .friday, .t_TC_friday,  .TC_friday{
color:#2F4F4F;  /* DarkSlateGray */
}
/* 土曜 */
.t_saturday,  .saturday, .t_TC_saturday,  .TC_saturday{
color:#DC143C;  /* Crimson */
}



/* カレンダー下の文章 */
/* 「□ … 定休日」と書かれている部分の「□」に該当する箇所 */
.TC{
color:#FFF0F5;  /* LavenderBlush */
}

/* 「□ … 定休日」と書かれている部分の「 … 定休日」に該当する箇所 */
.TC_text{
background-color:#FFFFFF;  /* White */
color:#2F4F4F;  /* DarkSlateGray */
font-size:10px;
}



 /* 本日 (border)   Limeの線で囲まれる。*/
.t_sunday, .t_monday, .t_tuesday, .t_wednesday, .t_thursday, .t_friday, .t_saturday,
.t_H_sunday, .t_H_monday, .t_H_tuesday, .t_H_wednesday, .t_H_thursday, .t_H_friday, .t_H_saturday,
.t_TC_sunday, .t_TC_monday, .t_TC_tuesday, .t_TC_wednesday, .t_TC_thursday, .t_TC_friday, .t_TC_saturday,
.t_TC_H_sunday, .t_TC_H_monday, .t_TC_H_tuesday, .t_TC_H_wednesday, .t_TC_H_thursday, .t_TC_H_friday, .t_TC_H_saturday
{border:1px solid #00FF00;  /* Lime */
}

/* 本日以外 (border) 型崩れ防止の為、白の線で囲まれるよう設定 */
.text_sunday, .text_monday, .text_tuesday, .text_wednesday, .text_thursday, .text_friday, .text_saturday,
.sunday, .monday, .tuesday, .wednesday, .thursday, .friday, .saturday,
.H_sunday, .H_monday, .H_tuesday, .H_wednesday, .H_thursday, .H_friday, .H_saturday,
.TC_sunday, .TC_monday, .TC_tuesday, .TC_wednesday, .TC_thursday, .TC_friday, .TC_saturday,
.TC_H_sunday, .TC_H_monday, .TC_H_tuesday, .TC_H_wednesday, .TC_H_thursday, .TC_H_friday, .TC_H_saturday{
border:1px solid #FFFFFF;  /* White */
}
