@charset "shift_jis";

span.Today {
/*	cursor: pointer;*/
	font-weight: bold;
	display: block;
	background:#db6451;
	color:#fff;
}
.deli {
	background: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background: #FF0000;
}
li.Sun,
li.holyday{
	background:#f0d0d5;
}
li.Sat {
	background:#d1e4ef;
}
li.undefined {
/*	cursor: pointer;*/
}

/*ui*/
div.cal_wrapper {
	background: #fff;
	position: relative;
	margin:35px 0 5px 10px;
	width:197px;
/*	border-top:1px solid #dfd1ac;*/
	border-botttom:1px solid #dfd1ac;
/*	border-left:1px solid #dfd1ac;
	border-right:1px solid #dfd1ac;*/
}
div.cal_wrapper ul.cal_ui {
	position:absolute;
	padding: 0px;
/*	width: 200px;*/
top:-35px;
left:0;
}
div.cal_wrapper ul.cal_ui li {
	float: left;
	width: 58px;
	height: 25px;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left:5px;
}
div.cal_wrapper li.cal_prev {
	background: url(../../img/btn_event_001.gif);
}
div.cal_wrapper li.cal_to {
	background: url(../../img/btn_event_002.gif);
}
div.cal_wrapper li.cal_next {
	background: url(../../img/btn_event_003.gif);
}

div.cal_wrapper div.cal_base {
/*border:1px solid #bfb592;*/
	}

div.cal_wrapper div#cal_title{
	font-weight:bold;
	padding:5px;
	margin: 0px;
	color:#7d4139;
	text-align:center;
	border:none;
}

div.cal_wrapper ul.cal_main {
	clear: both;
	padding:0;
	margin:0;
	border-top:1px solid #dfd1ac;
	border-left:1px solid #dfd1ac;
}
div.cal_wrapper ul.cal_main {margin-bottom:0 !important;}
div.cal_wrapper ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 27px;
	text-align: center;
	list-style: none;
	float: left;
	overflow: hidden;
	border-right:1px solid #dfd1ac;
	border-bottom:1px solid #dfd1ac;
}
div.cal_wrapper ul.cal_main li span {
	padding: 5px;
	display: block;
}

div.cal_wrapper li.cal_headline {
	background:#fff5d2;
}