@charset "UTF-8";

li.fair {
	font-weight: bolder;
	color: #FFFFFF;
	background: #ff0000 url(/shared/img/cal/fair.gif) no-repeat center;
}


li.pure {
	background: #FFFF00;
}


li.season {
	background: #00FFFF;
}

li.undefined {
	background: #fff;
}

li.other {
	background: #FDBBDE;
}

li.obon {
	background: #00FF00;
}


span.sunday,
li.Sun {
	color: #FF0000;
}


span.saturday,
li.Sat {
	color: #0000FF;
}





li.non {
	font-weight: normal;
	background-color: #fff;
}


/*ui*/
div.cal_wrapper {
	font-family: Arial, Helvetica, Sans-serif;
	padding: 0;
	width: 205px!important;
	width/**/: 210px;
	height: 160px!important;
	height/**/: 180px;
	position: relative;
}


ul.cal_ui {
	float: right;
	width: 90px;
	padding: 0;
	margin: 0 7px 0 0;
}


ul.cal_ui li {
	float: left;
	height: 18px;
	width: 40px;
	margin: 8px 5px 0 0;
	background-repeat: no-repeat;
	list-style: none;
}


/*
li.cal_prev {
	background-image: url(cal_01.gif);
}

*/
li.cal_to {
	background: url(../img/cal/to.png) no-repeat 0 0;
}


li.cal_to:hover,
li.cal_next:hover {
	background-position: 0 -18px;
}


li.cal_next {
	background: url(../img/cal/next.png) no-repeat 0 0;
}




div.cal_base {
	font-size: 88%;
}


div.cal_base p {
	padding: 0;
	margin: 0;
	font-family: "Century gothic", Arial, Helvetica, Sans-serif;
	font-size: 122%;
	color: #666;
}


ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}


ul.cal_main li {
	float: left;
	width: 25px;
	padding: 5px 0px 5px 0px;
	margin: 1px 1px 0 0;
	text-align: center;
	list-style: none;
	border: 1px solid #e8e8e8;
}


li.cal_headline {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS P Gothic", sans-serif;
}


;;li.cal_headline { font-family: "メイリオ", Meiryo, sans-serif;/* for Opera9 */ }

*+html li.cal_headline { font-family: "メイリオ", Meiryo, sans-serif;/* for IE7 */ }

*html li.cal_headline { font-family: "メイリオ", Meiryo, sans-serif;/* for IE6 */ }


span.monthName {
	font-size: 24px;
	font-weight: bold;
}
