@charset "UTF-8";

span.Today {
	cursor: pointer;
	color: #FF0000;
	font-weight:bold;
	display: block;
}

.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}

li.holyday {
	color: #FF0000;
	cursor: pointer;
}

li.Sun {
	background-color: #FFC9D5;
	cursor: pointer;
}

li.Sat {
	background-color: #C0DFFF;
	cursor: pointer;
}

li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	width: 168px;
	position: relative;
}
div.cal_wrapper:after {
	content:"";
	display:block;
	height:0px;
	clear:both;
}
ul.cal_ui {
	padding: 0px;
	margin: 0px;
	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(cal_01.gif);
}
li.cal_to {
	background-image: url(cal_02.gif);
}
li.cal_next {
	background-image: url(cal_03.gif);
}

div.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	border-bottom: solid 1px #FFF;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	width: 24px;
	height:20px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}

ul.cal_main li a {
	width: 18px;
	height:14px;
	padding: 3px;
	display: block;
}

ul.cal_main li a:link {
	text-decoration:none;
	color:#000;
}

ul.cal_main li a:visited {
	text-decoration:none;
	color:#000;
}

ul.cal_main li a:active {
	text-decoration:none;
	color:#000;
}

ul.cal_main li a:hover {
	text-decoration:none;
	background-color:#B10026;
	color:#FFF;
}

