@charset "UTF-8";
/* ************************************** _
タイトル：print.css
概要：印刷用CSSファイル
制作日：2009.3.11
_ ************************************** */
/* body ID
---------------------------------------------------------------------------- */
body {
  background: #ffffff;
  text-align: left;
}
/* container ID
---------------------------------------------------------------------------- */
#container,
#container #containerInner {
  width: 635px;
  padding: 0;
  background: none;
}
/* header ID
---------------------------------------------------------------------------- */
#header {
  position: relative;
  width: 635px;
  padding: 0;
  background: none;
}
#header #logo {
  position: absolute;
  top: 0;
  left: 0;
}
#header #contact {
  position: absolute;
  top: 0;
  right: 0;
}
/* content ID
---------------------------------------------------------------------------- */
#content {
  float: none;
}
/* main ID
---------------------------------------------------------------------------- */
#content #main {
  float: none;
  width: 635px;
  padding: 0;
}
#content #topicPath,
#content #main #pageTop {
  display: none;
}
/* head
---------------------------------------------------------------------------- */
#content #main h1 {
  color: #000000;
}
#content #main h1 .h1Inner {
  width: 635px;
  padding: 0;
}
#event #content #main h1 {
  background: none;
}
#event #content #main h1 .h1Inner {
  background: none;
}
#culture #content #main h1 {
  background: none;
}
#culture #content #main h1 .h1Inner {
  background: none;
}
#gourmet #content #main h1 {
  background: none;
}
#gourmet #content #main h1 .h1Inner {
  background: none;
}
#circle #content #main h1 {
  background: none;
}
#circle #content #main h1 .h1Inner {
  background: none;
}
#shop #content #main h1 {
  background: none;
}
#shop #content #main h1 .h1Inner {
  background: none;
}
/* sub ID
---------------------------------------------------------------------------- */
#content #sub {
  display: none;
}
/* gNavi ID
---------------------------------------------------------------------------- */
/* localNav ID
---------------------------------------------------------------------------- */
#content #sub #gNav #localNav {
  display: none;
}
/* footer ID
---------------------------------------------------------------------------- */
#footer {
  display: none;
}
/* details
---------------------------------------------------------------------------- */
.details #content #main .catch,
.details #content #main .nameTxt,
.details #content #main h2,
.details #content #main .couponLink,
.details #content #main #menu,
.details #content #main form {
  display: none;
}
/**************************************************
imagegallery
*/
.details #content #main #photoData,
#content #main #description {
  display: none;
}
/**************************************************
map
*/
.details #content #main #map {
  height: 240px;
}