/*グラフィックページ*/ 
#graphic{
  text-align : left;
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  width : 700px;
  background-image : url(images/cg_back.jpg);
  background-repeat : no-repeat;
  background-position : center bottom;
}
#graphic IMG{
  margin-top : 0px;
  margin-left : 10px;
  margin-right : 0px;
  margin-bottom : 15px;
  border-width : 1px 1px 1px 1px;
  border-style : solid solid solid solid;
  border-color : black black black black;
}
#graphic IMG.gr_left{
  margin-top : 0px;
  margin-left : 50px;
  margin-right : 0px;
  margin-bottom : 15px;
}
#graphic IMG.grp{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  border-style : none none none none;
}