/*sidebarカレンダー */

.calcontainer {
	background-color:#fff;
	border: #ccc solid 1px;
	padding: 2px 0;
	}
.calhead{
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	font-weight: bold;
	color: #00a9e0;
	padding: 4px 0;
	} 
.calhead img{
	vertical-align: middle;
	margin: 0 12px;
	}
.caltable {
	width: 264px;
	text-align: center;
	position: relative;
	font-size: 13px;
	margin: 0px auto;
	border-collapse: separate;
	border-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.caltable th{
	background: #ccc;
	padding: 3px 0px;
	font-size: 10px;
	width: 36px;
	color: #333;
	text-align: center;
	}
.caltable th.sun{
	color: #C33;
	}
.caltable th.sat{
	color: #69F;
	}
.caltable td {
	width: 36px;
	height: 25px;
	background:#f6f6f6;
	text-align: center;
	line-height: 24px;
	}

/* 発売ありonsale */
.caltable td.onsale{
	background-color: #d9f0f8;
	}
.caltable td.onsale a:link{
	color: #0097cb;
	font-weight: bold;
	text-decoration: none;
	display:block;
	}
.caltable td.onsale:hover{
	background:#fff;
	}
.caltable td.onsale a:hover{
	font-weight: bold;
	display:block;
	text-decoration: underline;
	color: #ff6116;
	}
.caltable td.onsale:active{
	background:#fff;
	}
.caltable td.onsale a:active{
	font-weight: bold;
	display:block;
	text-decoration: underline;
	}


/* 本日td */
.caltable td.today {
	background:#0097cb;
	color: #fff;
}
.caltable td.today a:link,.caltable td.today a:visited{
	background:#0097cb;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display:block;
}
.caltable td.today:hover{
	background:#fff;
	color:inherit;
	}
.caltable td.today a:hover{
	text-decoration: underline;
	font-weight: bold;
	display:block;
	color: #ff6116;
	background:#fff;
	}

/* セレクトtd*/ 
.caltable td.select {
	background:#FF6116;
	color: #fff;
}
.caltable td.select a{
	color: #fff;
	font-weight: bold;
	display:block;
	text-decoration: none;
	}

/*バルーン */
.baltop {
	width: 270px;
	height: 19px;
	background-image: url(../img/baltop.png);
	background-repeat: no-repeat;
	overflow:hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
}
.balmid {
	width: 270px;
	background-image: url(../img/balmid.png);
	background-repeat: repeat-y;
	overflow:hidden;
}
.balcontent {
	margin: 4px 28px 0px 22px;
} 
.balmid .date{
	color: #333;
	float: left;
	font-size: 14px;
}
.balmid .honjitsu{
	color: #FFF;
	float: right;
	background-color: #cc0000;
	font-size: 10px;
	padding: 1px 4px;
	margin-top: 2px;
}
.balmid ul{
	font-size: 13px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 5px;
}
.balmid li{
	list-style-image: url(../img/calarrow.gif);
	margin: 5px 0px;
}
.balbottom {
	width: 270px;
	height: 20px;
	background-image: url(../img/balbottom.png);
	background-repeat: no-repeat;
	overflow:hidden;
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin-bottom: 10px;
}