@charset "UTF-8";

#yp_calendar {
	display:none;
}

#yp_calendar_table {
	margin-bottom:0.5em;
	text-align:center; 
	display:block;
	font:12px/1.3 sans-serif;
}
#yp_calendar_table #month {
	margin:0 auto; width:170px;
	font:12pt/1 sans-serif;
}
#yp_calendar_table #crnt {
	font:bold 14pt/1 sans-serif;
	text-align:center;
}
#yp_calendar_table #prev {
	text-align:left;
}
#yp_calendar_table #next {
	text-align:right;
}
#yp_calendar_table #tama {
	background-color:#000; margin:auto; border-collapse:separate; border-spacing:1px;
}
* html #yp_calendar_table #tama tbody  {
	 /* MacIE */
	 background-color:#000;
}
#yp_calendar_table #tama td     {
	background-color:#fff; color:#000; text-align:center; padding:3px 0; width:24px; font-size:14px;
}
#yp_calendar_table #tama th     {
	background-color:#8a6; color:#fff; text-align:center; padding:3px 0; width:24px; font-size:12px;
}
#yp_calendar_table #tama td.san {background-color:#fdd; color:#f00;}
#yp_calendar_table #tama td.sat {background-color:#dff; color:#03f;}
#yp_calendar_table #tama th.san {background-color:#c33; color:#fff;}
#yp_calendar_table #tama th.sat {background-color:#39c; color:#fff;}

#yp_calendar_debug {font:12px/1.3 'Osaka−等幅', 'ＭＳ ゴシック', monospace;}
#yp_calendar_debug textarea {
	width:100%; height:300px;
	font:12px/1.3 'Osaka−等幅', 'ＭＳ ゴシック', monospace;
}

/* for IE */
* html #yp_calendar_table {
	margin-left:30px;
}

/*
background-color:#fc6; text-align:center;
border-collapse:separate; border-spacing:1px;
border:1px solid #000;
border:1px dotted #99f; 
white-space:normal;
*/
