div.cal_wrapper {
	padding: 5px 0 10px;
	width: 180px;
}

div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	margin-bottom:3px;
	color: #D6D6D6;
	font-size: 11px;
}

div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}


/*prev-next*/
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: none;
	background-color: #333;
	font-size: 10px;
	margin: 0px 0px;
	padding: 2px 5px;
	color: #D6D6D6;
}

div.cal_wrapper table.cal tr td {
}


div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 1px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #D6D6D6;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #333;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 5px 5px;
	font-size: 11px;
	text-align: center;
	background-color: #333;
	color: #D6D6D6;
}
div.cal_wrapper table.cal tr td div span {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #333;
	text-align: left;
	padding: 0px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
}


div.cal_wrapper table.cal tr td div.Sat {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Today {
/*	font-weight: bolder;*/
	background-color: #555;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.Holyday {
	color: #F00;
}
div.cal_wrapper table.cal tr td div.Birthday {
	font-weight: bolder;
	background-color: #EEF;
	color: #090;
}

div.cal_wrapper table.cal tr td div.backward {
	opacity: 0.4;
	color: #666;
	/*font-weight: normal;
	background-color: #333;*/
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}.cal_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #D6D6D6;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	letter-spacing: 0.1em;
}
#Calendar {
	display: block;
	width: 180px;
	padding-top: 15px;
}
