@charset "UTF-8";
/* CSS Document */

#prev01{
	margin-top:25px;
	width:27px;
	height:27px;
}
#next01{
	margin-top:25px;
	width:27px;
	height:27px;
}

#next01{
	background:url(../images/day/next01_disabled.gif) no-repeat;
	cursor:default;
}


#prev01.slide_active{
	background:url(../images/day/prev01.gif) no-repeat;
	cursor:pointer;
}
#next01.slide_active{
	background:url(../images/day/next01.gif) no-repeat;
	cursor:pointer;
}
#prev01.slide_none{
	background:url(../images/day/prev01_disabled.gif) no-repeat;
	cursor:default
}
#next01.slide_none{
	background:url(../images/day/next01_disabled.gif) no-repeat;
	cursor:default;	
}
#dayBtnArea > table td.hover_current {
    background: url("../images/day/daybg_hover_current.gif") no-repeat;
}

#dayBtnArea > table td.current{
	background:url(../images/day/daybg_current.gif) left top no-repeat !important;
}
.toppage #side{
	margin-top:0px;
}
#prev01 img,
#next01 img{
	display:none;	
}

#dayBtnArea{
	overflow:hidden;
	padding:0px;
	margin:0 8px 0 10px;
}
.tip{
	width:56px;
	height:20px;
}
#dayBtnArea td.able,
#dayBtnArea td.current,
#dayBtnArea td.hover_current,
#dayBtnArea td.notable
{
	cursor:pointer;
}

.weeknone{
visibility: hidden;
}
