@charset "Shift-JIS";
/* CSS Document */

/*--カレンダー本体設定--*/
#calenderall{
	width: 160px;
	margin: 0 auto;
	padding: 5px 2px;
	background: #ffffff;
	color: #666666;
}
#calenderall div{ margin:0; padding: 0;}
#calenderall .calender{
	width: 156px;
	margin: 5px 0;
	padding: 0 0 10px 0;
}
#calendertxt{
	margin: 0;
	padding: 0;
	text-align: center;
}
#calendertxt p{
	display:inline;
	font-size:10px;
	vertical-align: text-top;
}
#calendertxt div{
	display: inline;
}

/*--カレンダー月表示部分--*/
.calender .month{
	position: relative;	
	width: 154px;
	padding: 2px 0px;
	border: 1px solid #cccccc;
	background:#f2f2f2 no-repeat center;
	text-align: left;
}

/*--カレンダー月英語--*/
.calender .m2{
	padding-left: 10px;
	font-size: 15px;
	font-weight: bold;
}

/*--カレンダー年--*/
.calender .y{
	position: absolute;
	right: 10px;
	bottom: 0;
	font-size: 10px;
}

/*--休日--*/
.calender .holiday,
.calender .holiday2{
	background:#e51f18 no-repeat center;
}

/*--日曜日・祝祭日--*/
.calender .holiday{
	color: #ffffff;
}

/*--土曜日--*/
.calender .holiday2{
	color: #ffffff;
}

/*--空白日--*/
.calender .noday{
	color: #ddd;
}

/*--カレンダー本体テーブル--*/
.calender table{
	margin: 0 0 0 1px;
	padding: 0;
	border-collapse: collapse;
}
*html .calender table{ margin: 0 0 0 0px;}

/*--テーブルセル--*/
.calender table th,
.calender table td{
	padding: 2px 0px 2px 2px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	vertical-align: middle;
}

/*--曜日--*/
.calender table th{
	width: 22px;
	padding: 3px 0 1px 2px;	
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
/*--日曜日--*/
.calender table th.sun{
	color: #CC6666;
}
/*--土曜日--*/
.calender table th.sat{
	color: #6685a2;
}

/*--日付--*/
.calender table td{
	height: 22px;	
	margin: 0px;
	padding: 3px 0 0 2px;
	border: 1px solid #ccc;
	font-size: 12px;
}

