



/* カレンダー設定 */
#calendar {
  	line-height: 100%;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: 120%;
  	padding: 0px;
	text-align: center;
	margin-bottom: 0px;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
  	padding: 5px;
	color: #669900;
	font-weight: bold;
	
	}

/* カレンダーのテーブル設定 */
#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border-top: 1px solid #999;
	font-size: 10px;
	width: 179px;
	margin: 5px;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	}

/* カレンダーの日付設定 */
#calendar td {
	text-align: center;
	}

.calendar {
	text-align: center;
	color:#000;
	}

.calendard {
	text-align: center;
	}

.calendardbg {
	text-align: center;
	background: url(../img/calendardbg_back.gif) no-repeat center center;
	}


/* カレンダーの曜日設定 */
.sun {
	color: #cc0000;
	}

.sat {
	color: #0033ff;
	}


/* リンクカラー設定 */
#calendar a {
		text-decoration: underline;
		color:#FFF;
		display: block;
  		width: 100%;
  		height: 100%;
		 margin:0;
		 padding:0;
	}
	
#calendar a:link {
		text-decoration: underline;
		color:#FFF;
		background-color:#669900;
		}
	
#calendar a:visited {
		text-decoration: underline;
		color:#FFF;
		}
	
#calendar a:hover {
		text-decoration:none; 
		color:#ffffff; 
		background-color:#ACC460;
		 }
	
#calendar a:active {
		text-decoration: underline;
		color:#000000;}

/*			
#calendar td{
	border:1px solid #CCC;
}
*/
