@charset "utf-8";
/* CSS Document */
{ 
   margin:0; 
   padding:0px;
   list-style:none;
   text-decoration:none;
   font-weight:normal;
   border:none; 
 }
body 			{
				background: #fff;
				font-size:80%;
				font-family:"ＭＳ Ｐゴシック" , "Osaka" , "ヒラギノ角ゴ Pro W3";
				line-height:140%;
				color:#333333;
				}
/*BOX*/
.calendar		{
				width:560px;
				padding:5px 0px;
				}
.calendar_l		{
				float:left;
				width:270px;
				padding-right:20px;
				}
.calendar_r		{
				float:right;
				width:270px;
				}
.calendar_cap	{
				height:20px;
				background:url(../images/calendar_on.gif) no-repeat left;
				padding-left:35px;
				vertical-align:middle;
				width:535px;
				}
/*テーブル*/
.calendar table				{ width:270px; margin:0px; line-height:160%; background-color:#999999; }
.calendar table th,
.calendar table td 			{ color:#333; padding:1px 0px 1px 4px; background-color:#fff; }
.calendar table th			{ text-align:center; font-weight:bold; }
.calendar table th.sun		{ color:#ff0000; }
.calendar table th.sat		{ color:#0000ff; }
.calendar table td.sun		{ color:#ff0000; background:#ffcccc; }
.calendar table td.sat		{ color:#0000ff; background:#ffcccc; }
.calendar table td.off		{ background:#ffcccc; }
.calendar table td.on		{ background:#ccffcc; }

.clr			{
				clear:both;
				}


