/* カレンダー設定 */
#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
  	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
	padding: 1px;
	background-color: #FFFFFF; 
	color: #660000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-top: 1px solid #660000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 0px solid #660000;
	margin-bottom:5px;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border: 1px dotted #999999;
	width: 100%;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	border: 1px dotted #999999;
	background-color: #eeeeee; 
	}

/* カレンダーの日付設定 */
#calendar td {
	background-color: #FFFFFF; 
	border: 1px dotted #999999;
	text-align: center;
	}

.calendar {
	text-align: center;
	}

.calendard {
	text-align: center;
	}

.calendardbg {
	text-align: center;
	background-color: #FFEBEB; 
	}