@charset "UTF-8";
/* CSS Document */

a:link{text-decoration:none;color:#000000;}
a:visited{text-decoration:none;color:#000000;}
a:active{text-decoration:none;color:none;}
a:hover{text-decoration:none;color:#338CCC;}
table {  font-size: x-small;}

div#calendar a:link{text-decoration:none;color:#0000ff;}
div#calendar a:visited{text-decoration:none;color:#0033CC;}
div#calendar a:active{text-decoration:none;color:none;}
div#calendar a:hover{text-decoration:none;color:#338CCC;}

.title {
	font-size: x-large;
	font-weight:bold;
	color: #047500;
}
.attention {
	border: 1px dashed #047500;
	margin-top: 15px;
	margin-bottom: 5px;
	background-color: #DAF3CE;
}
.calendar_title_1 {
	font-weight: bold;
	text-align: center;
	color: #666666;
	line-height:1.6em;
	padding:2px 0;
}
.calendar_title_2 {
	font-weight: bold;
	text-align: center;
	color: #FF0066;
}
.calendar_title_3 {
	font-weight: bold;
	text-align: center;
	color: #6600FF;
}
.calendar_everyday_1 {
	font-size: x-large;
	line-height: 95%;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: auto;
	width: 70px;
	height: 50px;
	
}
.calendar_everyday_2 {
	font-size: x-large;
	line-height: 100%;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: auto;
	width: 70px;
	height: 50px;
}
.calendar_holiday {
	font-size: x-large;
	line-height: 100%;
	font-weight: bold;
	color: #FF0066;
	text-align: center;
	margin: auto;
	width: 70px;
	height: 50px;
}
.calendar_days {
	height: 20px;
	width: 65px;
	margin-left: 5px;
	font-size: large;
	text-align:left;
}
.calendar_days_h {
	height: 20px;
	width: 65px;
	color: #FF0066;
	margin-left: 5px;
	font-size: large;
	text-align:left;
}
.calendar_caption {
	font-size: small;
	border: 1px dashed #999999;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 498px;
}
.calendar_header {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF9B66;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width: 498px;
}
