@charset "utf-8";
/* CSS Document */

body{
margin:0; padding:0;}

body, td, th, div, p, a, pre,
select, input, textarea {
line-height:1.4;
color:#333333;
font-family:
  'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 
  '平成角ゴシック', 'HeiseiKakuGothic', Osaka, 
  'ＭＳ Ｐゴシック', 'MS PGothic', 
  'ＭＳ ゴシック', 'MS Gothic',
  sans-serif;
font-size:small;}


table.Calendar {
	background: #cccccc;
	margin: 0 0 1em 0;
	width: 172px;
}

.Calendar td, .Calendar th {
	text-align: center;
	font-size: 80%;
	padding: 2px 0;
}

.Calendar th {
	background: #f2f2f2;
	font-weight: normal;
}

.Calendar td {
	background: #ffffff;
}

th.Month {
	background: #666666;
	font-weight: bold;
	color: #ffffff;
}

th.Sun {
	background: #FFCCCC;
}

td.Rholi {
	background: #FFCC66;
	color: #663300;
}

th.Sat {
	background: #ccffff;
}


