@charset "utf-8";

body {
	background: #ｆｆｃｃｆｆ;
	margin: 0px 0px 0px 0px;
}

#links {
	float: center;
	background: #ｆｆｃｃｆｆ;
}

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

#links a:hover {
	color: #0099ｆｆ;
	text-decoration: underline;
}

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

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

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

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

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

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