BODY
{
    font-size: 13px;
}
.bar-color
{
    font-size: 13px;
    color: #ffffff;
}
.font-error
{
  color: Red; 
}
.font-error-b
{
  font-size: 17px;
  color: Red;
  font-weight:bold;
}
body TD.Bak-color
{
    background-color: #ff55ff;
}
body TD.font-sm
{
    font-size: 13px;
}
body TD.font-xsm
{
    font-size: 10px;
    color:gray
}
body TD.Bak-color-error
{
  background-color: Red;
}
body TD.font-error
{
  color: Red;
}
/* サイドメニュー(トップ画面) */
.nav {
  margin: 0px;
  padding: 0px;
}
.nav-item {
  list-style-type: none;
  background-color: #ff55ff;
  border: solid 1px #dcdcdc;
  width: 250px;
  height: 16px;
  margin: 3px;
  padding: 8px;
  text-align: right;
}
.nav-item:hover {
  margin-left: 30px;
}
.nav-item-text {
  display: block;
  width: 100%;
  height: 16px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
/* IE互換モード用 */
.nav-item {
  padding: 6px\9;
}
.nav-item-text {
  width: 250px\9;
}
.nav-item-text:hover {
  margin-left: 30px\9;
}
/* サイドメニュー(トップ画面) END */

/* リンクボタン */
.buttons__right {
  width: 128px;
  margin: 2px 2px 2px auto;
}
.button {
  list-style-type: none;
  background-color: #ff55ff;
  border: solid 1px #dcdcdc;
  margin: 2px;
  padding: 2px;
  text-align: center;
}
.button-text {
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}
/* リンクボタン END */
body A.menu2 {
  width: 100px;
  height: 25px;
  color: #ffffff;
  background-color: #ff55ff;
  border: solid 1px #dcdcdc;
  margin: 0px 0px 0px 0px;
  padding: 2px;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}
