body {
	font-size: 12px;
	font-family: Arial, 'ƒqƒ‰ƒMƒmŠpƒS Pro W3', 'Hiragino Kaku Gothic Pro', '‚l‚r ‚oƒSƒVƒbƒN', sans-serif;
	color: #000000;
	text-align: left;
	/*background: #EEF2F4;*/
}

/*ui*/
div.cal_wrapper {
	width: 270px;
	margin: 0 12px;
	clear: both;
	padding-top: 15px;
}
ul.cal_ui {
	display: none;
}

div.cal_base p {
}

div.cal_base p {
	padding: 8px;
	margin: 0px;
	/*background: #BDCCD4;*/
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

ul.cal_main {
	clear: both;
	padding: 0px;
	margin: 0px;
}
ul.cal_main li {
	width: 36px;
	text-align: center;
	list-style: none;
	float: left;
	overflow: hidden;
	border-bottom: dotted 1px #CCCCCC;
}
ul.cal_main li span {
	line-height: 35px;
	display: block;
	font-weight: bold;
}

.cal_headline span {
	font-weight: normal;
	font-size: 90%;
}

span.Today {
	cursor: pointer;
	font-weight: bolder;
	display: block;
	background-color: #f2b4b4;
}

.holyday {
	color: #9f1111;
	font-size: 120%;
}
.stylist {
	color: #009900;
	font-size: 120%;
}
.terashima {
	color: #0000ff;
	font-size: 120%;
}
.iizuka {
	color: #00A6FF;
	font-size: 120%;
}
.shimoyama {
	color: #009900;
	font-size: 120%;
}
.Sun {
	color: #000000;
}
.Sat {
	color: #000000;
}
li.undefined {
}

