<style>
<!--
/* ===================================================================== */
/* GNS index専用css                                                      */
/* ===================================================================== */

body {
	color:                #000000;
	background:           #FFDDDD;
}

div.diarytitle {
	/* 本体 */
	background-color:     #FFEEEE;
	border-color:         #994444;
}

hr {
}

table.listtbl {
	/* 年次インデックスのテーブル */
}

div.idxlist_calendar {
	/* カレンダー */
	background:           #FFEEEE;
}

table.idxlist_caltbl {
	/* カレンダー */
}

table.idxlist_caltbl td.sunday {
	/* 日曜日 */
	background-color: #EEAABB;
}

table.idxlist_caltbl td.weekday {
	/* 平日 */
}

table.idxlist_caltbl td.saturday {
	/* 土曜日 */
	background-color: #CCCCFF;
}

table.idxlist_caltbl font.cal {
	/* カレンダーフォント */
}


dl.idxlist {
	/* タイトルリスト 月単位 */
}

dl.idxlist dt {
	/* タイトルリスト 月表示行 */
	background-color: #88EEFF;
	padding: 1em 0.5em
}

div.idxlist_month {
	/* タイトルリスト 月表示行 */
}

dl.idxlist dd {
	/* タイトルリスト 日付＆topic/title */
	margin: 0.2em
}

table.idxlist_titles {
	/* タイトルリスト 日付＆topic/titleテーブル */
	margin: 0;
}

td.idxlist_date_sunday {
	/* タイトルリスト 日付（日曜）＆topic */
	background-color: #FFAABB;
	padding: 0.2em 1em;
}

td.idxlist_date_weekday {
	/* タイトルリスト 日付（平日）＆topic */
	background-color: #EEEEFF;
	padding: 0.2em 1em;
}

td.idxlist_date_saturday {
	/* タイトルリスト 日付（土曜）＆topic */
	background-color: #CCCCEE;
	padding: 0.2em 1em;
}

td.idxlist_title {
	/* タイトルリスト title */
	background-color: #FFCCCC;
}

span.category {
	/* カテゴリ */
}

-->
</style>
