<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* カレンダー設定 */
#calendar {
  	line-height: 140%;
	color: #333333;
	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: 3px 3px 3px 6px;
	background-color: #333333; /* サイドバータイトルの背景 */
	color: #ffffff;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 1px;
	border-collapse: collapse;
	width: 100%;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: bold;
	background-color: #eeeeee;
	}

/* カレンダーの日付設定 */
#calendar td {
	text-align: center;
	border: dotted 1px #999999;
	}

.calendar {
	text-align: center;
	background-color: #ffffff;
	}

.calendard {
	text-align: center;
	background-color: #ffffff;
	}

.calendardbg {
	text-align: center;
	font-weight:bold;
	background-color: #ffcc99;
	}</pre></body></html>