/*------------ table style set ------------*/

.Box1Class{
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : blue;
  
  
  
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : blue;
  border-top-width : 1pt;
  border-top-style : solid;
  border-top-color : blue;
}
.Box2Class{
  border-top-width : 1px;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-top-style : solid;
  border-right-style : solid;
  border-bottom-style : solid;
  border-top-color : blue;
  border-right-color : blue;
  border-bottom-color : blue;
}
.UnderBarClass{
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : blue;
}
.LayoutClass{
  margin-top : 0px;
}
BODY{
  margin-top : 0px;
}
.nyujiClass{
  font-size : 15px;
  line-height : 1.3;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
}
.OshiraseClass{
  font-size : 12px;
  color : gray;
  padding-top : 40px;
  padding-left : 15px;
  padding-right : 15px;
  line-height : 16px;
}

