/*-------------------------------------
	nyusatsu_list.css		by justice Inc
---------------------------------------*/
/*    テーブル定義（緑）    */
table.baseGreen{
  border:1px solid #BB8DBE;
}
table.baseGreen th{
  background-color:#dda0dd;
  border:1px solid #BB8DBE;
  font-size: smaller;
}
table.baseGreen td{
  border:1px solid #BB8DBE;
  font-size: smaller;
}
table.baseGreen caption {
width: 12em;
caption-side: left;
}
/*    テーブル定義（セル幅）    */
.per010Cel {
  width: 10%;
}
.per018Cel {
  width: 18%;
}
.per020Cel {
  width: 20%;
}
.per022Cel {
  width: 22%;
}
.per040Cel {
  width: 40%;
}
.per050Cel {
  width: 50%;
}
/*------ テーブル定義（線なし） ------*/
table.noBorder{
	margin:10px auto;
	border:none;
}
table.noBorder th{
  padding:2px 10px;
}
table.noBorder td{
  padding:2px 10px;
}

table.noBorder td.text100{
	width:100px
}
table.noBorder td.text800{
	width:800px
}

th.txtMR, td.txtMR{
	text-align:right;
	vertical-align:middle;
