/* カレンダー設定 */
#calendar {
  	line-height: 140%;
	color: #eae901;
	text-align:center;
	font-weight:bold;
	font-size: small;
  	padding:.5em 0 0;
	text-align: center;
	margin-bottom: 0px;
	background: #000000;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
	color: #636363;
	font-size: medium;
	border-bottom: 1px solid #000000;
	background-color:#eae901;;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
	margin-top:.5em;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 2px;
	border-collapse:separate;
	border: 0px;
	color:#000000;
	background:#eae901;
	font-weight:normal;
	width: 100%;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	background-color: #000000;
	border-right:1px #eae901 solid;
	font-weight:bold;
	}

/* カレンダーの日付設定 */
#calendar td {
	text-align: center;
	}

.calendar {
	color: #ffffff;
	text-align: center;
	background:url(../commonimages/calendar_back.gif) no-repeat center center;
	}

.calendard {
	/*color:#eae901;background:#000000;border-radius:100%;*/
	}

.calendardbg {
	/*color:#eae901;background:#000000;border-radius:100%;*/
	}
a.acalendar {
	color:#eae901;background:#000000;border-radius:100%;display:block;text-decoration:none;font-weight:bold;padding-top:.2em;border:1px #000000 solid;transition:.4s;
	}
a.acalendar:hover{background:none;color:#000000;}