/* 基本テーブルデザイン */

table {
  border: 1px solid #666666;
  text-align: left;
}

.borderNone {
  border: 0px solid;
}

.borderTr {
  border-top: 1px solid #666666;
  border-bottom: 0px;
  border-right: 1px solid #666666;
  border-left: 0px;
}

.land {
  margin-top:5px;
  margin-bottom:10px;
}

.gray{
  background-color: #f0f8ff;
  font-size:12px;line-height: 16px;
  font-weight:bold;
  padding: 2px;
  border-top: 0px;
  border-bottom: 1px solid #666666;
  border-right: 0px;
  border-left: 1px solid #666666;

/* 2003/12/24 コメント nakata
  text-align:center;
*/

}


.white{
  background-color: #ffffff;
  font-size:12px;
  line-height: 16px;
  padding:2px;
  border-top: 0px;
  border-bottom: 1px solid #666666;
  border-right: 0px;
  border-left: 1px solid #666666;
}

.red{
  background-color: #FF6666;
  font-size:12px;
  line-height: 16px;
  padding:2px;
  border-top: 0px;
  border-bottom: 1px solid #666666;
  border-right: 0px;
  border-left: 1px solid #666666;
}

.menu{
  background-color: #f0f8ff;
  font-size:12px;line-height: 16px;
  font-weight:bold;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

.navy{
  background-color: #b0cbdb;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
}

/* ボディ */
body {
  margin-top:5px;
  margin-bottom:5px;
  margin-left:10px;
  margin-right:10px;
  color: #535353;
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: 'ＭＳ ゴシック';
}

strong{
  font-weight:bold;
}

/* リンク */
A:link {color:#003399; text-decoration: none;}
A:visited {color:#003399; text-decoration: none;}
A:hover {text-decoration : blink; color:#3366FF; text-decoration:underline;}

/* 大見出し（左） */
.head {
  color: #535353;
  font-size: 14pt;
  font-weight: bold;
}

/* 大見出し（右） */
.headComments {
  color: #535353;
  font-size: 12px;
  font-weight: bold;
}

/* 中見出し */
.headSub {
  color: #535353;
  font-size: 11pt;
  font-weight: normal;
  padding-top: 8px;
  font-weight: bold;
  padding-bottom: 8px;
}

/* システム名称表示用 */
.headSys {
  color: #006699;
  font-size: 12pt;
  padding-top: 14px;
  font-weight: bold;
  padding-bottom: 10px;

}

/* 時間表示用 */
.time {
  color: #535353;
  font-size: 10pt;
  font-weight: normal;
}

/* 注意書き */
.caution {
  color: #ff4500;
  font-size: 10pt;
  font-weight: normal;
}



/* textarea-error */
.textareaError{
  font-weight: bold;
  color: #FF0000;
  font-size: 11pt;
/*  background-color: #C0C0C0; */
  background-color: #DCDCDC;
/*  background-color: #F0F8FF; */
/*  background-color: #F5F5F5; */
  width: 100%;
  height: 50;

}
/* 2003.05.28  add by (BHSK)K.Suzuki */
/* textarea*/
.textarea{
  background-color: #FFFFFF;
  width: 100%;
  height: 50;

}

/* 2003.05.28  upd by (BHSK)K.Suzuki */
/* 2003.05.08  add by (BHSK)K.Mikuni */
/* textarea-disabled */
.textareaDisabled{
  background-color: #C0C0C0;
  width: 100%;
  height: 50;
}


/* 2003.05.14  add by Yin */
/* textbox-disabled */
.textboxDisabled{
  background-color: #C0C0C0;
}

/* width **********************************/

.widthHalf{
  width: 390px;
}

.widthTwofive{
  width: 250px;
}

/* 1/4 */
.widthQuarter{
  width: 195px;
}

.widthFive{
  width: 150px;
}

/* 1/6 */
.widthOneSix{
  width: 130px
}

/* 1/8 */
.widthOneEight{
  width: 90px
}

/* 1/10 */
.widthOneTen{
  width: 60px
}


/* size **********************************/
/* 1/4 */
.sizeQuarter{
  size: 20;
}
/* 1/4 */
.sizeHalf{
  size: 40;
}

/* スクロールバーの設定 */
.ScrollM10 {
  width: 81.5%;
  height: 265px;
  overflow: auto;
}

/*
・1/2 one half
・2/3 two third
・3/4 three quarters
・3_1/2（3と1/2） three and one half 
・分数
・分子
・分母
・帯分数
・真分数
・仮分数
・約分
・逆数
 
*/
