@charset "shift_jis";

/* 見出し */
.calendar_header {
	background-image: url(/gold/amiami/img/menubg_amiami.gif);
	width: 180px;
	color: #FFF;
	font-size: 80%;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat-y;
	background-position: left top;
	clear: both;
}

/* 説明 */
.calendar_top {
	background-image: url(/gold/amiami/img/menubg_gray.gif);
	width: 180px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.calendar_bottom {
	background-image: url(/gold/amiami/img/menubg_gray_bottom.gif);
	background-position: left bottom;
	font-size: 80%;
	color: #666;
	line-height: 125%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}

/* カレンダー */
.calendar_table{
	color: #666;
	font-size: 80%;
	line-height: 130%;
	background-color: #FF9900;
	margin-bottom: 20px;
}

/* 日付の色：青（土曜） */
.calendar_b {
	text-align: right;
	color: #345FC2;
	font-weight: normal;
	background-color: #E4F7FA;
	padding: 3px;
	font-size: 80%;
}
/* 日付の色：赤（休日・祝日） */
.calendar_r {
	background-color: #F4E1E1;
	color: #B50B0B;
	text-align: right;
	font-size: 80%;
	padding: 3px;
}
/* 日付の色：黒（平日） */
.calendar_bk {
	padding: 3px;
	text-align: right;
	font-size: 80%;
	background-color: #FFF;
}


/* 曜日の色：日曜日 */
.calendar_sun {
	color: #B50B0B;
	background-color: #F4E1E1;
	text-align: center;
	padding: 3px;
	font-weight: bold;
	font-size: 80%;
}
/* 曜日の色：平日 */
.calendar_no {
	color: #333;
	background-color: #E8E8E8;
	font-size: 80%;
	padding: 3px;
	text-align: center;
	font-weight: bold;
}
/* 曜日の色：土曜 */
.calendar_sut {
	color: #345FC2;
	font-weight: bold;
	font-size: 80%;
	background-color: #E4F7FA;
	text-align: center;
	padding: 3px;
}
