
/* 基本設定 */
	a:link 		{ text-decoration:underline; color:yellow; }
	a:visited	{ text-decoration:underline; color:#a0a000;  }
	a:active	{ text-decoration:underline; color:red; }	
	a:hover 	{ text-decoration:underline; color:white; background-color:#1122ee; }

	BODY		{ color:ffffff; background-color:#000000; font-size:12pt; }
	TABLE		{ table-layout:auto; }

 	BIG		{ font-weight:600; }
	SMALL		{ font-weight:600; }

/*======================== calendar ======================*/
/*== 今日の色 ==*/
.today {
 background: #666666;
 border-style: solid;
 border-color: dimgray;
 border-width: 0px;
}
/*== 起点の色 ==*/
.viewday {
 background: #444444;
 border-style: dashed;
 border-color: dimgray;
 border-width: 0px;
}
/*== 書込の色 ==*/
.writtenday {
 background: #444444;
 border-style: dashed;
 border-color: dimgray;
 border-width: 0px;
}