



/* カレンダー設定 */
#calendar {
	color:#666;
	margin:0px 0 0px 0;
	overflow: hidden;
	line-height: 100%;
	font-size: 120%;
	padding: 0px 0px 0px 15px;
	_padding: 0 0 0px 15px
	text-align: center;
	margin-bottom: 0px;
	width:175px;
	_width:173px;
	}

*+ html #calendar{
	padding: 0 0 0px 15px;
	width: 173px;
	}
	
.calendar-1{
	background:#FADEF7 !important;
	}

/* カレンダーのキャプション設定 */
#calendar caption {
	padding: 5px;
	color:#333;
	font-weight: bold;
	
	}

/* カレンダーのテーブル設定 */
#calendar table {
	overflow:hidden;
	padding: 0px 0 0 0;
	border-collapse: collapse;
	font-size: 10px;
	width: 180px;
	margin: 0px 0 15px 0;
	}

/* カレンダーの曜日設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
	border:1px solid #CCC;
	background:#f0f0f0;
	}
	
/* カレンダーの日付設定 */
#calendar td {
	text-align: center;
	border:1px solid #CCC;
	}

.calendar {
	text-align: center;
	}

.calendard {
	text-align: center;
	}

.calendardbg {
	text-align: center;
	background: no-repeat center center;
	}


/* カレンダーの曜日設定 */
.sun {
	color: #D4291D;
	}

.sat {
	color: #0099CC;
	}


/* リンクカラー設定 */
#calendar a {
		text-decoration: underline !important;
		color:#0066FF !important;
		display: block;
		width: 100%;
		height: 100%;
		margin:0;
		padding:0;
		background: no-repeat center center;
	}
	
#calendar a:link {
		text-decoration: underline;
		background: no-repeat center center;
		}
	
#calendar a:visited {
		text-decoration: underline;
		background: no-repeat center center;
		}
	
#calendar a:hover {
		text-decoration:none !important; 
		background-color:#fff;
		background:url(../img/calendardbg_back_on.jpg) no-repeat center center;
		color:#fff !important;
		 }
	
#calendar a:active {
		text-decoration: underline;
		background:no-repeat center center;
		}

