@charset "utf-8";
/* CSS Document */

/* ===== 一般設定 ========================= */
#nextyear table{
	margin:0 0 10px 0;
}
#nextyear ul{
	margin:0 0 20px 0;
}

/* ===== カレンダー ========================= */
/* ラキャリ週休日 */
#nextyear .lacaholiday{
	background:#ffcccc;
}
/* 日曜 */
#nextyear .sunday{
	color:#ff0000;
}
/* 土曜 */
#nextyear .saturday{
	color:#6699ff;
}
/* 祝日 */
#nextyear .holiday{
	color:#ff0000;
}
/* ラキャリ週休日（表頭） */
#nextyear .holiweek{
	color:#d0424a;
}
/* カレンダーテーブル */
#nextyear table.calendar{
	width:240px;
	margin:0 10px 10px 0;
	float:left;
}

#nextyear table.calendar th,
#nextyear table.calendar td{
	text-align:center;
	font-family:Verdana;
}

#nextyear table.calendar td{
	padding:2px;
}
/* 曜日行 */
#nextyear table.calendar .top_col th,
#nextyear table.calendar .top_col td{
	height:30px;
	border-bottom:1px solid #cccccc;
	font-weight:bold;
}
/* 最終行 */
#nextyear table.calendar .last_col th,
#nextyear table.calendar .last_col td{
	border-bottom:2px solid #cccccc;
}
/* 月表示 */
#nextyear th.ttl_month{
	font-size:16px;
}
/* 年表示 */
#nextyear span.nextyear{
	font-size:10px;
	vertical-align:super;
}

/* ===== 週間スケジュール表 ========================= */

#nextyear table.tbl_schedule{
}
/* 各セルの設定 */
#nextyear table.tbl_schedule td{
	text-align:center;
	line-height:1.4em;
	border:1px solid #cccccc;
}

/* 行のトップに罫線（濃）*/

/* 各クラスごとに背景塗りわけ */
#nextyear .bg01{background:#ffcccc;} /* お料理マスター */
#nextyear .bg02{background:#ffdddd;} /* お料理ビギナー */
#nextyear .bg03{background:#ffcc99;} /* はじめてのお料理 */
#nextyear .bg04{background:#d1c0a5;} /* オトコのお料理ビギナー */
#nextyear .bg05{background:#d1c0a5;} /* オトコのお料理マスター */
#nextyear .bg06{background:#e0f2f1;} /* ひとりでチャレンジ */
#nextyear .bg07{background:#e5cee5;} /* イタリアン・フレンチ上級 */
#nextyear .bg08{background:#c7dc68;} /* 京料理 */
#nextyear .bg09{background:#ebdec7;} /* オトコのお料理ビギナー */
#nextyear .bg10{background:#e5d3b5;} /* オトコのお料理マスター＆はじめての手作りパン */
#nextyear .bg11{background:#f9dd95;} /* お菓子ビギナー */
#nextyear .bg12{background:#f9d67c;} /* お菓子レギュラー */
#nextyear .bg13{background:#f9cf63;} /* お菓子アドバンス */
#nextyear .bg14{background:#ebdec7;} /* 手作りパン */
#nextyear .bg15{background:#e0ebaf;} /* フラワー */
#nextyear .bg16{background:#e2e0eb;} /* カフェ */


