@charset "utf-8";

#calendar table {
	width:876px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	margin:1em auto;
	border-collapse:collapse;
	}
#calendar a {
	color: #000;
	text-decoration: underline;
}
#calendar a:hover {
	color: #666;
	text-decoration: underline;
}
#calendar td.event {
	background: #d6ced6;
	font-weight: bold;
	}
#calendar td {
	color:#000;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
	padding:4px;
	font-size: 10px;
	background: #fff;
	width: 14%;
	text-align: left;
	height: 100px;
	}				
#calendar th {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-align: left;
	border-bottom: 1px solid #999;
	border-left:1px solid #999;
	padding:2px 1px;
	background: #a567a4;
	}

#calendar thead th {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	}
.promotion_icon {
	float: right;
	margin: -2px;
}
#calendar td.event p {
font-size:10px;
}
#calendar .stars {
color:#0099CC;
}
#calendar .board {
color:#663399;
}

#key {
float:right;
text-align:right;
}

#key li {
font-size:10px;
line-height:1em;
}