/* カレンダー設定 */
#calendar {
  	line-height: 100%;
	color: #000000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: 100%;
  	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
  	padding: 5px;
	color: #CC0000;
	font-weight: bold;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 1px;
	border-collapse: collapse;
	border: 0px;
	font-size: 10px;
	width: 100%;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	/* background-color: #eeeeee; */
	}

/* カレンダーの日付設定 */
#calendar td {
	text-align: center;
	}

.calendar {
	text-align: center;
	}

.calendard {
	text-align: center;
	}

.calendardbg {
	text-align: center;
	background: url(../img/calendardbg_back.gif) no-repeat center center;
	}