@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

body{
	margin:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span.Today {
	cursor: pointer;
	font-weight: bolder;
	display: block;
	background-color: #FFB700;
}
.deli {
	background-color: #009900;
	color: #FFFFFF;
}
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}
li.holyday {
	color:#FFF;
	font-weight: bolder;
	color:#FF0000;
}
li.Sun {
	color: #FF0000;
}
li.Sat {
	color: #0000FF;
}
li.undefined {
	cursor: pointer;
}

/*ui*/
div.cal_wrapper {
	padding:5px 0 0 35px;
	width: 240px!important;
	width/**/: 240px;
	height: 200px!important;
	height/**/: 200px;
	position: relative;
	background:url(back.png) no-repeat #000000;
}
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;
}

div.cal_base {
	
}

div.cal_base p {
	font-size: 14px;
	font-weight:900;
	margin: 0px 16px 0 0;
	text-align:center;
	border-bottom: solid 1px #CCCCCC;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	/*padding: 3px 0px 3px 0px;*/
	width: 30px;
	text-align: center;
	list-style: none;
	font-size: 11px;
	float: left;
	overflow: hidden;
	border: solid 1px #CCCCCC;
}
ul.cal_main li span {
	padding: 2px;
	display: block;
}

li.cal_headline {
	
}