@charset "UTF-8";

span.Today {
        display: block;
        background-color: #81FDC4;
}

li.holyday {
        color: #EB0000;
        font-weight: bolder;
}
li.Sun {
        color: #EB0000;
        font-weight: bolder;
}
li.Sat {
        color: #EB0000;
        font-weight: bolder;
}
li.undefined {
}

/*ui*/
div.cal_wrapper {
        font-family: Arial,'Yu Gothic UI';
        margin-top:3px;
        margin-bottom:0px;
	width: 240px!important;
	width/**/: 240px;
	height: 210px!important;
	height/**/: 210px;
	background-image: url(background.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-image: url(cal.jpg);
}
ul.cal_ui {
	padding: 0px;
	margin-top: 10px;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
li.cal_prev {
	background-image: url(cal1.png);
}
li.cal_to {
	background-image: url(cal3.png);
}
li.cal_next {
	background-image: url(cal2.png);
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 13px;
        font-weight: bolder;
        color: WHITE;
	padding: 7px;
	margin: 0px;
	border-bottom: solid 1px #CCCCCC; 
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 34px;
	text-align: center;
	list-style: none;
	font-size: 11px;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}
ul.cal_main li span {
	padding: 5px;
	display: block;
}

li.cal_headline {
	
}