/* カレンダー設定 */
#calendar {
  	line-height: 140%;
	color: #c0c0c0;
	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 {
	color: #ffffff;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: medium;
	border-bottom: 1px solid #C0C0C0;
	/* background-color: #99ccff; サイドバータイトルの背景 */
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom:10px;
	letter-spacing: .3em;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 2px;
	border-collapse: collapse;
	border: 0px;
	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(../commonimages/calendardbg_back.gif) no-repeat center center;
	}