@charset "Shift_JIS";

h1{
  font-size : 14px;
  padding-left : 15px;
  color : rgb(153, 0, 0);
}

h2{
  font-size : 13px;
  padding-left : 15px;
  color : gray;
}

#page_layout{
  margin-left : auto;
  margin-right : auto;
  width : 950px;
  padding-top : 0px;
  margin-top : 0px;
}

#copyright{
  font-size : 14px;
  color : rgb(102, 0, 0);
  text-align : center;
  font-family : inherit;
  font-weight : bold;
}

#float_right{
  float : right;
  padding-top : 25px;
  margin-top : 0px;
}

#float_left{
  float : left;  
}
#page_layout #copyright a {
	color: #633;
}
