/*   
Theme Name: Digicomm
Author:  Midori Iriyama 
Author URI: http://intdesign.jp/
Version: 1.0
.
Released free by intdesign.jp.
.
*/

@import url(common/css/common.css);
@import url(common/css/structure.css);
@import url(common/css/editorial.css);
@import url(common/css/option.css);

@charset "utf-8";

.table_calendar {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0px;
	background-color: #FFFFFF;
}

.td_header {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	text-align: center;
}

.txt_header {
	line-height: 1em;
	background-color: #CCCC99;
	padding: 0.1em 0.1em 0.1em 0.1em;
}

.td_week_all {
	margin: 0;
	padding: 0;
	border: 1px solid  #CCCCCC;
	text-align: center;
}

.txt_week_default {
	background-color: #EEEEEE;
	padding: 0.1em 0.1em 0.1em 0.1em;
}

.txt_week_holiday {
	background-color: #FF66CC;
	color: #FF0000;
	padding:0.1em;
	text-align:center;
}

.txt_week_end {
	background-color: #6699FF;
	color: #0000FF;
	padding: 0.1em 0.1em 0.1em 0.1em;
}

.td_day_all {
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}

.txt1_day_default {
	padding: 0.1em 0.5em 0.1em 0.0em;
	text-align: right;
}

.txt1_day_holiday {
	background-color: #FF99CC;
	color: #FF0000;
	padding: 0.1em 0.5em 0.1em 0.0em;
	text-align: right;
}

.txt1_day_end {
	background-color: #99CCFF;
	color: #0000FF;
	padding: 0.1em 0.5em 0.1em 0.0em;
	text-align: right;
}

.txt1_day_today {
	background-color: #FFCC66;
	padding: 0.1em 0.5em 0.1em 0.0em;
	text-align: right;
}

.txt1_day_regularholiday {
	background-color: #FFCCFF;
	padding: 0.1em 0.5em 0.1em 0.0em;
	text-align: right;
}

.txt2_day_all {
	line-height: 1em;
	padding: 0.3em 0.3em 0.3em 0.3em;
	text-align: center;
}
#sousin{
        width:250px;
	text-align: center;

}
.blue{
       color:blue;
       font-weight:bold;
}
.red{
       color:red;
       font-weight:bold;
}
