/*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+ - +*+
+ - PHP版 営業カレンダー for Zen Cart v1.3.8a 日本語版 
+ - stylesheet_prev_next_calendar.css / encoding="UTF-8"
+ - 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 {
width:100%;
	margin:1px;
	padding:5px 0px;
	border-collapse: collapse;
	color:#555555;
 }

.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{
	margin:0px;
	padding:0px;
	border:1px solid #aaaaaa;
	text-align:center;
 }


th.monthName{
background: #dfeff8 url('../images/h1bg.gif');
padding:5px 0;
}

.prevMonth, .nextMonth{
font-size:1.2em;
margin:0 5px;
}


.shopholiday, .TC, .today, .saturday, .sunday, .holiday{
display:block;
}

.SHbox, .TCbox, .Nbox{
width:1em;
height:1em;
}


 /*定休日*/
.shopholiday, .SHbox{
background-color:#e6cde3;
color:inherit;
}

/*臨時休業日*/
.TC, .TCbox{
background-color:#dfeff8;
color:inherit;
}

.TC_text{
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:0.875em;
	text-align:left;
	vertical-align:top;
}

/*今日*/
.today{
border:1px solid #d2691e;
}
/*土曜*/
.saturday{
color:#164a84;
}
/*日曜*/
.sunday{
color:#d3381c;
}

/*祝日*/
.holiday{
color:#d3381c;
background-color:#e6cde3;
}