@charset "UTF-8";

span.Today {
	cursor: pointer;
	font-weight: bolder;
	color: #ffffff;
	display: block;
	background-color: #4169e1;
}
li.deli {
	background-color: #3cb371;
	font-weight: bolder;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	background-color: #ec0404;
}
li.holiday {
	color: #dc143c;
/*	background-color: #dc143c;*/
}
li.Sun {
	color: #FF0000;
}
li.Sat {
	color: #0000FF;
	font-weight: bolder;
}
li.undefined {
	cursor: pointer;
	font-weight: bolder;
}

/*ui*/
div.cal_wrapper {
	padding: 10px;
	width: 145px!important;
	height: 160px;
/*	background-image: url(background.gif);*/
/*	background-position: bottom right;*/
/*	background-repeat: no-repeat;*/
/*	background-color: #423433;*/
/*	position: relative;*/
	margin-bottom: 10px;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 60px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 15px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
}
/*li.cal_prev {
	background-image: url(prev.gif);
}
li.cal_to {
	background-image: url(to.gif);
}
li.cal_next {
	background-image: url(next.gif);
}*/

div.cal_base {
}

div.cal_base p {
	font-size: 12px;
	padding: 3px;
	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: 20px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	float: left;
/*	overflow: hidden;*/
	border-bottom: solid 1px #CCCCCC;
}
ul.cal_main li span {
	padding: 2px;
	display: block;
}

li.cal_headline {
}