@charset "shift_jis"; 

/*	--- calendar.css ---	*/

/*	本文ボックス(サブエリアが無い分広げてあります)	*/
#mainBox {

	width:90%;
	margin-left: 30px;
	_margin-left:15px;
	margin-right: 30px;
	_margin-right: 15px;
}

/*	年の表示	*/
#calYear {
	text-align: center;
	font-size: 24px;
	color: #333333;
}

/*	月の表示	*/
.cTableYM {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}


/*	1ヶ月分のカレンダーのボックス	*/
.calBox {
	width: 90%;
	text-align: center;
	background-color: #FFFFFF;
	margin: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #C6E697;
}

/*	記事のある日付のセル	*/
.cLink, .cLink0, .cLink1, .cLink2, .cLink3, .cLink4, .cLink5, .cLink6 {
	font-size: 12px;
	text-align: center;
	background-color: #C6E697;
}
