@charset "utf-8";
/* CSS Document */


span.Today {
	font-weight: bolder;
	display: block;
	background-color: #629db4;
}
.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #d90000;
}
li.holyday {
	color: #d90000;
	font-weight:bold;
}
li.Sun {
	color: #d90000;
	font-weight:bold;
}
li.Sat {
	color: #0000FF;
}
/*li.undefined {
	cursor: pointer;
}*/

/*ui*/
div.cal_wrapper {
	margin-top:12px;
	width: 210px!important;
	height: 180px!important;
	background:url(../img/index/cal_back.jpg) no-repeat;
	position: relative;
	padding-top:5px;
	margin-left: 0px;
}
ul.cal_ui {
	position:absolute;
	margin-top:0px;
	left:0px;
}
ul.cal_ui li {
	float: left;
	width: 59px;
	height: 17px;
	font-size: 10px;
	cursor: pointer;
	display:inline;
	overflow:hidden;
}
ul.cal_ui li a {
	width: 59px;
	height: 17px;
	text-indent:-9999px;
	display:block;
}
li.cal_prev {
	background-image: url(../images/cal/cal_prev.jpg);
}

li.cal_prev a:hover {
	background-image: url(../images/cal/cal_prev_on.jpg);
}

li.cal_next a:hover {
	background-image: url(../images/cal/cal_next_on.jpg);
}

li.cal_next {
	margin-left:90px;
	background-image: url(../images/cal/cal_next.jpg);
}

div.cal_base {
	margin:0 auto;
	width:212px;
}

div.cal_base p {
	font-size: 12px;
	font-weight:bold;
	padding: 2px;
	text-align:center;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin-top: 8px;
}
ul.cal_main li {
	line-height:2em;
	width: 30px;
	text-align: center;
	font-size: 10px;
	float: left;
	overflow: hidden;
}
ul.cal_main li span {
	display: block;
}

li.cal_headline {
	font-weight:bold;	
}
