﻿
table.standard
{
  width: auto;
  border-collapse: collapse;
  font-size: 10pt;
  line-height: 150%;
  width: 650px;
}
table.standard caption
{
  caption-side: top;
  text-align: left;
  font-weight: bold;
  color: #3366BB !important;
  font-size: 100%;
  margin-bottom: 3px !important;
}
table.standard thead th
{
  background-color: #DDEEFF;
  color: #225599;
  white-space: nowrap;
}
table.standard th
{
  background-color: #E5E5E5;
  border: solid 1px #555555;
  text-align: center;
  font-weight: bold;
  padding: 3px;
  white-space: nowrap;
}
table.standard td
{
  background-color: #F9F9F9;
  border: solid 1px #555555;
  padding: 5px;
}
table.standard tfoot th
{
  background-color: #DDEECC;
  color: #447733;
}
table.standard tfoot td
{
  background-color: #EEFFDD;
  color: #559922;
}

/* ジャンプメニュー */
.jumpmenuWrapper
{
  text-align: right;
  width: 100%;
}
.jumpmenuWrapper .jumpmenu
{
  font-size: 10pt;
  background-color: #EEF9FF;
  color: #225599;
  border: solid 1px #225599;
}

/* メニュー用のTreeView */
td.level1
{
  height: 30px;
}
td.level2
{
  height: 25px;
}
td.level1 a
{
  color: #669933;
  font-weight: bold;
  font-size: 13pt !important;
}
td.level2 a
{
  font-weight: bold;
  font-size: 11pt !important;
}
td.level3 a
{
  color: #555555;
  font-size: 9pt !important;
}

table.l td
{
  text-align: left;
}
table.c td
{
  text-align: center;
}
table.r td
{
  text-align: right;
}
td.l
{
  text-align: left !important;
}
td.c
{
  text-align: center !important;
}
td.r
{
  text-align: right !important;
}
td.nowrap
{
  white-space: nowrap !important;
}

