.layout{
  background-color : #f9fbfb;
  margin : 0px;
  width : 750px;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : #999999;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
}
.header{
  font-weight : bolder;
  font-size : 14px;
  width : 750px;
  padding : 0px;
  margin : 0px;
  float : none;
  background-color : #ffffff;
  background-repeat : no-repeat;
  background-image : url(http://www.starc.jp/kaihatu/lowpgr/images/bc_blue.gif);
  background-position : right top;
  height : 60px;
}
.navi{
  color : #ffffff;
  background-color : #004080;
  margin : 0px;
  padding : 5px 20px 5px 20px;
  font-weight : bold;
}
.navi A{
  color : #ffffff;
  text-decoration : none;
}
.navi A:VISITED{
  color : #ffffff;
}
.navi A:HOVER{
  color : #ffffff;
  text-decoration : underline;
}
.left{
  width : 190px;
  margin : 0px 10px 0px;margin-left : 0px;
  text-align : left;
  padding : 10px 0px 20px 0px;
  float : left;
}
.right{
  width : 540px;
  margin : 0px;
  text-align : left;
  background-color : #ffffff;
  float : right;
  clear : right;
  border-left-width : 10px;
  border-left-style : solid;
  border-left-color : #999999;
}
.copyright{
  margin : 0px;
  padding : 20px 0px 10px 0px;
  text-align : center;
}