@charset "Shift_JIS";


/* =================================================================================

 Common style of library

================================================================================= */

/* ///////////////////////////////////////////////// index style */

div#sectionWrap table.tblStyle01 th{
	width:160px;
}

div#sectionWrap table.tblStyle01 th.type01{
	color: #4D4D4D;
	background-color: #CBDCEF;/* 青 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type02{
	color: #4D4D4D;
	background-color: #DBEFBE;/* 緑 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type03{
	color: #4D4D4D;
	background-color: #D6C4EF;/* 紫 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type04{
	color: #4D4D4D;
	background-color: #FDCFC1;/* 赤 */
	font-weight: bold;
}
div#sectionWrap table.tblStyle01 th.type05{
	color: #4D4D4D;
	background-color: #FFDEAF;/* オレンジ */
	font-weight: bold;
}
