/* カレンダー設定 */
#calendar {
  	line-height: 100%;
	color: #666666;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: 100%;
  	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
  	padding: 5px;
	color: #000066;
	font-weight: bold;
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 1px;
	border-collapse: collapse;
	border: 0px;
	font-size: 10px;
	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(../img/calendardbg_back.gif) no-repeat center center;
	}


/* リンクカラー設定 */
#calendar a {
		text-decoration: underline;
		color:#000000;
		display: block;
  		width: 100%;
  		height: 100%;
	}
	
#calendar a:link {
		text-decoration: underline;color:#000000;
		}
	
#calendar a:visited {
		text-decoration: underline;color:#000000;
		}
	
#calendar a:hover {
		text-decoration:underline; 
		color:#ffffff; 
		background:url(../img/calendardbg_back2.gif) no-repeat center center;
		 }
	
#calendar a:active {text-decoration: underline;color:#000000;}