/* カレンダー設定 */#calendar {	width:180px;	overflow-x:hidden;	line-height: 100%;	font-size: 120%;	padding: 0px;	text-align: center;	margin-bottom: 0px;	}/* カレンダーのキャプション設定 */#calendar caption {	padding: 5px;	color:#333;	font-weight: bold;	margin:0;	}/* カレンダーのテーブル設定 */#calendar table {	padding: 0px;	border-collapse: collapse;	font-size: 10px;	width: 179px;	margin: 5px;	}/* カレンダーの曜日設定 */#calendar th {	border:1px solid #CCC;	text-align: center;	font-weight: normal;	background:#F1F1F1;	}/* カレンダーの日付設定 */#calendar td {	border:1px solid #CCC;	text-align: center;	}.calendar {	text-align: center;	}.calendard {	text-align: center;	}.calendardbg {	text-align: center;	}/* カレンダーの曜日設定 */th.sun {	background:#FADEF7 !important;	border:1px solid #F00;	}.sat {	color: #0099CC;	}/* リンクカラー設定 */#calendar a {		text-decoration: underline;		color:#009999;		font-weight:bold;		display: block;		width: 100%;		height: 100%;		margin:0;		padding:0;	}	#calendar a:link {		text-decoration: underline;		}	#calendar a:visited {		text-decoration: underline;		}	#calendar a:hover {		text-decoration:none; 		background-color:#009999;		color:#FFF;		 }	#calendar a:active {		text-decoration: underline;		}