/* 共通の色定義ファイル（color.css）					*/
/* 									*/
/* 　※一部、古いクラス分けと重複部分がある。				*/


.menu-color{			/* ナビ					*/
  background-color : #eeeedd;	/* 背景:薄いグレー			*/
}

.c-caption{			/* お知らせ、トピック等のタイトル部分	*/
  color : #cc4000;		/* 文字色：赤茶色			*/
  background-color : #cceeff;	/* 背景:水色				*/
}

.td-color, .left-bar{		/* テーブルデータ			*/
  color : #222222;		/* 文字色：濃いグレー（ほぼ黒）		*/
  background-color : #ffffcc;	/* 背景:薄い黄色			*/
}

.note-table, .topic-table{
  background-color : #cceeff;	/* 背景:水色				*/
}

.note-table th, .topic-table th{
  background-color : #ffff80;	/* 背景:黄色				*/
}

.note-table td, .topic-table td{
  background-color : #ffffcc;	/* 背景:薄い黄色			*/
}

.topic-table td.exp{
  background-color : #ccffaa;	/* 背景:薄い緑				*/
}
