@charset "UTF-8";

@import url("box.css"); /* CSS for box */

/* *****************************************************
Contents ---------------
01: base
02: LayerBase
03: LayerBody
------------------------
***************************************************** */

/* *****************************************************
base
***************************************************** */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
param,
embed
{
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}

body
{
 width: 100%;
 color: #000000;
 font-size: 87%; /* 14px */
 line-height: 128%; /* 18px */
 font-family: "ＭＳ Ｐゴシック",  "メイリオ", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "HGPゴシックE", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
 display:block;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong
{
 font-weight: normal;
}

ul
{
 list-style:none;
}

blockquote,
q
{
 quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after
{
 content:'';
 content:none;
}

a,
a:link,
a:visited
{
 margin:0;
 padding:0;
 color: #00487f;
 font-size:100%;
 text-decoration: underline;
 background:transparent;
 outline: none;
 vertical-align: bottom;
}

a:hover,
a:active
{
 color: #0c9ac2;
 text-decoration: underline;
}

/* change colours to suit your needs */
ins
{
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
mark
{
 color:#215900;
}

del
{
 text-decoration: line-through;
}

abbr[title],
dfn[title]
{
 border-bottom:1px dotted;
 cursor:help;
}

table
{
 border-collapse:collapse;
 border-spacing:0;
}

/* change border colour to suit your needs */
hr
{
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}

input,
select
{
 vertical-align:middle;
}

img,
object,
param,
embed,
iframe
  {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  }

#AreaGnavi,
#LayerSnavi,
#LayerFooter,
#AreaTnavi,
#AreaTopBanner,
#HeaderRight,
#IdHeaderNavi,
#AreaRightNavi,
#AreaContentsNavi
  {
  display: none;
  }


/* *****************************************************
LayerBase
***************************************************** */
#LayerBase
{
 position: relative;
 width: 100%;
 height: auto;
 clear: both;
 margin: 0;
 padding: 0 0 0 0;
}

/* *****************************************************
LayerBody
***************************************************** */
#LayerBody
{
 position: relative;
 clear: both;
 width: 100%;
 height: auto;
 clear: both;
 margin:  0 auto;
 z-index: 22;
}

#LayerBody:after
{
 clear: both;
 margin: 0;
 height: 0;
 content: ".";
 display: block;
 visibility: hidden;
}

*+html #LayerBody
  {
  display: inline-block;
  }

/* -----------------------------------------------------
HeaderLeft
----------------------------------------------------- */
#HeaderLeft
{
 float: left;
 width: 736px;
 height: auto;
 margin: 0 0 10px 0;
}

#IdLogo
{
 float: left;
 width: 176px;
 height: 62px;
 margin: 0 0 0 0;
 font-size:1px;
 line-height: 1px;
}

#IdTitle
  {
  float: right;
  }

#IdSubTitle
  {
  width: 297px;
  height: 25px;
  margin: 9px 0 7px 0;
  text-indent: -9999px;
  background: url(i/common.png) no-repeat 0 0;
  overflow: hidden;
  }

#IdTime
  {
  width: 541px;
  height: 14px;
  margin-bottom: 0;
  text-indent: -9999px;
  background: url(i/common.png) no-repeat 0 -29px;
  overflow: hidden;
  }

/* -----------------------------------------------------
AreaSlider
----------------------------------------------------- */
#AreaSlider
  {
  position: relative;
  width: 940px;
  min-height: 345px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

/*
SliderFlame
----------------------------------------------------- */
#SliderFlame
  {
  position: absolute;
  top: 0;
  left: 0;
  width: 947px;
  height: 328px;
  background: url(i/slider_frame.png) 0 0 no-repeat;
  z-index: 1111;
  }

#SliderFlame li
  {
  display: none;
  }
  
/*
IdSlid
----------------------------------------------------- */
#AreaSlider .bx-wrapper
  {
  padding: 10px 0 0 10px;
  }

*+html #AreaSlider .bx-wrapper
  {
  position: static!important;
  }

#AreaSlider .bx-wrapper .bx-prev
  {
  position: absolute;
  top: 111px;
  left: 10px;
  width: 50px;
  height: 99px;
  margin-top: 0;
  text-indent: -9999px;
  z-index: 3333;
  }

#AreaSlider .bx-wrapper .bx-next
  {
  position: absolute;
  top: 111px;
  right: 0;
  width: 50px;
  height: 99px;
  margin-top: 0;
  text-indent: -9999px;
  z-index: 3333;
  }

#IdSlide
  {
  width: 920px;
  height: 300px;
  overflow: hidden;
  }

#IdSlide img
  {
  display: block;
  float: left;
  }

/* *****************************************************

Contents ---------------
01:LayerContents
02:LayerContentsBody
------------------------

***************************************************** */

/* *****************************************************
LayerContents
***************************************************** */
#LayerContents
  {
  width: 100%;
  height: auto;
  margin: 0 0 0 0;
  }

#TopPage #LayerContents
  {
  float: none;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 0;
  background: none;
  }

#LayerContents:after,
#LayerContentsBody:after,
#LayerContentsMain:after,
#AreaNews .article-list dl:after,
#AreaEvent .article-list dl:after,
#AreaNewBlog .article-list dl:after,
#LayerContentsMain .article-list dl:after,
#LayerContentsMain .box-column2:after,
#LayerContentsMain .box-column3:after,
#LayerContentsMain .box-column4:after,
#LayerContentsMain .text-column2:after,
#LayerContentsMain .text-column3:after,
#LayerContentsMain .text-column4:after,
#AreaInfoContents .info-heading:after,
#AreaIntoroButton:after,
#AreaBottomNavi ul:after,
#LayerContentsMain .box-column1:after,
.detail-header:after,
#AreaEventInfo:after,
#AreaAnimalsIndex:after,
#AreaShop:after,
.area-img:after,
#AreaBeingHeld:after,
#AreaUpcoming:after,
.article-event dl:after,
#AreaCapybaraInfo:after
  {
  clear: both;
  margin: 0;
  height: 0;
  content: ".";
  display: block;
  visibility: hidden;
  }

*+html #LayerContents,
*+html #LayerContentsBody,
*+html #LayerContentsMain,
*+html #AreaNews .article-list dl,
*+html #AreaEvent .article-list dl,
*+html #AreaNewBlog .article-list dl,
*+html #LayerContentsMain .article-list dl,
*+html #LayerContentsMain .box-column2,
*+html #LayerContentsMain .box-column3,
*+html #LayerContentsMain .box-column4,
*+html #LayerContentsMain .text-column2,
*+html #LayerContentsMain .text-column3,
*+html #LayerContentsMain .text-column4,
*+html #AreaInfoContents .info-heading,
*+html #AreaIntoroButton,
*+html #AreaBottomNavi ul,
*+html #LayerContentsMain .box-column1,
*+html .detail-header,
*+html #AreaEventInfo,
*+html #AreaAnimalsIndex,
*+html #AreaShop,
*+html .area-img,
*+html #AreaBeingHeld,
*+html #AreaUpcoming,
*+html .article-event dl,
*+html #AreaCapybaraInfo
  {
  display: inline-block;
  }

/* -----------------------------------------------------
heading
----------------------------------------------------- */
#LayerContents h1
  {
  width: 680px;
  min-height: 32px;
  margin: 0 0 0 0;
  padding: 20px 0 18px 30px;
  color: #ffffff;
  font-size: 26px;   /* 26px */
  line-height: 30px; /* 30px */
  font-weight: bold;
  font-family: "メイリオ", Osaka;
  }

#LayerContents #IdH1Info
  {
  background: url(i/h1_info.png) 0 0 repeat-y;
  }

#LayerContents #IdH1Ent
  {
  background: url(i/h1_ent.png) 0 0 repeat-y;
  }

#LayerContents #IdH1Activity
  {
  background: url(i/h1_activity.png) 0 0 repeat-y;
  }

#LayerContents #IdH1Animals
  {
  background: url(i/h1_animals.png) 0 0 repeat-y;
  }

#LayerContents #IdH1Staff
  {
  background: url(i/h1_staff.png) 0 0 repeat-y;
  }

h2
  {
  min-height: 24px;
  margin: 20px 0 15px -5px;
  padding: 0 0 0 35px;
  color: #ff5c21;
  font-size: 142%;   /* 20px */
  line-height: 120%;     /* 24px */
  font-weight: bold;
  font-family: "メイリオ", Osaka;
  background: url(i/heading.png) -76px -3px no-repeat;
  }

h3
  {
  min-height: 12px;
  margin: 20px 0 15px -5px;
  padding: 0 0 0 31px;
  color: #ff7700;
  font-size: 114%;   /* 16px */
  line-height: 125%;     /* 20px */
  font-weight: bold;
  background: url(i/heading.png) -47px -28px no-repeat;
  }

#twtr-widget-1 h3
  {
  background: none;
  }

h4
  {
  min-height: 12px;
  margin: 15px 0 10px -5px;
  padding: 0 0 0 31px;
  color: #996538;
  font-size: 107%;   /* 15px */
  line-height: 126%;     /* 19px */
  background: url(i/heading.png) -18px -45px no-repeat;
  }

#twtr-widget-1 h4
  {
  background: none;
  }

/* *****************************************************
LayerContentsBody
***************************************************** */
#LayerContentsBody
  {
  position: relative;
  width: 710px;
  height: auto;
  margin: 10px 0 0 0;
  padding: 20px 0 0 0;
  }

#TopPage #LayerContentsBody
  {
  float: left;
  width: 480px;
  height: auto;
  margin: 0 20px;
  padding: 0 0 0 0;
  background: none;
  }

#LayerContentsMain
  {
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
  }

#LayerContentsMain > section:first-child > h2
  {
  margin-top: 0;
  }

#AreaContentsDetail > section:first-child > h2
  {
  margin-top: 0;
  }

#AreaContentsDetail > .detail-header:first-child
  {
  margin: 0 0 0 0;
  }

p
  {
  margin: 0 0 10px 0;
  font-size: 100%; /* 14px */
  line-height: 135%; /* 19px */
  }

strong
  {
  color: #991200;
  }

.caption
  {
  color: #333333;
  font-size: 85%;   /* 12px */
  line-height: 133%;     /* 16px */
  }

.img-column2 div
  {
  width: 310px;
  height: auto;
  }
  
.img-column3 div
  {
  width: 200px;
  height: auto;
  margin: 0 0 0 25px;
  }

.img-column3 div:first-child
  {
  margin: 0 0 0 0;
  }

#LayerContentsMain .link
  {
  padding: 0 0 0 15px;
  background: url(i/heading.png) -70px -268px no-repeat;
  }

#LayerContentsMain p.link
  {
  position: relative;
  background: url(i/heading.png) -70px -266px no-repeat;
  }

.link a,
.link a:link,
.link a:visited
  {
  text-decoration: none;
  }
  
.link a:hover,
.link a:active
  {
  text-decoration: underline;
  }

a.link,
a.link:link,
a.link:visited
  {
  text-decoration: none;
  }
  
a.link:hover,
a.link:active
  {
  text-decoration: underline;
  }

#LayerContentsMain .link-outside
  {
  padding: 0 0 0 18px;
  background: url(i/heading.png) 0px -836px no-repeat;
  }

.event-icon
  {
  margin: 0 0 5px 0;
  }

.image-left
  {
  float: left;
  margin: 0 15px 0 0;
  }

.image-right
  {
  float: right;
  margin: 0 0 0 15px;
  }

#LayerContentsMain iframe
  {
  margin: 0 0 5px 0;
  }

.fnavi
  {
  text-align: right;
  }

.fnavi a
  {
  width: 130px;
  height: auto;
  padding: 0 0 0 15px;
  color: #7b4c17;
  background: url(i/heading.png) -88px -1000px  no-repeat;
  }



/* -----------------------------------------------------
related-info
----------------------------------------------------- */
.related-info
  {
  min-height: 12px;
  margin: 0 0 5px 0;
  padding: 0 0 0 31px;
  color: #996538;
  font-size: 107%;   /* 15px */
  line-height: 126%;     /* 19px */
  background: url(i/heading.png) -18px -46px no-repeat;
  }

/* -----------------------------------------------------
AreaNews,
AreaEvent,
AreaNewBlog
----------------------------------------------------- */
#AreaNews,
#AreaEvent,
#AreaNewBlog
  {
  position: relative;
  width: 480px;
  height: auto;
  margin: 0 0 30px 0;
  }

#AreaNews hgroup,
#AreaEvent hgroup,
#AreaNewBlog hgroup
  {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

#AreaNews h2,
#AreaEvent h2,
#AreaNewBlog h2
  {
  width: 450px;
  height: 34px;
  padding: 12px 15px 0;
  margin: 0 0 0 0;
  color: #ffffff;
  font-size: 1%;
  text-indent: -9999px;
  }

#AreaNews h2
  {
  background: url(i/news_top.png) 0 top no-repeat;
  }

#AreaEvent h2
  {
  background: url(i/event_top.png) 0 top no-repeat;
  }

#AreaNewBlog h2
  {
  background: url(i/blog_top.png) 0 top no-repeat;
  }

#AreaNews h3,
#AreaEvent h3,
#AreaNewBlog h3
  {
  position: absolute;
  top: 13px;
  right: 15px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  }

#AreaNews h3 a,
#AreaEvent h3 a,
#AreaNewBlog h3 a
  {
  display: block;
  height: 15px;
  font-size: 1%;
  text-indent: -9999px;
  }

#AreaNews h3 a
  {
  width: 100px;
  }

#AreaEvent h3 a
  {
  width: 100px;
  }

#AreaNewBlog h3 a
  {
  width: 113px;
  }

#AreaNews .article-list,
#AreaEvent .article-list,
#AreaNewBlog .article-list
  {
  width: 450px;
  height: auto;
  padding: 0 15px 20px;
  }

#AreaNews .article-list
  {
  background: url(i/news_base.png) 0 bottom no-repeat;
  }

#AreaEvent .article-list
  {
  background: url(i/event_base.png) 0 bottom no-repeat;
  }
  
#AreaNewBlog .article-list
  {
  background: url(i/blog_base.png) 0 bottom no-repeat;
  }

#AreaNews .article-list dl
  {
  padding: 12px 0 10px 0;
  background: url(i/newslist_border.png) 0 0 repeat-x;
  }

#AreaEvent .article-list dl
  {
  padding: 12px 0 10px 0;
  background: url(i/eventlist_border.png) 0 0 repeat-x;
  }

#AreaNewBlog .article-list dl
  {
  padding: 12px 0 10px 0;
  background: url(i/bloglist_border.png) 0 0 repeat-x;
  }

#AreaNews .article-list dl:first-child,
#AreaEvent .article-list dl:first-child,
#AreaNewBlog .article-list dl:first-child
  {
  background: none;
  }

#AreaNews .article-list dt,
#AreaNewBlog .article-list dt
  {
  float: left;
  width: 110px;
  height: auto;
  font-size: 85%; /* 12px */
  margin: 0 0 0 5px;
  }

#AreaEvent .article-list dt
  {
  float: left;
  width: 150px;
  height: auto;
  font-size: 85%; /* 12px */
  margin: 0 5px 0 5px;
  }

#AreaNews .article-list dd,
#AreaEvent .article-list dd,
#AreaNewBlog .article-list dd
  {
  float: left;
  font-size: 85%;    /* 12px */
  line-height: 133%; /* 16px */
  }

#AreaNews .article-list dd,
#AreaNewBlog .article-list dd
  {
  width: 335px;
  height: auto;
  }

#AreaEvent .article-list dd
  {
  width: 290px;
  height: auto;
  }

#AreaNews .article-list dd img,
#AreaEvent .article-list dd img,
#AreaNewBlog .article-list dd img
  {
  margin: 1px 0 0 0;
  }

/* -----------------------------------------------------
AreaInfomation,
AreaEventInfo
----------------------------------------------------- */
#LayerContentsMain .article-list
  {
  width: 620px;
  padding: 0 15px 10px 15px;
  }

#AreaInfomation .article-list
  {
  background: url(i/info_base.png) 0 bottom no-repeat;
  }

#LayerContentsMain .article-list dl,
#AreaContentsDetail .article-event dl
  {
  padding: 10px 0 10px 0;
  background: url(i/eventlist_border.png) 0 0 repeat-x;
  }

#LayerContentsMain .article-list dl:first-child,
#AreaContentsDetail .article-event dl:first-child
  {
  background: none;
  }

#LayerContentsMain .article-list dt,
#AreaContentsDetail .article-event dt
  {
  position: relative;
  float: left;
  width: 130px;
  height: auto;
  padding: 0 110px 0 0;
  font-size: 92%; /* 13px */
  margin: 0 10px 0 5px;
  }

#AreaInfomation .article-list dt
  {
  width: 100px;
  padding: 0 110px 0 0;
  }

#AreaEventInfo .article-list dt
  {
  width: 140px;
  padding: 0 110px 0 0;
  }

#EventsActiveList.article-list dt
  {
  width: 140px;
  padding: 0 110px 0 0;
  }

#LayerContentsMain .article-list dt img,
#AreaInfomation .article-list dt img,
#AreaEventInfo .article-list dt img,
#AreaContentsDetail .article-event dt img
  {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 5px 0 0;
  }

#LayerContentsMain .article-list dd,
#AreaContentsDetail .article-event dd
  {
  float: left;
  font-size: 92%; /* 13px */
  line-height: 130%; /* 17px */
  }

#AreaInfomation .article-list dd
  {
  width: 390px;
  }

#AreaEventInfo .article-list dd
  {
  width: 355px;
  }

#EventsActiveList.article-list dd
  {
  width: 355px;
  }

#LayerContentsBody .article-list dd a,
#LayerContentsBody .article-list dd a:link,
#LayerContentsBody .article-list dd a:visited,
#LayerContentsBody .article-event dd a,
#LayerContentsBody .article-event dd a:link,
#LayerContentsBody .article-event dd a:visited
  {
  color: #000000;
  text-decoration: none;
  }

#LayerContentsBody .article-list dd a:hover,
#LayerContentsBody .article-list dd a:active,
#LayerContentsBody .article-event dd a:hover,
#LayerContentsBody .article-event dd a:active
  {
  text-decoration: underline;
  }

#LayerContentsMain .article-list dd img
  {
  margin: 1px 0 0 0;
  }

#AreaInfomation
  {
  margin: 0 0 30px 0;
  }
#AreaInfomation hgroup
  {
  width: 650px;
  height: 35px;
  background: url(i/info_top.png) 0 top no-repeat;
  }

#AreaInfomation h3
  {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1%;
  text-indent: -9999px;
  background: none;
  }

#AreaInfomation h4
  {
  float: right;
  background: none;
  margin: 0;
  padding: 0;
  }

#AreaInfomation h4 a
  {
  display: block;
  width: 100px;
  height: 15px;
  margin: 8px 15px 0 0;
  padding: 0;
  font-size: 1%;
  text-indent: -9999px;
  }

#AreaInfomation h4 a
  {
  width: 100px;
  }

#LayerContentsMain #AreaEventInfo
  {
  width: 650px;
  height: auto;
  }

#LayerContentsMain #AreaEventInfo ul
  {
  width: 640px;
  height: 26px;
  margin: 0 -5px 0 10px;
  padding: 0 0 0 0;
  overflow: hidden;
  }

#LayerContentsMain #AreaEventInfo ul li
  {
  float: left;
  margin: 0 5px 0 0;
  padding: 0 0 0 0;
  background: none;
  }

#LayerContentsMain #AreaEventInfo ul li a
  {
  display: block;
  height: 26px;
  text-indent: -9999px;
  background-image: url(i/common.png);
  background-repeat: no-repeat;

  }
#AreaEventInfo #IdHoldingTab a,
#AreaEventInfo #IdHoldingTab a:link,
#AreaEventInfo #IdHoldingTab a:visited
  {
  width: 129px;
  background-position: 0 -166px;
  }

#AreaEventInfo #IdHoldingTab a.active,
#AreaEventInfo #IdHoldingTab a.active:link,
#AreaEventInfo #IdHoldingTab a.active:visited,
#AreaEventInfo #IdHoldingTab a:hover,
#AreaEventInfo #IdHoldingTab a:active
  {
  background-position: 0 -140px;
  }

#AreaEventInfo #IdUpcomingTab a,
#AreaEventInfo #IdUpcomingTab a:link,
#AreaEventInfo #IdUpcomingTab a:visited
  {
  width: 116px;
  background-position: -129px -166px;
  }

#AreaEventInfo #IdUpcomingTab a.active,
#AreaEventInfo #IdUpcomingTab a.active:link,
#AreaEventInfo #IdUpcomingTab a.active:visited,
#AreaEventInfo #IdUpcomingTab a:hover,
#AreaEventInfo #IdUpcomingTab a:active
  {
  background-position: -129px -140px;
  }

#AreaEventInfo #IdKindInfoTab a,
#AreaEventInfo #IdKindInfoTab a:link,
#AreaEventInfo #IdKindInfoTab a:visited
  {
  width: 161px;
  background-position: -245px -166px;
  }

#AreaEventInfo #IdKindInfoTab a.active,
#AreaEventInfo #IdKindInfoTab a.active:link,
#AreaEventInfo #IdKindInfoTab a.active:visited,
#AreaEventInfo #IdKindInfoTab a:hover,
#AreaEventInfo #IdKindInfoTab a:active
  {
  background-position: -245px -140px;
  }

#AreaEventInfo #IdScheduleTab a,
#AreaEventInfo #IdScheduleTab a:link,
#AreaEventInfo #IdScheduleTab a:visited
  {
  width: 147px;
  background-position: -406px -166px;
  }

#AreaEventInfo #IdScheduleTab a.active,
#AreaEventInfo #IdScheduleTab a.active:link,
#AreaEventInfo #IdScheduleTab a.active:visited,
#AreaEventInfo #IdScheduleTab a:hover,
#AreaEventInfo #IdScheduleTab a:active
  {
  background-position: -406px -140px;
  }

#AreaEventInfo #AreaEventContents
  {
  min-height: 13px;
  padding: 13px 0 0 0;
  background: url(i/event_info_top.png) 0 top no-repeat;
  }

#AreaEventBox
  {
  position: relative;
  padding: 0 0 10px 0;
  background: url(i/event_info_base.png) 0 bottom no-repeat;
  }

#AreaEventContents .article-list
  {
  padding: 0 15px 0;
  }

#IdEventContents2,
#IdEventContents3,
#IdEventContents4
  {
  display: none;
  }

#AreaEventContents #IdEventContents3 ul
  {
  width: auto;
  margin: 0 0 0 0;
  }

#AreaEventContents #IdEventContents3 ul li a
  {
  display: block;
  width: 110px;
  height: 26px;
  text-indent: -9999px;
  background-image: url(i/icon_list.png);
  background-repeat: no-repeat;
  }

#IdFureai a,
#IdFureai a:link,
#IdFureai a:visited
  {
  background-position: 0 0;
  }

#IdFureai a.active,
#IdFureai a.active:link,
#IdFureai a.active:visited,
#IdFureai a:hover,
#IdFureai a:active
  {
  background-position: 0 -26px;
  }

#IdSyukaku a,
#IdSyukaku a:link,
#IdSyukaku a:visited
  {
  background-position: -110px 0;
  }

#IdSyukaku a.active,
#IdSyukaku a.active:link,
#IdSyukaku a.active:visited,
#IdSyukaku a:hover,
#IdSyukaku a:active
  {
  background-position: -110px -26px;
  }

#IdIchigo a,
#IdIchigo a:link,
#IdIchigo a:visited
  {
  background-position: -220px 0;
  }

#IdIchigo a.active,
#IdIchigo a.active:link,
#IdIchigo a.active:visited,
#IdIchigo a:hover,
#IdIchigo a:active
  {
  background-position: -220px -26px;
  }

#IdZarigani a,
#IdZarigani a:link,
#IdZarigani a:visited
  {
  background-position: -330px 0;
  }

#IdZarigani a.active,
#IdZarigani a.active:link,
#IdZarigani a.active:visited,
#IdZarigani a:hover,
#IdZarigani a:active
  {
  background-position: -330px -26px;
  }

#IdPizza a,
#IdPizza a:link,
#IdPizza a:visited
  {
  background-position: -440px 0;
  }

#IdPizza a.active,
#IdPizza a.active:link,
#IdPizza a.active:visited,
#IdPizza a:hover,
#IdPizza a:active
  {
  background-position: -440px -26px;
  }

#IdEsayari a,
#IdEsayari a:link,
#IdEsayari a:visited
  {
  background-position: -550px 0;
  }

#IdEsayari a.active,
#IdEsayari a.active:link,
#IdEsayari a.active:visited,
#IdEsayari a:hover,
#IdEsayari a:active
  {
  background-position: -550px -26px;
  }

#IdMarugoto a,
#IdMarugoto a:link,
#IdMarugoto a:visited
  {
  background-position: -660px 0;
  }

#IdMarugoto a.active,
#IdMarugoto a.active:link,
#IdMarugoto a.active:visited,
#IdMarugoto a:hover,
#IdMarugoto a:active
  {
  background-position: -660px -26px;
  }

#IdRotenburo a,
#IdRotenburo a:link,
#IdRotenburo a:visited
  {
  background-position: -770px 0;
  }

#IdRotenburo a.active,
#IdRotenburo a.active:link,
#IdRotenburo a.active:visited,
#IdRotenburo a:hover,
#IdRotenburo a:active
  {
  background-position: -770px -26px;
  }

#IdOther a,
#IdOther a:link,
#IdOther a:visited
  {
  background-position: -880px 0;
  }

#IdOther a.active,
#IdOther a.active:link,
#IdOther a.active:visited,
#IdOther a:hover,
#IdOther a:active
  {
  background-position: -880px -26px;
  }

#AreaEventContents #IdEventContents3 dt
  {
  width: 130px;
  padding: 0 0 0 0;
  }

#AreaEventContents #IdEventContents3 dd
  {
  width: 470px;
  margin: 0 0 0 0;
  }

#IdKindInfo2,
#IdKindInfo3,
#IdKindInfo4,
#IdKindInfo5,
#IdKindInfo6,
#IdKindInfo7,
#IdKindInfo8,
#IdKindInfo9
  {
  display: none;
  }
  
#LayerContentsMain #IdPhotoGallery1,
#LayerContentsMain #IdPhotoGallery2,
#LayerContentsMain #IdPhotoGallery3,
#LayerContentsMain #IdPhotoGallery4,
#LayerContentsMain #IdPhotoGallery5
  {
  display: none;
  margin: 0;
  padding: 0;
  background: none;
  }
  
#LayerContentsMain #IdPhotoGallery1
  {
  display: block;
  }

#AreaEventContents .event-list
  {
  position: relative;
  height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

#AreaEventContents .event-list a
  {
  position: absolute;
  bottom: -5px;
  right: 0;
  display: block;
  width: 103px;
  height: 23px;
  text-indent: -9999px;
  background: url(i/common.png) -677px -197px no-repeat;
  }

/* -----------------------------------------------------
AreaCapybaraInfo
----------------------------------------------------- */
#AreaCapybaraInfo
  {
  margin: 20px 0 15px 0;
  }

#AreaInfoContents
  {
  width: 310px;
  height: auto;
  }

#AreaInfoContents .info-heading
  {
  width: 310px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #944b24;
  }

#AreaInfoContents .info-heading h3
  {
  float: left;
  margin: 0 0 0 0;
  }

#AreaInfoContents .info-heading p
  {
  float: right;
  margin-bottom: 0;
  }

#AreaInfoContents .info-heading p a
  {
  padding: 0 0 0 18px;
  color: #975836;
  text-decoration: none;
  font-size: 92%; /* 13px */
  background: url(i/heading.png) -50px -285px no-repeat; 
  }

#AreaInfoContents .article-list
  {
  width: 310px;
  padding: 0 0 0 0;
  }

#AreaInfoContents .article-list dl
  {
  padding: 10px 0 10px 0;
  background: url(i/eventlist_border.png) 0 0 repeat-x;
  }

#AreaInfoContents .article-list dl:first-child
  {
  background: none;
  }

#AreaInfoContents .article-list dt
  {
  float: none;
  width: auto;
  height: auto;
  font-size: 92%; /* 13px */
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

#AreaInfoContents .article-list dd
  {
  float: none;
  width: auto;
  font-size: 92%; /* 13px */
  line-height: 130%; /* 17px */
  }

/* -----------------------------------------------------
IdIntro
----------------------------------------------------- */
#IdIntroduction2,
#IdIntroduction3,
#IdIntroduction4,
#IdIntroduction5
  {
  display: none;
  }

#LayerContentsMain #AreaIntoroButton
  {
  margin: 0 -5px 0 0;
  }

#LayerContentsMain #AreaIntoroButton li
  {
  float: left;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  }

#LayerContentsMain #AreaIntoroButton a
  {
  display: block;
  width: 118px;
  height: 64px;
  margin: 0 5px 0 0;
  text-indent: -9999px;
  }

/* 
AreaFreaiIntoro
----------------------------------------------------- */
#AreaFreaiIntoro #IdIntro-01 a,
#AreaFreaiIntoro #IdIntro-01 a:link,
#AreaFreaiIntoro #IdIntro-01 a:visited
  {
  background: url(i/fureai_navi.png) 0 0 no-repeat;
  }

#AreaFreaiIntoro #IdIntro-01 a.active,
#AreaFreaiIntoro #IdIntro-01 a.active:link,
#AreaFreaiIntoro #IdIntro-01 a.active:visited,
#AreaFreaiIntoro #IdIntro-01 a:hover,
#AreaFreaiIntoro #IdIntro-01 a:active
  {
  background-position: 0 -64px;
  }

#AreaFreaiIntoro #IdIntro-02 a,
#AreaFreaiIntoro #IdIntro-02 a:link,
#AreaFreaiIntoro #IdIntro-02 a:visited
  {
  background: url(i/fureai_navi.png) -118px 0 no-repeat;
  }

#AreaFreaiIntoro #IdIntro-02 a.active,
#AreaFreaiIntoro #IdIntro-02 a.active:link,
#AreaFreaiIntoro #IdIntro-02 a.active:visited,
#AreaFreaiIntoro #IdIntro-02 a:hover,
#AreaFreaiIntoro #IdIntro-02 a:active
  {
  background-position: -118px -64px;
  }

#AreaFreaiIntoro #IdIntro-03 a,
#AreaFreaiIntoro #IdIntro-03 a:link,
#AreaFreaiIntoro #IdIntro-03 a:visited
  {
  background: url(i/fureai_navi.png) -236px 0 no-repeat;
  }

#AreaFreaiIntoro #IdIntro-03 a.active,
#AreaFreaiIntoro #IdIntro-03 a.active:link,
#AreaFreaiIntoro #IdIntro-03 a.active:visited,
#AreaFreaiIntoro #IdIntro-03 a:hover,
#AreaFreaiIntoro #IdIntro-03 a:active
  {
  background-position: -236px -64px;
  }

#AreaFreaiIntoro #IdIntro-04 a,
#AreaFreaiIntoro #IdIntro-04 a:link,
#AreaFreaiIntoro #IdIntro-04 a:visited
  {
  background: url(i/fureai_navi.png) -354px 0 no-repeat;
  }

#AreaFreaiIntoro #IdIntro-04 a.active,
#AreaFreaiIntoro #IdIntro-04 a.active:link,
#AreaFreaiIntoro #IdIntro-04 a.active:visited,
#AreaFreaiIntoro #IdIntro-04 a:hover,
#AreaFreaiIntoro #IdIntro-04 a:active
  {
  background-position: -354px -64px;
  }

#AreaFreaiIntoro #IdIntro-05 a,
#AreaFreaiIntoro #IdIntro-05 a:link,
#AreaFreaiIntoro #IdIntro-05 a:visited
  {
  background: url(i/fureai_navi.png) -472px 0 no-repeat;
  }
  
#AreaFreaiIntoro #IdIntro-05 a.active,
#AreaFreaiIntoro #IdIntro-05 a.active:link,
#AreaFreaiIntoro #IdIntro-05 a.active:visited,
#AreaFreaiIntoro #IdIntro-05 a:hover,
#AreaFreaiIntoro #IdIntro-05 a:active
  {
  background-position: -472px -64px;
  }

/* 
AreaSyukakuIntoro
----------------------------------------------------- */
#AreaSyukakuIntoro #IdIntro-01 a,
#AreaSyukakuIntoro #IdIntro-01 a:link,
#AreaSyukakuIntoro #IdIntro-01 a:visited
  {
  background: url(i/syukaku_navi.png) 0 0 no-repeat;
  }

#AreaSyukakuIntoro #IdIntro-01 a.active,
#AreaSyukakuIntoro #IdIntro-01 a.active:link,
#AreaSyukakuIntoro #IdIntro-01 a.active:visited,
#AreaSyukakuIntoro #IdIntro-01 a:hover,
#AreaSyukakuIntoro #IdIntro-01 a:active
  {
  background-position: 0 -64px;
  }

#AreaSyukakuIntoro #IdIntro-02 a,
#AreaSyukakuIntoro #IdIntro-02 a:link,
#AreaSyukakuIntoro #IdIntro-02 a:visited
  {
  background: url(i/syukaku_navi.png) -118px 0 no-repeat;
  }

#AreaSyukakuIntoro #IdIntro-02 a.active,
#AreaSyukakuIntoro #IdIntro-02 a.active:link,
#AreaSyukakuIntoro #IdIntro-02 a.active:visited,
#AreaSyukakuIntoro #IdIntro-02 a:hover,
#AreaSyukakuIntoro #IdIntro-02 a:active
  {
  background-position: -118px -64px;
  }

#AreaSyukakuIntoro #IdIntro-03 a,
#AreaSyukakuIntoro #IdIntro-03 a:link,
#AreaSyukakuIntoro #IdIntro-03 a:visited
  {
  background: url(i/syukaku_navi.png) -236px 0 no-repeat;
  }

#AreaSyukakuIntoro #IdIntro-03 a.active,
#AreaSyukakuIntoro #IdIntro-03 a.active:link,
#AreaSyukakuIntoro #IdIntro-03 a.active:visited,
#AreaSyukakuIntoro #IdIntro-03 a:hover,
#AreaSyukakuIntoro #IdIntro-03 a:active
  {
  background-position: -236px -64px;
  }

#AreaSyukakuIntoro #IdIntro-04 a,
#AreaSyukakuIntoro #IdIntro-04 a:link,
#AreaSyukakuIntoro #IdIntro-04 a:visited
  {
  background: url(i/syukaku_navi.png) -354px 0 no-repeat;
  }

#AreaSyukakuIntoro #IdIntro-04 a.active,
#AreaSyukakuIntoro #IdIntro-04 a.active:link,
#AreaSyukakuIntoro #IdIntro-04 a.active:visited,
#AreaSyukakuIntoro #IdIntro-04 a:hover,
#AreaSyukakuIntoro #IdIntro-04 a:active
  {
  background-position: -354px -64px;
  }

#AreaSyukakuIntoro #IdIntro-05 a,
#AreaSyukakuIntoro #IdIntro-05 a:link,
#AreaSyukakuIntoro #IdIntro-05 a:visited
  {
  background: url(i/syukaku_navi.png) -472px 0 no-repeat;
  }
  
#AreaSyukakuIntoro #IdIntro-05 a.active,
#AreaSyukakuIntoro #IdIntro-05 a.active:link,
#AreaSyukakuIntoro #IdIntro-05 a.active:visited,
#AreaSyukakuIntoro #IdIntro-05 a:hover,
#AreaSyukakuIntoro #IdIntro-05 a:active
  {
  background-position: -472px -64px;
  }

/* 
AreaZariganiIntoro
----------------------------------------------------- */
#AreaZariganiIntoro #IdIntro-01 a,
#AreaZariganiIntoro #IdIntro-01 a:link,
#AreaZariganiIntoro #IdIntro-01 a:visited
  {
  background: url(i/zarigani_navi.png) 0 0 no-repeat;
  }

#AreaZariganiIntoro #IdIntro-01 a.active,
#AreaZariganiIntoro #IdIntro-01 a.active:link,
#AreaZariganiIntoro #IdIntro-01 a.active:visited,
#AreaZariganiIntoro #IdIntro-01 a:hover,
#AreaZariganiIntoro #IdIntro-01 a:active
  {
  background-position: 0 -64px;
  }

#AreaZariganiIntoro #IdIntro-02 a,
#AreaZariganiIntoro #IdIntro-02 a:link,
#AreaZariganiIntoro #IdIntro-02 a:visited
  {
  background: url(i/zarigani_navi.png) -118px 0 no-repeat;
  }

#AreaZariganiIntoro #IdIntro-02 a.active,
#AreaZariganiIntoro #IdIntro-02 a.active:link,
#AreaZariganiIntoro #IdIntro-02 a.active:visited,
#AreaZariganiIntoro #IdIntro-02 a:hover,
#AreaZariganiIntoro #IdIntro-02 a:active
  {
  background-position: -118px -64px;
  }

#AreaZariganiIntoro #IdIntro-03 a,
#AreaZariganiIntoro #IdIntro-03 a:link,
#AreaZariganiIntoro #IdIntro-03 a:visited
  {
  background: url(i/zarigani_navi.png) -236px 0 no-repeat;
  }

#AreaZariganiIntoro #IdIntro-03 a.active,
#AreaZariganiIntoro #IdIntro-03 a.active:link,
#AreaZariganiIntoro #IdIntro-03 a.active:visited,
#AreaZariganiIntoro #IdIntro-03 a:hover,
#AreaZariganiIntoro #IdIntro-03 a:active
  {
  background-position: -236px -64px;
  }

#AreaZariganiIntoro #IdIntro-04 a,
#AreaZariganiIntoro #IdIntro-04 a:link,
#AreaZariganiIntoro #IdIntro-04 a:visited
  {
  background: url(i/zarigani_navi.png) -354px 0 no-repeat;
  }

#AreaZariganiIntoro #IdIntro-04 a.active,
#AreaZariganiIntoro #IdIntro-04 a.active:link,
#AreaZariganiIntoro #IdIntro-04 a.active:visited,
#AreaZariganiIntoro #IdIntro-04 a:hover,
#AreaZariganiIntoro #IdIntro-04 a:active
  {
  background-position: -354px -64px;
  }

#AreaZariganiIntoro #IdIntro-05 a,
#AreaZariganiIntoro #IdIntro-05 a:link,
#AreaZariganiIntoro #IdIntro-05 a:visited
  {
  background: url(i/zarigani_navi.png) -472px 0 no-repeat;
  }
  
#AreaZariganiIntoro #IdIntro-05 a.active,
#AreaZariganiIntoro #IdIntro-05 a.active:link,
#AreaZariganiIntoro #IdIntro-05 a.active:visited,
#AreaZariganiIntoro #IdIntro-05 a:hover,
#AreaZariganiIntoro #IdIntro-05 a:active
  {
  background-position: -472px -64px;
  }

/* 
AreaEsayariIntoro
----------------------------------------------------- */
#AreaEsayariIntoro #IdIntro-01 a,
#AreaEsayariIntoro #IdIntro-01 a:link,
#AreaEsayariIntoro #IdIntro-01 a:visited
  {
  background: url(i/esayari_navi.png) 0 0 no-repeat;
  }

#AreaEsayariIntoro #IdIntro-01 a.active,
#AreaEsayariIntoro #IdIntro-01 a.active:link,
#AreaEsayariIntoro #IdIntro-01 a.active:visited,
#AreaEsayariIntoro #IdIntro-01 a:hover,
#AreaEsayariIntoro #IdIntro-01 a:active
  {
  background-position: 0 -64px;
  }

#AreaEsayariIntoro #IdIntro-02 a,
#AreaEsayariIntoro #IdIntro-02 a:link,
#AreaEsayariIntoro #IdIntro-02 a:visited
  {
  background: url(i/esayari_navi.png) -118px 0 no-repeat;
  }

#AreaEsayariIntoro #IdIntro-02 a.active,
#AreaEsayariIntoro #IdIntro-02 a.active:link,
#AreaEsayariIntoro #IdIntro-02 a.active:visited,
#AreaEsayariIntoro #IdIntro-02 a:hover,
#AreaEsayariIntoro #IdIntro-02 a:active
  {
  background-position: -118px -64px;
  }

#AreaEsayariIntoro #IdIntro-03 a,
#AreaEsayariIntoro #IdIntro-03 a:link,
#AreaEsayariIntoro #IdIntro-03 a:visited
  {
  background: url(i/esayari_navi.png) -236px 0 no-repeat;
  }

#AreaEsayariIntoro #IdIntro-03 a.active,
#AreaEsayariIntoro #IdIntro-03 a.active:link,
#AreaEsayariIntoro #IdIntro-03 a.active:visited,
#AreaEsayariIntoro #IdIntro-03 a:hover,
#AreaEsayariIntoro #IdIntro-03 a:active
  {
  background-position: -236px -64px;
  }

#AreaEsayariIntoro #IdIntro-04 a,
#AreaEsayariIntoro #IdIntro-04 a:link,
#AreaEsayariIntoro #IdIntro-04 a:visited
  {
  background: url(i/esayari_navi.png) -354px 0 no-repeat;
  }

#AreaEsayariIntoro #IdIntro-04 a.active,
#AreaEsayariIntoro #IdIntro-04 a.active:link,
#AreaEsayariIntoro #IdIntro-04 a.active:visited,
#AreaEsayariIntoro #IdIntro-04 a:hover,
#AreaEsayariIntoro #IdIntro-04 a:active
  {
  background-position: -354px -64px;
  }

/* 
AreaMarugotoIntoro
----------------------------------------------------- */
#AreaMarugotoIntoro #IdIntro-01 a,
#AreaMarugotoIntoro #IdIntro-01 a:link,
#AreaMarugotoIntoro #IdIntro-01 a:visited
  {
  background: url(i/marugoto_navi.png) 0 0 no-repeat;
  }

#AreaMarugotoIntoro #IdIntro-01 a.active,
#AreaMarugotoIntoro #IdIntro-01 a.active:link,
#AreaMarugotoIntoro #IdIntro-01 a.active:visited,
#AreaMarugotoIntoro #IdIntro-01 a:hover,
#AreaMarugotoIntoro #IdIntro-01 a:active
  {
  background-position: 0 -64px;
  }

#AreaMarugotoIntoro #IdIntro-02 a,
#AreaMarugotoIntoro #IdIntro-02 a:link,
#AreaMarugotoIntoro #IdIntro-02 a:visited
  {
  background: url(i/marugoto_navi.png) -118px 0 no-repeat;
  }

#AreaMarugotoIntoro #IdIntro-02 a.active,
#AreaMarugotoIntoro #IdIntro-02 a.active:link,
#AreaMarugotoIntoro #IdIntro-02 a.active:visited,
#AreaMarugotoIntoro #IdIntro-02 a:hover,
#AreaMarugotoIntoro #IdIntro-02 a:active
  {
  background-position: -118px -64px;
  }

#AreaMarugotoIntoro #IdIntro-03 a,
#AreaMarugotoIntoro #IdIntro-03 a:link,
#AreaMarugotoIntoro #IdIntro-03 a:visited
  {
  background: url(i/marugoto_navi.png) -236px 0 no-repeat;
  }

#AreaMarugotoIntoro #IdIntro-03 a.active,
#AreaMarugotoIntoro #IdIntro-03 a.active:link,
#AreaMarugotoIntoro #IdIntro-03 a.active:visited,
#AreaMarugotoIntoro #IdIntro-03 a:hover,
#AreaMarugotoIntoro #IdIntro-03 a:active
  {
  background-position: -236px -64px;
  }

#AreaMarugotoIntoro #IdIntro-04 a,
#AreaMarugotoIntoro #IdIntro-04 a:link,
#AreaMarugotoIntoro #IdIntro-04 a:visited
  {
  background: url(i/marugoto_navi.png) -354px 0 no-repeat;
  }

#AreaMarugotoIntoro #IdIntro-04 a.active,
#AreaMarugotoIntoro #IdIntro-04 a.active:link,
#AreaMarugotoIntoro #IdIntro-04 a.active:visited,
#AreaMarugotoIntoro #IdIntro-04 a:hover,
#AreaMarugotoIntoro #IdIntro-04 a:active
  {
  background-position: -354px -64px;
  }

/* 
AreaRotenburoIntoro
----------------------------------------------------- */
#AreaRotenburoIntoro #IdIntro-01 a,
#AreaRotenburoIntoro #IdIntro-01 a:link,
#AreaRotenburoIntoro #IdIntro-01 a:visited
  {
  background: url(i/rotenburo_navi.png) 0 0 no-repeat;
  }

#AreaRotenburoIntoro #IdIntro-01 a.active,
#AreaRotenburoIntoro #IdIntro-01 a.active:link,
#AreaRotenburoIntoro #IdIntro-01 a.active:visited,
#AreaRotenburoIntoro #IdIntro-01 a:hover,
#AreaRotenburoIntoro #IdIntro-01 a:active
  {
  background-position: 0 -64px;
  }

#AreaRotenburoIntoro #IdIntro-02 a,
#AreaRotenburoIntoro #IdIntro-02 a:link,
#AreaRotenburoIntoro #IdIntro-02 a:visited
  {
  background: url(i/rotenburo_navi.png) -118px 0 no-repeat;
  }

#AreaRotenburoIntoro #IdIntro-02 a.active,
#AreaRotenburoIntoro #IdIntro-02 a.active:link,
#AreaRotenburoIntoro #IdIntro-02 a.active:visited,
#AreaRotenburoIntoro #IdIntro-02 a:hover,
#AreaRotenburoIntoro #IdIntro-02 a:active
  {
  background-position: -118px -64px;
  }

#AreaRotenburoIntoro #IdIntro-03 a,
#AreaRotenburoIntoro #IdIntro-03 a:link,
#AreaRotenburoIntoro #IdIntro-03 a:visited
  {
  background: url(i/rotenburo_navi.png) -236px 0 no-repeat;
  }

#AreaRotenburoIntoro #IdIntro-03 a.active,
#AreaRotenburoIntoro #IdIntro-03 a.active:link,
#AreaRotenburoIntoro #IdIntro-03 a.active:visited,
#AreaRotenburoIntoro #IdIntro-03 a:hover,
#AreaRotenburoIntoro #IdIntro-03 a:active
  {
  background-position: -236px -64px;
  }

#AreaRotenburoIntoro #IdIntro-04 a,
#AreaRotenburoIntoro #IdIntro-04 a:link,
#AreaRotenburoIntoro #IdIntro-04 a:visited
  {
  background: url(i/rotenburo_navi.png) -354px 0 no-repeat;
  }

#AreaRotenburoIntoro #IdIntro-04 a.active,
#AreaRotenburoIntoro #IdIntro-04 a.active:link,
#AreaRotenburoIntoro #IdIntro-04 a.active:visited,
#AreaRotenburoIntoro #IdIntro-04 a:hover,
#AreaRotenburoIntoro #IdIntro-04 a:active
  {
  background-position: -354px -64px;
  }

#AreaRotenburoIntoro #IdIntro-05 a,
#AreaRotenburoIntoro #IdIntro-05 a:link,
#AreaRotenburoIntoro #IdIntro-05 a:visited
  {
  background: url(i/rotenburo_navi.png) -472px 0 no-repeat;
  }
  
#AreaRotenburoIntoro #IdIntro-05 a.active,
#AreaRotenburoIntoro #IdIntro-05 a.active:link,
#AreaRotenburoIntoro #IdIntro-05 a.active:visited,
#AreaRotenburoIntoro #IdIntro-05 a:hover,
#AreaRotenburoIntoro #IdIntro-05 a:active
  {
  background-position: -472px -64px;
  }

/* -----------------------------------------------------
box-column1
----------------------------------------------------- */
.box-column1
  {
  position: relative;
  width: 650px;
  padding: 0 0 8px 0;
  background: url(i/box_column1_base.png) 0 bottom no-repeat;
  }
  
.box-column1 .box-contents
  {
  position: relative;
  padding: 20px 20px 0;
  background: url(i/box_column1_top.png) 0 top no-repeat;
  }

.box-column1 h3
  {
  margin-top: 0;
  }

/* -----------------------------------------------------
box-column2,
animals-index
----------------------------------------------------- */
.box-column2
  {
  width: auto;
  height: auto;
  margin: 0 0 20px -30px;
  }

.box-column2 .box-base
  {
  position: relative;
  float: left;
  width: 310px;
  min-height: 140px;
  margin: 0 0 0 30px;
  padding: 0 0 20px 0;
  background: url(i/box_column2_base.png) 0 bottom no-repeat;
  }
  
.box-column2 .box-contents
  {
  width: 280px;
  min-height: 140px;
  padding: 15px 15px 0 15px;
  background: url(i/box_column2_top.png) 0 top no-repeat;
  }

.box-column2 h3
  {
  float: left;
  width: 135px;
  margin: 4px 0 2px;
  color: #ff7700;
  font-size: 107%;   /* 15px */
  line-height: 126%;  /* 19px */
  }

.box-column2 p
  {
  margin: 0 0 5px 0;
  color: #333333;
  font-size: 92%;   /* 13px */
  }

  
#LayerContents .box-column2 .link
  {
  position: absolute;
  bottom: 3px;
  right: 15px;
  background-position: -70px -267px;
  }

*+html #LayerContents .box-column2 .link
  {
  background-position: -70px -266px;
  }

#LayerContents .box-column2 .link a
  {
  font-size: 92%;   /* 12px */
  }

#LayerContents .box-column3 .link
  {
  position: absolute;
  bottom: 8px;
  right: 20px;
  }

#LayerContents .box-column4 .link
  {
  position: absolute;
  bottom: 0;
  left: 15px;
  }

*+html #LayerContents .box-column3 .link,
*+html #LayerContents .box-column4 .link
  {
  background-position: -70px -264px;
  }

#LayerContents .box-column3 .link a,
#LayerContents .box-column4 .link a
  {
  font-size: 85%;   /* 12px */
  }

.box-column2 p img
  {
  margin: 0 10px 0 0;
  }

/* -----------------------------------------------------
AreaAnimalsIndex
----------------------------------------------------- */  
#AreaAnimalsIndex
  {
  margin: 0 0 -20px -25px;
  overflow: hidden;
  }

#AreaAnimalsIndex h3
  {
  width: auto;
  margin: 0 0 5px 0;
  padding: 0 0 0 0;
  font-size: 107%;   /* 15px */
  line-height: 126%;  /* 19px */
  background: none;
  }

#AreaAnimalsIndex h4
  {
  float: none;
  width: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
  background-position: 0 -549px;
  }

#AreaAnimalsIndex .kind-title
  {
  font-size: 85%;  /* 12px */
  margin: 0 0 0 0;
  }

#AreaAnimalsIndex .box-base
  {
  display: inline-block;
  /display: inline;
  zoom: 1;
  width: 310px;
  min-height: 100px;
  margin: 0 0 20px 25px;
  vertical-align: top;
  }

#AreaAnimalsIndex p
  {
  margin: 0 0 5px 0;
  }

#AreaAnimalsIndex a.link
  {
  font-size: 85%;   /* 12px */
  background-position: -70px -269px;
  background-position: -70px -270px\9; /* IE 8 */
  }

*+html #AreaAnimalsIndex a.link /* IE 7 */
  {
  background-position: -70px -269px;
  }


/* -----------------------------------------------------
AreaShop
----------------------------------------------------- */
#AreaShop
  {
  margin: 0 0 0 -30px;
  }

#AreaShop .box-base
  {
  float: left;
  width: 310px;
  margin: 0 0 20px 30px;
  }

#AreaShop h3
  {
  width: auto;
  margin: 0 0 5px 0;
  }

#AreaShop .area-img p
  {
  float: right;
  }

#AreaShop .area-img p:first-child
  {
  float: left;
  }

/* -----------------------------------------------------
box-column3
----------------------------------------------------- */
.box-column3
  {
  width: auto;
  height: auto;
  margin: 0 0 20px -25px;
  }

.box-column3 .box-base
  {
  position: relative;
  float: left;
  width: 200px;
  min-height: 150px;
  margin: 0 0 0 25px;
  padding: 0 0 30px 0;
  background: url(i/box_column3_base.png) 0 bottom no-repeat;
  }
  
.box-column3 .box-contents
  {
  width: 160px;
  min-height: 170px;
  padding: 15px 20px 0 20px;
  background: url(i/box_column3_top.png) 0 top no-repeat;
  }

#LayerContentsMain .box-column3 h3
  {
  margin: 10px 0 4px 0;
  padding: 0 0 0 0;
  color: #ff7700;
  font-size: 107%;   /* 15px */
  line-height: 126%;  /* 19px */
  background: none;
  }

.box-column3 p
  {
  margin: 0 0 0 0;
  }

/* -----------------------------------------------------
box-column4
----------------------------------------------------- */
.box-column4
  {
  width: auto;
  height: auto;
  margin: 0 0 20px -16px;
  }

.box-column4 .box-base
  {
  position: relative;
  float: left;
  width: 150px;
  min-height: 135px;
  margin: 0 0 0 16px;
  padding: 0 0 20px 0;
  background: url(i/box_column4_base.png) 0 bottom no-repeat;
  }
  
.box-column4 .box-contents
  {
  width: 120px;
  min-height: 135px;
  padding: 15px 15px 0 15px;
  background: url(i/box_column4_top.png) 0 top no-repeat;
  }

#LayerContentsMain .box-column4 h3
  {
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
  color: #ff7700;
  font-size: 100%;   /* 14px */
  line-height: 128%;  /* 18px */
  font-weight: bold;
  background: none;
  }

.box-column4 p
  {
  margin: 0 0 5px 0;
  }

/* -----------------------------------------------------
text-column2
----------------------------------------------------- */
.text-column2
  {
  width: auto;
  height: auto;
  margin: 0 0 20px 0;
  }

.text-column2 div
  {
  width: 310px;
  height: auto;
  }

#LayerContentsMain .text-column2 h3
  {
  margin: 0 0 5px 0;
  }

.text-column2 p
  {
  margin: 0 0 5px 0;
  }

/* -----------------------------------------------------
text-column3
----------------------------------------------------- */
.text-column3
  {
  width: auto;
  height: auto;
  margin: 0 0 20px -25px;
  }

.text-column3 div
  {
  width: 200px;
  height: auto;
  margin: 0 0 0 25px;
  }

#LayerContentsMain .text-column3 h3
  {
  margin: 0 0 5px 0;
  }

.text-column3 p
  {
  margin: 0 0 5px 0;
  }

/* -----------------------------------------------------
text-column4
----------------------------------------------------- */
.text-column4
  {
  width: auto;
  height: auto;
  margin: 0 0 20px -16px;
  }

.text-column4 div
  {
  width: 150px;
  height: auto;
  margin: 0 0 0 16px;
  }

#LayerContentsMain .text-column4 h3
  {
  margin: 0 0 5px 0;
  }

.text-column4 p
  {
  margin: 0 0 5px 0;
  }

/* -----------------------------------------------------
AreaIchioshiInfo
----------------------------------------------------- */
#AreaIchioshiInfo h3
  {
  font-size: 16px;
  margin: 0 0 10px 0;
  }

#AreaIchioshiInfo p
  {
  font-size: 14px;
  }
/* -----------------------------------------------------
AreaMapContents
----------------------------------------------------- */
#AreaMapContents
  {
  clear: both;
  width: 266px;
  height: auto;
  }

#AreaMapContents .box-base
  {
  display: none;
  position: absolute;
  top: 320px;
  left: 222px;
  width: 266px;
  padding: 0 0 13px 0;
  background: url(i/box_map_base.png) 0 bottom no-repeat;
  height: auto;
  }

#AreaMapContents .box-contents
  {
  padding: 18px 23px 0 23px;
  background: url(i/box_map_top.png) 0 0 no-repeat;
  height: auto;
  }

#AreaMapContents h3
  {
  margin: 0 0 6px 0;
  padding: 0 5px 0 5px;
  font-size: 107%;   /* 15px */
  line-height: 126%;     /* 19px */
  background: none;
  }

*+html #AreaMapContents .box-contents > p:first-child
  {
  padding: 0;
  background-color: #fffffa;
  }

#AreaMapContents p
  {
  padding: 0 5px 0 5px;
  line-height: 128%; /* 18px */
  }

#AreaMapContents .box-contents > p + p + p
  {
  margin: 0 -10px 0 0;
  padding-right: 0;
  
  }

#AreaMapContents a.close,
#AreaMapContents a.close:link,
#AreaMapContents a.close:visited
  {
  padding: 0 19px 0 0;
  text-decoration: none;
  background: url(i/open_close_button.png) right -38px no-repeat;
  }

#AreaMapContents a.close:link,
#AreaMapContents a.close:visited
  {
  text-decoration: underline;
  }

/* -----------------------------------------------------
AreaCarousel
----------------------------------------------------- */
#AreaCarousel .box-base
  {
  position: relative;
  width: 180px;
  min-height: 296px;
  padding:  0 15px 5px 0;
  background: url(i/carousel_base.png) 0 bottom no-repeat;
  }

#AreaCarousel .box-contents
  {
  width: 150px;
  height: auto;
  padding: 15px 15px 0 15px;
  background: url(i/carousel_top.png) 0 0 no-repeat;
  }

#AreaCarousel .box-contents > p:first-child
  {
  height: 100px;
  overflow: hidden;
  }

#AreaCarousel p
  {
  font-size: 14px; /* 14px */
  }
  
#AreaCarousel p + p + p
  {
  min-height: 38px;
  margin: 0 0 5px 0;
  }

#AreaCarousel .bx-wrapper
  {
  width: 570px!important;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0 40px;
  overflow: hidden;
  }

#AreaCarousel .bx-window
  {
  width: 570px!important;
  overflow: visible!important;
  margin: 0 auto;
  }
  
#AreaCarousel .bx-wrapper .bx-prev
  {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  min-height: 301px;
  text-indent: -9999px;
  background: url(i/carousel_prev.png) 0 center no-repeat;
  }

#AreaCarousel .bx-wrapper .bx-next
  {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  min-height: 301px;
  text-indent: -9999px;
  background: url(i/carousel_next.png) 0 center no-repeat;
  }

#AreaCarousel .link
  {
  position: absolute;
  bottom: 10px;
  right: 35px;
  display: block;
  text-align: right;
  font-size: 12px; 
  background-position: -70px -266px;
  }

/* -----------------------------------------------------
emphasis
----------------------------------------------------- */
.emphasis
  {
  width: 650px;
  padding: 0 0 8px 0;
  background: url(i/emphasis_base.png) 0 bottom no-repeat;
  }
  
.emphasis-contents
  {
  width: 590px;
  padding: 20px 30px 0;
  background: url(i/emphasis_top.png) 0 top no-repeat;
  }

.emphasis-contents > h2:first-child,
.emphasis-contents > h3:first-child,
.emphasis-contents > h4:first-child
  {
  margin-top: 0;
  }

/* -----------------------------------------------------
ul,ol
----------------------------------------------------- */
#LayerContentsMain ul
  {
  margin: 10px 0 10px 0;
  }

#LayerContentsMain ul li
  {
  margin: 0 0 10px 0;
  padding: 0 0 0 14px;
  line-height: 128%;  /* 18px */
  background-image: url(i/heading.png);
  background-repeat: no-repeat;
  }

#LayerContentsMain ul li
  {
  background-position: -35px -302px;
  }

#LayerContentsMain ul li ul li
  {
  background-position: -26px -318px;
  }
  
#LayerContentsMain ul li ol li
  {
  padding: 0 0 0 0;
  background-image: none;
  }

#LayerContentsMain ol
  {
  margin: 10px 0 10px 20px;
  }

#LayerContentsMain ol li
  {
  margin: 0 0 10px 0;
  }

#LayerContentsMain .map-list
  {
  margin-left: -25px;
  }

#LayerContentsMain .map-list li
  {
  display: inline-block;
  /display: inline;
  zoom: 1;
  width: 310px;
  margin: 0 0 0 25px;
  padding: 10px 0 10px 0;
  background: none;
  background-image: url(i/eventlist_border.png);
  background-position: top 0;
  background-repeat: repeat-x;
  }
#LayerContentsMain .map-list li:first-child
  {
  background: none;
  }

#LayerContentsMain .map-list li:first-child + li
  {
  background: none;
  }


#LayerContentsMain .map-list li a
  {
  color: #ff7700;
  }

#LayerContentsMain .map-list li a:hover
  {
  text-decoration: underline;
  }

/* -----------------------------------------------------
table
----------------------------------------------------- */
table
  {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
  border: 1px solid #907c54;
  }

.no-border,
.no-border th,
.no-border td
  {
  color: #333333;
  font-weight: normal;
  border: none;
  background-color: transparent;
  }

.no-border th
  {
  text-align: left;
  }

.no-border th,
.no-border td
  {
  padding: 2px 2px 2px 0;
  }

th
  {
  padding: 12px 10px 10px 10px;
  color: #342506;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border: 1px solid #907c54;
  background-color: #f2e7d0;
  }

table .th-second
  {
  background-color: #dbcdaf;
  }

td
  {
  padding: 12px 10px 10px 10px;
  color: #342506;
  text-align: left;
  vertical-align: top;
  border: 1px solid #907c54;
  background-color: #fcf7f0;
  }

.calendar
  {
  width: 195px;
  height: auto;
  padding: 5px;
  border: none;
  }

#LayerSnavi .calendar
  {
  width: 210px;
  margin: 0 0 20px 0 ;
  }

.calendar th,
.calendar td
  {
  width: 27px;
  padding: 3px 0 3px 0;
  text-align: center;
  font-weight: normal;
  background-color: #faeed4;
  border: none;
  }

.calendarhead th
  {
  width: auto;
  }

#LayerSnavi .calendar th,
#LayerSnavi .calendar td
  {
  width: 30px;
  }

#LayerSnavi .calendarhead th
  {
  width: auto;
  }

#LayerSnavi .calendar th,
#LayerSnavi .calendar td
  {
  background-color: #ffffff;
  }

.calendar .sunday
  {
  color: #f74524;
  }

.calendar .saturday
  {
  color: #004681;
  }

.calendar .today
  {
  padding: 0 3px;
  border: 1px solid #32302a;
  }

.calendar .calendarhead th
  {
  color: #ffffff;
  padding: 5px 0 5px 0;
  min-height: 21px;
  text-align: center;
  }

#LayerContentsMain .calendar .calendarhead th
  {
  background-color: #f4462f;
  }

#LayerContentsMain .calendar .calendarhead th a,
#LayerContentsMain .calendar .calendarhead th a:link,
#LayerContentsMain .calendar .calendarhead th a:visited
  {
  color: #ffffff;
  text-decoration: none;
  }

#LayerContentsMain .calendar .calendarhead th a:hover,
#LayerContentsMain .calendar .calendarhead th a:active
  {
  text-decoration: underline;
  }

#LayerSnavi .calendar .calendarhead th
  {
  background-color: #ff7700;
  }

/* *****************************************************
LayerContentsLeft
***************************************************** */
#LayerContentsLeft
  {
  float: left;
  width: 210px;
  height: auto;
  margin: 0;
  padding: 0;
  }

#LayerContentsLeft ul
  {
  margin: 0;
  padding: 0;
  }

#LayerContentsLeft li
  {
  margin: 0 0 20px 0;
  }

/* *****************************************************
LayerContentsRight
***************************************************** */
#LayerContentsRight
  {
  float: left;
  width: 210px;
  height: auto;
  }

#LayerContentsRight #AreaMovie
  {
  width: 210px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  background: url(i/movie_bottom.png) 0 bottom no-repeat;
  }

#LayerContentsRight #AreaMovie h2
  {
  width: 210px;
  height: 41px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-indent: -9999px;
  background: url(i/movie_h2.png) 0 0 no-repeat;
  }

#LayerContentsRight #AreaMovie #Youtube
  {
  background-color: #ff8c00;
  }

#LayerContentsRight #AreaTwitter
  {
  margin: 0 0 20px 0;
  }

#LayerContentsRight #AreaTwitter .twtr-doc
  {
  width: 210px !important;
  height: 344px !important;
  }

#LayerContentsRight #AreaFacebook
  {
  width: 210px;
  height: 295px;
  background-color: #ffffff;
  overflow: hidden;
  }

#LayerContentsRight #AreaFacebook iframe
  {
  width: 210px !important;
  height: 360px !important;
  }

/* *****************************************************
AreaContentsDetail
***************************************************** */
#LayerContentsMain #AreaContentsDetail
  {
  width: 100%;
  padding: 0 0 0 0;
  }

#AreaContentsDetail .detail-header
  {
  width: auto;
  min-height: 15px;
  margin: 30px 0 0 0;
  padding: 10px 15px 5px;
  background-color: #eeeeee;
  }

#AreaContentsDetail #AreaContentsNavi + .detail-header
  {
  margin: 0 0 0 0;
  }

.detail-header p
  {
  float: left;
  margin: 0 0 0 0;
  }

.detail-header .area-social
  {
  float: right;
  }

.detail-header .area-social a
  {
  vertical-align: text-bottom;
  }

.detail-footer
  {
  width: auto;
  margin: 20px 0 0 0;
  padding: 0 20px 0 0;
  text-align: right;
  }

#AreaContentsDetail .article-list
  {
  width: auto;
  padding: 0 0 0 0;
  }

#AreaContentsDetail .article-list dt
  {
  width: 100px;
  padding: 0 0 0 0;
  }

#AreaContentsDetail .article-list dd
  {
  width: auto;
  }

#AreaContentsDetail .article-event dt
  {
  width: 140px;
  padding: 0 110px 0 0;
  }

#AreaContentsDetail .article-event dd
  {
  width: auto;
  }

#AreaContentsDetail p img
  {
  margin: 0 0 10px 0;
  }

#AreaContentsDetail p > img + p
  {
  margin: -10px 0 0 0;
  }

/* *****************************************************
AreaFAQ
***************************************************** */
#AreaFAQ
  {
  margin: 0 0 15px 0;
  }

.box-faq
  {
  margin: 0 0 5px;
  background: url(i/eventlist_border.png) 0 0 repeat-x;
  }

.box-faq:first-child
  {
  background: none;
  }

#AreaFAQ .faq-question
  {
  padding: 9px 0 3px 25px;
  background: url(i/heading.png) 0 -334px no-repeat;
  }

#AreaFAQ .faq-question p:first-child
  {
  width: 550px;
  float: left;
  margin: 0;
  }

#AreaFAQ .open-close
  {
  float: right;
  width: 50px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0 20px 0 0;
  color: #00487f;
  text-align: right;
  text-decoration: underline;
  background: url(i/open_close_button.png) right 0 no-repeat;
  cursor: pointer;
  }


#AreaFAQ .faq-answer
  {
  margin: 9px 0 0 0;
  padding: 0 0 0 25px;
  background: url(i/heading.png) 0px -1108px no-repeat;
  }

.box-faq p
  {
  margin: 0 0 0 0;
  }

/* *****************************************************
en
***************************************************** */
body.en
{
 font-family: serif, sans-serif, "ＭＳ Ｐゴシック",  "メイリオ", Osaka, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "HGPゴシックE", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
}

#TopPage.en #LayerBase
  {
  padding: 0 0 0 0;
  }

.en #IdFnavi
  {
  background: url(i/fnavi_en.png) 0 0 no-repeat;
  }

.en #LayerContents h1
  {
  background: url(i/h1_en.png) 0 0 no-repeat;
  }

.en #LayerContents h1
  {
  font-family: sans-serif, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "HGPゴシックE", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  }

.en h2
  {
  font-family: sans-serif, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "HGPゴシックE", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  padding: 2px 0 0 35px;
  background: url(i/heading.png) -76px -3px no-repeat;
  }

.en h3,
.en h4
  {
  font-family: sans-serif, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "HGPゴシックE", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana;
  }

#TopPage.en h3,
#TopPage.en h4
  {
  margin: 10px 0 10px -5px;
  }

.en #LayerContents
  {
  width: 710px;
  height: auto;
  margin: 0 42px 0 0;
  background: url(i/contents_bottom.png) 0 bottom no-repeat;
  }

.en #LayerContentsLeft
  {
  display: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  }

#TopPage.en #LayerContents
  {
  float: right;
  width: 940px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  }

#TopPage.en #LayerContentsBody
  {
  position: relative;
  width: 940px;
  height: auto;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: none;
  }

.en #LayerContentsBody > section:first-child > h2
  {
  margin-top: 0;
  }


*+html .en #LayerContentsMain p.link /* IE 7 */
	{
	zoom: 1;
	background-position: -70px -265px;
	}

.en #LayerContentsBody ul
  {
  margin: 10px 0 10px 0;
  }

.en #LayerContentsBody ul li
  {
  margin: 0 0 10px 0;
  padding: 0 0 0 14px;
  line-height: 128%;  /* 18px */
  background-image: url(i/heading.png);
  background-repeat: no-repeat;
  }

.en #LayerContentsBody ul li
  {
  background-position: -35px -302px;
  }

.en #LayerContentsBody ul li ul li
  {
  background-position: -26px -318px;
  }
  
.en #LayerContentsBody ul li ol li
  {
  padding: 0 0 0 0;
  background-image: none;
  }

.en #LayerContentsBody ol
  {
  margin: 10px 0 10px 20px;
  }

.en #LayerContentsBody ol li
  {
  margin: 0 0 10px 0;
  }

.en th,
.en td
  {
  padding: 7px 5px 5px;
  }
  
.en #AreaMovie h2
  {
  background: url(i/movie_h2_en.png) 0 0 no-repeat;
  }

.en #IdCheck,
.en #IdReset,
.en #IdSubmit,
.en #IdBack
  {
  background-image: url(i/form_button_en.png);
  }

*+html .en #IdCheck,
*+html .en #IdReset,
*+html .en #IdSubmit,
*+html .en #IdBack
  {
  padding-top: 50px;
  }

/*
clear
----------------------------------------------------- */
.clear h2:first-child,
.clear h3:first-child,
.clear h4:first-child
  {
  margin-top: 0;
  }

.clear h4
  {
  margin-bottom: 10px;
  margin-left: 0;
  }
