
/*  カレンダー＆アーカイブCSS */


/*  カレンダー */

#calender-ttl{
	width:157px;
	border:0;
	background:#E7E7E7;
	color:#555555;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	padding:3px 0px;
	}
	
#calender-date{
	width:157px;
	font-size:12px;
	text-align:center;
	color:#333333;
	margin:5px 0px 10px 0px;
	}
	
#calender-date a {
	font-weight:bold;
}
	
#calender-week{
	font-weight:bold;
	}
	
#calender-sat{
	color:#6699CC;
	}

#calender-sun{
	color:#FF3300;
	}


/* アーカイブ */

#archive-ttl{
	width:157px;
	border:0;
	background:#E7E7E7;
	color:#555555;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
	padding:3px 0px;
	}

#archive-contents{
	width:157px;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	margin:5px 0px 15px 0px;
	}

	