.calendar{
	font-size: small;
	text-align: center;
}

.calendar th{
vertical-align: top;
color: #222;
background-color: #EEE;
border-left: 1px solid #FFF; 
}

.calendar td{
padding: 3px;
}

.holiday td{
background-color: #EEE;
}

 td.holiday2{
background-color: #FFCCCC;
}

#eventlist{
	width: 100%;
	font-size: small;
	padding: 3px;
	margin-top: 10px;
	background-color: #FCFCFC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#eventlist tr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
}

.eventtitle{
	font-size: medium;
	color: #6C0;
}

.eventac{
	font-weight: normal;
	color: #666;
}

.eventlink{
	background-image: url(../inc/images/bo_event_n_s01.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

.eventbasyo{
	background-image: url(../inc/images/bo_event_n_s02.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

.eventgaiyo{
	background-image: url(../inc/images/bo_event_n_s03.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
}

.eventoption{
}
.eventobj {
	font-size: xx-small;
	font-weight: bold;
	background-color: #DDD;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 1px;
	color: #666;
}
.move {
	background-color: #E6F2FF;
	text-align: right;
	font-size: x-small;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
