/* カレンダー設定 */
#left #calendar {
	line-height: 140%;
	color: #000000;
/*
	background:url(../img/niji_l.gif) no-repeat top left;
*/
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

#right #calendar {
	line-height: 140%;
	color: #000000;
	background:url(../img/niji_r.gif) no-repeat top right;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

/* カレンダーのキャプション設定 */
#left #calendar caption {
	color: #cc0000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	border-bottom: 0px dotted #999999;
	/* background-color: url(../img/niji_l.gif) no-repeat left ;サイドバータイトルの背景 */
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .1em;
	}

#right #calendar caption {
	color: #cc0000;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	border-bottom: 0px dotted #999999;
	/* background-color: #663300; サイドバータイトルの背景 */
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .1em;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	/* background-color: #663300; */
	}

/* カレンダーの日付設定 */
#calendar td {
	text-align: center;
	}

#left .calendar {
	color: #000000; /* 曜日の文字色を指定する*/
	text-align: center;
	/* background:url(../img/calendar_back.gif) no-repeat center center; */
	}

#right .calendar {
	color: #000000; /* 曜日の文字色を指定する*/
	text-align: center;
	/* background:url(../img/calendar_back.gif) no-repeat center center; */
	}

.calendard {
	text-align: center;
	/* ackground:url(../img/calendard_back.gif) no-repeat center center; */
	}

.calendardbg {
	text-align: center;
	/* background:url(../img/calendardbg_back.gif) no-repeat center center; */
	}