
.calTable {
	border-collapse: collapse;
}

.calTable td,
.calTable th {
	width: 18px;
	height: 18px;
	text-align: center;
	font-family: Verdana, Helvetica;
	font-size: 13px;
	color: #333333;
	border: 1px solid #eeeeee;
	margin: 0px;
	padding: 0px;
}

.calTable th {
	height: 18px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: normal;
	
	border: 1px solid #e0e0e0;
}
/*カレンダー年月日結合セルの幅調整*/
.calTable td.mon {
	width: 90px;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
}

.calTable td.btn {
	height: 18px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
}

.calTable td.sat {
	
	color: #333333;
}

.calTable td.wed {
	background-color: #fff0f0;
	color: #CC0000;
	font-weight:bold;
}

.calTable td.sun {
	color: #333333;
}
.calTable td.sun_holy {
background-color: #fff0f0;
	color: #CC0000;
	font-weight:bold;
}

.calTable td.today {
	
}

.calTable td.webJozu {
	width: 100px;
	height: 15px;
	text-align: right;
	padding-right:5px;
}

.calTable td.btn a {
	display: block;
	background-color: #f9f9f9;
	width: 18px;
	height: 18px;
	color: #3366cc;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
}

.calTable td.btn a:hover {
	background-color: #BEDCFA;
	text-decoration: underline;
}

.yView {
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}

.tbView {display:none;}

.linkArea {
	display: block;
	width: 13px;
	height: 13px;
	line-height: 13px;
	font-weight: bold;
}

a.linkArea:link,
a.linkArea:visited {
	color: #3366cc;
}

a.linkArea:hover {
	background-color: #F5FCE4;
}

.linkPopup {
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	text-align: left;
	visibility: visible;
}

.popTxt {
	display: block;
	background-color: #F5FCE4;
	width: 30px;
	font-size: 10px;
	font-weight: normal;
	line-height: 150%;
	color: #666666;
	border: 1px solid #DCEFAA;
	padding: 4px 10px;
}

.popArrow {
	font-size: 10px;
	font-weight: bold;
	line-height: 50%;
	color: #DCEFAA;
	padding-left: 5px;
}
