body{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div.cal_wrapper {
	width:230px;
	position:relative;
}
div.schedule_wrapper {
	padding: 0;
}
div.schedule_wrapper h3 {
	padding:0;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 1px;
	margin: 0px;
	background:#FF3300;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 1px auto;
}
div.schedule_wrapper div.schedule_list ol li {
	padding:0;
	margin: 0;
	font-size: 11px;
	line-height: 1.5em;
}
div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
div.cal_wrapper table.cal tr th p {
	padding: 5px;
	margin: 0px;
	
	margin-bottom:10px\9; /* IE8 */
   *margin-bottom:10px; /* IE7 */
	
	color: #c48c71;
	font-size: 12px;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	width:20px;
	color:#fff;
	border: 0;
	background-color: #c48c71;
	font-size: 12px;
	padding: 1px 3px;
	position:absolute;
	top:5px;
}
div.cal_wrapper table.cal tr th div.cal_ui input.button1{
	position:absolute;
	left:0;
}
div.cal_wrapper table.cal tr th div.cal_ui input.button2{
	position:absolute;
	right:0;
}

div.cal_wrapper table.cal{
	width:230px;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	
	padding: 2px 0px\9; /* IE8 */
	*padding: 2px 0px; /* IE7 */
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	
	padding: 10px 0px\9; /* IE8 */
	*padding: 10px 0px; /* IE7 */
	
	background:#f4f5f5;
}
div.cal_wrapper table.cal tr.headline {
	font-weight:bolder;
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	padding:5px 0;
	position: relative;
	font-size: 11px;
	text-align: center;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 230px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
}


div.cal_wrapper table.cal tr td div.Sat {}
div.cal_wrapper table.cal tr td div.Sun {
	color: #fff;
	font-weight: bolder;
	background-color:#ee6c6a;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #fff;
}
div.cal_wrapper table.cal tr td div.Holyday {
	font-weight: bolder;
	color: #fff;
	background-color:#ee6c6a;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #f4f4f4;
	color: #ee6c6a;
}

div.cal_wrapper table.cal tr td div.backward {
	font-weight: normal;
	background-color: #FFF;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}