@charset "UTF-8";

/*��SPAN����*/
/*�������̓��t�̃X�^�C����*/
span.Today {
	cursor: pointer;
	font-weight: bolder;
	display: block;
	text-decoration:underline;
}

/*�����X�g�\�L����*/
/*���������灛������̃X�^�C����*/
li.deli {
	background-color: #009900;
	color: #FFFFFF;
}

/*���I�[�v�j���O�Z�[���̃X�^�C����*/
li.openingsale {
	color: #FFFFFF;
	font-weight: bolder;
	background-color: #FF0000;
}

/*���x���̃X�^�C����*/
li.holyday {
	color: #FFF;
	font-weight: bolder;
	background-color:#6E6E6E;

}
/*�����j���̃X�^�C����*/
li.Sun {
	color:#FFF;
	font-weight: bolder;
	background-color:#6E6E6E;
}

/*���y�j���̃X�^�C����*/
li.Sat {
	color: #fff;
	background-color: #6E6E6E;
}

/*���X�^�C����`�Ȃ����t�̃X�^�C����*/
li.undefined {
	cursor: pointer;
	
}

/*��DIV�\�L����*/
/*���������s�\����*/
div.cal_wrapper {
/*	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color:#333333;
	padding: 0px 0px 10px 10px;
	width: 170px!important;
	width/**/: 180px;
	height: 155px!important;
	height/**/: 180px;
	
	background-position: bottom right;
	background-repeat: no-repeat;
	
	position: relative;
	margin-bottom: 10px;
}

ul.cal_ui {
	padding: 0px;
	margin: 0px;
	width: 65px;
	float: right;
}
ul.cal_ui li {
	float: left;
	width: 17px;
	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 {
	
}

div.cal_base p {
	font-size: 12px;
	padding: 5px;
	margin: 0px;
	
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	padding: 1px 0px 1px 0px;
	width: 22px;
	text-align: center;
	list-style: none;
	font-size: 10px;
	float: left;
	overflow: hidden;
	border-bottom: solid 2px #ffffff;
	border-left:solid 2px #ffffff;
}
ul.cal_main li span {
	padding: 3px;
	display: block;
}

li.cal_headline {
	background-color:#eeeeee;
	
}