/*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+
+ - Zen Cart用 PHP版 営業カレンダー 1ヶ月+年間表示 
+ - stylesheet_one_month_calendar.css / encoding="EUC-JP"
+ - Copyright 2008 合同会社がりはり
+ - http://zen.my-sv.net/
+*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*/

.month_1,  .month_2,  .month_3,  .month_4,  .month_5,  .month_6,  .month_7,  .month_8, 
 .month_9,  .month_10,  .month_11,  .month_12 {
margin-top:5px;
	font-size: 85.5%;
/*width:90%;*/
}

.month_1 th, .month_2 th, .month_3 th, .month_4 th, .month_5 th, .month_6 th, .month_7 th, .month_8 th,
 .month_9 th, .month_10 th, .month_11 th, .month_12 th,
.month_1 td, .month_2 td, .month_3 td, .month_4 td, .month_5 td, .month_6 td, .month_7 td, .month_8 td,
 .month_9 td, .month_10 td, .month_11 td, .month_12 td{
text-align:center;
}


th.monthName{
/*background-image: url(../images/tile_back.jpg);
background-color: #abbbd3;
color:#ffffff;*/
padding:1px 0;
}

.shopholiday, .TC, .today, .saturday, .sunday, .holiday{
display:block;
}

.SHbox, .TCbox{
width:1em;
height:1em;
}


 /*定休日*/
.shopholiday, .SHbox{
background-color:#f0e68c; /* khaki */
color:inherit;
}

/*臨時休業日*/
.TC, .TCbox{
background-color:#ffc0cb; /* pink */
color:inherit;
}


/*今日*/
.today{
border:1px solid #d2691e; /* chocolate */
}
/*土曜*/
.saturday{
color:blue;
}
/*日曜*/
.sunday{
color:red;
}

/*祝日*/
.holiday{
color:red;
}

/* カレンダー下の文章 */
p.calendarHolidays{
line-height:1.8em;
}

p.calendarInfo{
line-height:1.5em;
}

