@charset "UTF-8";

ul.cal_main{
color:#222222;
}

/*　今日の設定　*/

li .Today {
	color:#999;
}

/*　特別な設定１　*/

li.openingsale {
	color:#222222;
	font-weight: bolder;
	background-color: #FFCCCC;
}

/* 特別な設定２ */

li.holyday {
	color: #FF0000;
}

/*　特別な設定3　*/

li.openingsale2 {
	color:#222222;
	font-weight: bolder;
	background-color:#F90;
}



/* 日曜日の設定 */

li.Sun {
	color: #FF0000;
}

.head_sun {
	color:#f00;
	}

/* 土曜日の設定 */

li.Sat {
	color:#09F;
}

.head_sat {
	color:#09F;
	}

li.undefined {
	/*cursor: pointer;*/
}

.cal_table{
	background-color: #FFFFFF;
}


/*ui*/
/*カレンダー全体の囲い*/
div.cal_wrapper {
	/*padding: 3px;*/
	width: 186px!important;
	height: 190px!important;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color:#fcfcf4;
	/*position: relative;*/
	/*margin-bottom: 0px;
	margin-left:5px;
	margin-right:5px;
	border:1px solid #ccc;*/
}



ul.cal_ui {
	padding: 0px;
	margin-top: 7px;
	width: 70px;
	_width: 70px;
	float: right;
	/*display:none;*/
}
ul.cal_ui li {
	float: left;
	width: 20px;
		_width: 20px;
	height: 22px;
	font-size: 10px !important;
	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 {
	
}

/*-------------J_[N　{月のヘッダー}----------*/
div.cal_base p {
	font-size: 12px;
	/*padding-top: 5px;
	padding-bottom:5px;*/
	margin-left: 10px;
	/*border-bottom: solid 1px #CCCCCC;*/
	/*color:#CD0005;*/
	color:#7a6339;
	/*font-weight:bold;*/
	/*background:#F0EEE1;*/
	/*background:#F0EEE1;*/
	text-align:left !important;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 5px;
}

/*-------------J_[AjZ　カレンダー枠----------*/
ul.cal_main li {
	padding: 5px;
	width: 12px;
	text-align: center;
	list-style: none;
	font-size: 10px !important;
	float: left;
	border: solid 1px #FFFFFF;
}


/*　週の飾り　*/
li.cal_headline {
	background:none;
	
}

*html li.cal_headline {
	background:none;
	width: 31px;

}



* html .cal_wrapper {
	width: px;
}
*+html .cal_wrapper {

}

* html ul.cal_main li{
	width: 12px;
}
*+html ul.cal_main li{
	width: 12px;
}