@charset "UTF-8";

/*------------------------------------------------------------------------------
CSS Modules Import
URL: http://morii-ganka.jp/
Date: 2011-11-15
Copyright（c） Morii Eye Clinic. All right reserved.
------------------------------------------------------------------------------*/

/* ----------------------------------------

main

---------------------------------------- */

table.tblStyle01 {
	width: 100%;
}

table.tblStyle01 tfoot th,
table.tblStyle01 tfoot td {
	border-top: 3px double #ddd;
}

table.tblStyle01 th.Ave,
table.tblStyle01 td.Ave {
	border-left: 3px double #ddd;
}

table.tblStyle01 td {
	background-color: #e6fdff;
	color: #008792;
}

table.tblStyle01 td.Yel {
	background-color: #fffce6;
	color: #948200;
}

table.tblStyle01 td.Cau {
	background-color: #ffebeb;
	color: #a40000;
}