/************************
画面基本
************************/

body {
  background-color:#F4F9FF;
  margin:0px;
  color:#666666;
}

td.txt{
  font-size:13px;
  line-height:20px
}

/************************
基本のリンク＜Ａ＞
************************/
a{
  text-decoration:none;
  color:#21467F;
}

a:hover{
  background-color:#BAEAFF;
  /*text-decoration:underline;*/
  text-decoration:none;
  /*border-bottom:1px orange solid;*/
  padding-top:1px;
  padding-bottom:1px;
}

/************************
基本のテーブル＜TABLE.TD＞
************************/
th.st{
  border-style:solid;
  border-color:#D5EEF9;
  border-bottom-width:1px;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  font-size:13px;
}
td.st{
  border-style:solid;
  border-color:#D5EEF9;
  border-bottom-width:1px;
  border-top-width:0px;
  border-left-width:0px;
  border-right-width:0px;
  font-size:13px;
}
