/* CSS Document */

/* カレンダーの表示 */

div.cal {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
div.cal * { text-align: center; font-size: 12px; }
div.cal table {
	width: 215px;
	margin-left:10px;
}
div.cal caption { border-bottom: none; color: #333; }
div.cal th { color: #333; }
div.cal td { color: #333; }
div.cal td.today { background-color:#E98673; cursor:pointer;}
div.cal td.today a{ color:#FFF;}
div.cal td.today a:hover{ color:#000;}

/* 表示コメントのスタイル
===================== */

div.event_info {
	width: 250px;
	padding: 5px;
 display:none;
 position:absolute;
	border: 1px solid #AAA;
	z-index:30;
	background-color: #666;
	color: #e1e1e1;
	font-size:13px;
}  
