﻿@charset "utf-8";
/*--京ajaxcalendar_s.css--*/

/*サイドバー表示用*/
#calendar{
    margin:5px 0;
    overflow:hidden;
}
.calendarhead{
    font-size:0.9em;
    letter-spacing:0.2em;
    text-align:center;
    border-bottom:1px dotted #ccc;
    margin-bottom:3px;
}
#calendar table{
    padding:0;
    border-collapse:collapse;
    width:95%;
    margin:0 auto 5px auto;
}
#calendar th{
    padding-bottom:3px;
    text-align:center;
    font-size:0.9em;
    width:14%;
    border:1px dotted #ccc;
    background:#fafafa;
}
#calendar td{
    padding:2px 0;
    text-align:center;
    font-size:0.9em;
    line-height:120%;
    border:1px dotted #ccc;
}


/*共通*/
#calendar_fooer{
	width:90%;
	margin:0 auto;
}

	#calendar_fooer_l{
		width:40%;
		float:left;
	}
	
	#calendar_fooer_r{
		width:40%;
		float:right;
		text-align:right
	}


.today{
    font-weight:bold;
}
.sunday,
.holiday,
.holiday a:link,
.holiday a:visited{
    color:#e50003;
}
.saturday,
.saturday a:link,
.saturday a:visited{
    color:#0000ff;
}

#calendar table a:link , #calendar table a:visited , #calendar table a:hover , #calendar table a:active{
    background:#e2e067;
    display:block;
}