@charset "utf-8";

body {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}

#links {
	float: center;
	background: #ffffff;
}

#links a {
	color: #0000CD;;
	text-decoration: none;
}

#links a:hover {
	color: #FF0000;
	text-decoration: none;
}

.calendarhead {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	letter-spacing: .3em;
}

.calendar {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	font-weight: normal;
	letter-spacing: normal;
	text-decoration: none;*/
	background: none;
}

.calendar th {
	font-size:12px;
	width : 20px ;
}

.calendar td {
	font-size:12px;
}

.calendar table {
	padding: 0px;
	border-collapse: collapse;
}

.today {
    background : #ADFF2F; /* 背景色をつける設定 */
    border : 1px solid #FFFFFF; /* 枠線をつける設定 */
}