<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">



/* カレンダー設定 */
#calendar {
	line-height: 100%;
	font-size: 120%;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
	padding: 5px;
	color:#52413C;
	font-weight: bold;
	
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 0px;
	border-collapse: collapse;
	font-size: 10px;
	width: 179px;
	margin: 5px;
	}

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

/* カレンダーの日付設定 */
#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;
	}


/* カレンダーの曜日設定 */
.sun {
	color: #D4291D;
	}

.sat {
	color: #0099CC;
	}


/* リンクカラー設定 */
#calendar a {
		text-decoration: underline;
		color:#FF3366;
		display: block;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		background:url(../img/calendardbg_back.gif) no-repeat center center;
	}
	
#calendar a:link {
		text-decoration: underline;
		background:url(../img/calendardbg_back.gif) no-repeat center center;
		}
	
#calendar a:visited {
		text-decoration: underline;
		background:url(../img/calendardbg_back.gif) no-repeat center center;
		}
	
#calendar a:hover {
		text-decoration:none; 
		background-color:#ACC460;
		background:url(../img/calendardbg_back_on.gif) no-repeat center center;
		 }
	
#calendar a:active {
		text-decoration: underline;
		background:url(../img/calendardbg_back.gif) no-repeat center center;
		}
</pre></body></html>