@charset "shift_jis";

/* ------------------------------------------- CSS Information
 File Name:      AlternateRow.css
 Style Info:     テーブルの色分け
----------------------------------------------------------- */
/* すず・めっき・ショット */
.tbl {
   width: 400px;
   border: 1px solid #808080;
   border-collapse: collapse;
   margin-left: 20px;
}
.tbl td, .tbl th {
   text-align: center;
   border: 1px solid #808080;
   line-height: 1.8em;
}
.tbl th {
   background-color: #83c0c0;
   font-size: 0.9em;
   padding: 2px 0 0 0;
}
.tbl .on {
   background-color: #fff;
}
.tbl .off {
   background-color: #eee;
}
.tbl .hinmei {
	padding-left: 5px;
	font-weight: bold;
	text-align: left;
	background-color: #f0e6b9;
}

