
.contents_field .title {
  display:none;
}

.bottom_info {
  text-align:center;
}



/*** about page style ***/
.about_page {
  margin-left:auto;
  margin-right:auto;
  padding:60px 0 0 0;
  background:url(../img/map_title.gif) no-repeat center top;
  text-align:center;
}





.about_page .maruoka_info {
  width:660px;
  margin-bottom:10px;
  margin-left:auto;
  margin-right:auto;
  background:url(img/frame_top01.gif) no-repeat center top;
}
.about_page .maruoka_info .inner {
  padding-top:51px;
  border-left:solid 10px #8b6da8;
  border-bottom:solid 10px #8b6da8;
  border-right:solid 10px #8b6da8;
}
.about_page .maruoka_info .pics_frame {
  height:420px;
  padding:0 12px;
}
.about_page .maruoka_info .pics_frame .sub {
  margin-bottom:10px;
  font-size:1.2em;
}
.about_page .maruoka_info .pics_frame .info_space {
  float:right;
  width:300px;
  height:200px;
  margin-bottom:12px;
  text-align:left;
  line-height:1.6em;
  border:solid 1px #fff;
}
.about_page .maruoka_info .pics_frame .pics1 {
  display:block;
  float:left;
  width:300px;
  height:200px;
  margin-bottom:12px;
  border:solid 1px #8b6da8;
  background:url(img/img01.jpg) no-repeat center top;
}
.about_page .maruoka_info .pics_frame .pics1 a,
.about_page .maruoka_info .pics_frame .pics1 span {
  display:none;
}
.about_page .maruoka_info .pics_frame .pics2 {
  display:block;
  float:left;
  width:300px;
  height:200px;
  margin-bottom:12px;
  border:solid 1px #8b6da8;
  background:url(img/img02.jpg) no-repeat center top;
}
.about_page .maruoka_info .pics_frame .pics2 a,
.about_page .maruoka_info .pics_frame .pics2 span {
  display:none;
}
.about_page .maruoka_info .pics_frame .pics3 {
  display:block;
  float:right;
  width:300px;
  height:200px;
  margin-bottom:12px;
  border:solid 1px #8b6da8;
  background:url(img/img03.jpg) no-repeat center top;
}
.about_page .maruoka_info .pics_frame .pics3 a,
.about_page .maruoka_info .pics_frame .pics3 span {
  display:none;
}


