@charset "Shift_JIS";
 
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.back_gray{
  background-color : #e0e0e0;
  font-family : メイリオ;
}

.back_blue{
  background-color : #a6d2ff;
  color : #000099;
  font-family : メイリオ;
}

.back_red{
  background-color : #ffe1e1;
  color : red;
  font-family : メイリオ;
}

.font10{
  font-size : 10pt;
  font-family : メイリオ;
}

.font10_height12{
  font-size : 10pt;
  line-height : 12pt;
  font-family : メイリオ;
}

.font10_BgWhite{
  font-size : 10pt;
  background-color : white;
  font-family : メイリオ;
}

.font10_BgGray{
  font-size : 10pt;
  background-color : #cccccc;
  font-family : メイリオ;
}

.font10_BgGreen{
  font-size : 10pt;
  background-color : #c8e3e3;
  font-family : メイリオ;
}

.font10_BgOrange{
  font-size : 10pt;
  background-color : #ffcab0;
  font-family : メイリオ;
}

.font11{
  font-size : 11pt;
  font-family : メイリオ;
}

.font11red{
  font-size : 11pt;
  font-family : メイリオ;
  color : red;
}

.font11white{
  font-size : 11pt;
  font-family : メイリオ;
  color : white;
}

.font11_backblue{
  font-size : 11pt;
  font-family : メイリオ;
  color : #000099;
  background-color : #a6d2ff;
  font-weight : bold;
}

.font11bold{
  font-size : 11pt;
  font-family : メイリオ;
  font-weight : bold;
}

.font11bold_backgray{
  font-size : 11pt;
  font-family : メイリオ;
  font-weight : bold;
  background-color : #d2d2d2;
}

.font11bold_backorange{
  font-size : 11pt;
  font-family : メイリオ;
  color : black;
  background-color : #ffd5bf;
  font-weight : bold;
}

.font11bold_backgreen{
  font-size : 11pt;
  font-family : メイリオ;
  font-weight : bold;
  background-color : #d8ebeb;
}

.font11boldblue_backblue{
  font-size : 11pt;
  font-family : メイリオ;
  color : #000099;
  background-color : #a6d2ff;
  font-weight : bold;
}

.font11boldorange_backorange{
  font-size : 11pt;
  font-family : メイリオ;
  color : #d94600;
  background-color : #ffd5bf;
  font-weight : bold;
}

.font11boldgreen_backgreen{
  font-size: 11pt;
  font-family : メイリオ;
  color : #285151;
  background-color : #d8ebeb;
  font-weight: bold;
}

.font18yellow{
  font-size : 18pt;
  font-family : メイリオ;
  color : yellow;
}
