body {
	background: #FFF;
	margin: 0px 0px 0px 10px; /*上右下左の余白*/
}
h1,h2,h3 {
	margin: 0px;
	padding: 0px;
}
#links {
	width: 200px; /*-- 幅 --*/
	background: #FFF;/*-- カレンダーの背景色 --*/
	margin: 0px;
	padding: 0px; /*-- 枠の内側の余白 --*/
 text-align: left;
}
#links a {
	color: #06C; /*-- 書き込みがある日の文字色 --*/
	text-decoration: none;
}
#links a:hover {
	color: #069; /*-- マウスを乗せたときの文字色 --*/
	background-color: #FFEE99;
	text-decoration: none;
}
.calendar {
	font-size: 14px;
	color: #666; /*-- 書き込みがない日の日付の文字色 --*/
	font-weight: normal;
	line-height: 110%;
}
.calendarhead {
	font-size: 14px;
	color: #666; /*-- 月の文字色 --*/
	font-weight: bold; /*-- bold (太字) , normal (標準) --*/
	line-height: 110%;
}