@charset "UTF-8";

span.Today {
	font-weight: bolder;
	color: #FF0000;
	background: #FFFFFF;
	display: block;
	cursor: pointer;
}

.deli {
	color: #FFFFFF;
	background: #009900;
}

li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background: #FF0000;
}

li.holyday {
	color: #FF0000;
}

li.Sun {
	color: #FF0000;
}

li.Sat {
	color: #FF0000;
}

li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	width: 175px!important;
	width/**/: 195px;
	margin:0 0 0 15px;
	padding: 10px;
	position: relative;
	background: url(images/calendar/background.gif) #EEEEEE bottom right no-repeat;
 display: inline-block;
}

div.cal_wrapper:after {/*for modern browser*/
  height: 0;
  content: ".";
  font-size: 0.1em;
  line-height: 1.1;
  visibility: hidden;
  display: block;
  clear: both;
}

/* ここから Mac IE5 を除外 \*/
* html div.cal_wrapper {
  height: 1%;
}

div.cal_wrapper {
  display: block;
}
/* ここまで Mac IE5 を除外 */

ul.cal_ui {
	width: 60px;
	margin: 0px;
	padding: 0px;
	float: right;
}

ul.cal_ui li {
	width: 20px;
	height: 15px;
	font-size: 10px;
	list-style: none;
	background-repeat: no-repeat;
	cursor: pointer;
	float: left;
}

li.cal_prev {
	background: url(images/calendar/cal_01.gif);
}

li.cal_to {
	background: url(images/calendar/cal_02.gif);
}

li.cal_next {
	background: url(images/calendar/cal_03.gif);
}

div.cal_base {
}

div.cal_base p {
	margin: 0px;
	padding: 5px;
	font-size: 12px;
	border-bottom: solid 1px #CCCCCC;
}

ul.cal_main {
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 25px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	border-bottom: solid 1px #CCCCCC;
	overflow: hidden;
	float: left;
}

ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
}