	#reservation #calendar_frame {
		position: absolute;
		top:37px;
		left:375px;
		z-index:100;
		color:#CCC;
	}
	
	#promotion #calendar_frame2 {
		position: absolute;
		top:337px;
		left:375px;
		z-index:100;
		color:#CCC;
	}
	
	* html #reservation #calendar_frame {
		top:47px;
	}
	
	* html #promotion #calendar_frame2 {
	  top:47px;
	}
	
	#calendar, #calendar2 {
		position:relative;
		background-color: white;
		border: 1px solid black;
		padding: 0;
		margin: 0;
		z-index: 110;
	}
	
	#iframe, #iframe2 {
		top: 0px;
		left: 0px;
		width: 100px;
		height: 100px;
		display:none
	}
	
	.cal_class {
		font-family:"Tahoma", sans-serif;;
		font-size: xx-small;
		width: 100%;
	}
	
	.cal_th {
		padding-bottom: 0.3em;
	}
	
	.prev_month {
		width: 14%;
	}
	
	.cal_td {
		text-align: center;
		padding-left: 0.1em;
		padding-right: 0.1em;
	}
	
	.cal_text {
		color: black;
	}
	
	.cal_text a:link, .cal_text a:hover, .cal_text a:active, .cal_text a:focus, .cal_text a:visited { 
		color: black;
		text-decoration:none;
	}

	.cal_text a:hover { 
		color: black;
		text-decoration:none;
		font-weight: bold;
	}

