body {
  background-color: #f4f4e3;
  color: #000;
}

a {
  color: #000;
}

#cover {
  min-width: 1010px;
  width: 100%;
  height: 100%;
  position: relative;
}
#cover > * {
  z-index: 100;
}
#cover .bar {
  background: url(../image/top/bar.png) repeat-x;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  z-index: 100;
}
#cover .bar.upper {
  top: 0;
}
#cover .bar.lower {
  bottom: 0;
}
#cover .bx-wrapper, #cover .bx-viewport {
  height: 100%;
}
#cover .bx-wrapper .bx-loading {
  min-height: 50px;
  background: white url(../image/top/bx_loader.gif) no-repeat 50% 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
#cover .screen {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0 0 170px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cover .screen ul {
  height: 100%;
}
#cover .screen ul li {
  height: 100%;
  background-position: 50% 0;
  background-size: cover;
  -ms-behavior: url(../scripts/backgroundsize.min.htc);
}
#cover .content {
  padding: 10px 0 170px 0;
  width: 990px;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.modern #cover .content a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.modern #cover .content a:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#cover h1 {
  text-align: center;
}
#cover .en, #cover .info, #cover .controls {
  position: absolute;
}
#cover .en {
  right: 20px;
  top: 32px;
}
#cover .info {
  left: -13px;
  bottom: 224px;
}
#cover .controls {
  overflow: hidden;
  right: 85px;
  bottom: 188px;
  width: 42px;
}
#cover .controls a {
  width: 19px;
  height: 19px;
  background-image: url(../image/top/controls.png);
}
#cover .controls .bx-prev {
  float: left;
}
#cover .controls .bx-next {
  float: right;
  background-position: -23px 0;
}
#cover .footer {
  z-index: 100;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 160px;
  background-color: #fc0;
  text-align: center;
}
#cover .scroll {
  position: absolute;
  top: -97px;
  left: 50%;
  margin-left: -59px;
}
.modern #cover .scroll:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.modern #cover .scroll:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#content {
  position: relative;
  z-index: 100;
  min-width: 1010px;
  padding-bottom: 140px;
  background: url(../image/top/bg.jpg) 0 100%;
  background-size: cover;
  -ms-behavior: url(../scripts/backgroundsize.min.htc);
}
.modern #content a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.modern #content:active img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*-- flow日本語 --*/
#content .flow {
  overflow: hidden;
}
#content .flow > * {
  float: left;
  margin-left: 35px;
}
#content .flow > *:first-child {
  margin-left: 0;
}
/*-- flow英語 --*/
#content .flow_en {
  overflow: hidden;
}
#content .flow_en > * {
  float: left;
  margin-left: 25px;
}
#content .flow_en > *:first-child {
  margin-left: 0;
}
#content .right {
  text-align: right;
}
#content .inner {
  margin: 0 auto;
  width: 970px;
  padding: 55px 0 0 0;
}
#content .box {
  margin-bottom: 25px;
  position: relative;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#AAFFFFFF',EndColorStr='#AAFFFFFF')";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 7px;
}
#content .box h2 {
  margin: 0 0 15px -30px;
}
#content .pane {
  width: 455px;
}
#content .pane .pane {
  width: 218px;
}
#content .pane .pane .box {
  margin-bottom: 20px;
}
#content .left-pane {
  float: left;
}
#content .right-pane {
  float: right;
  width: 475px;
}

#scroll-pane {
  margin-bottom: 20px;
  width: 100%;
  height: 145px;
  overflow: auto;
}
#scroll-pane2-ja {
  margin-bottom: 20px;
  width: 100%;
  height: 584px;
  overflow: auto;
}
#scroll-pane2-en {
  margin-bottom: 20px;
  width: 100%;
  height: 506px;
  overflow: auto;
}
#scroll-pane p, #scroll-pane2-ja p, #scroll-pane2-en p {
  margin-bottom: 1em;
}
#scroll-pane p a, #scroll-pane2-ja p a, #scroll-pane2-en p a {
  text-decoration: underline;
}
#scroll-pane p a:hover, #scroll-pane2-ja p a:hover, #scroll-pane2-en p a:hover {
  text-decoration: underline;
  color: #FF8C00;
}

/*#google-map {*/
#zoo_map_canvas {
  margin-bottom: 15px;
  width: 413px;
  /*height: 197px;*/
  height: 285px;
border: 1px solid #999;
}

#search .body {
  /*border-bottom: 1px solid #000;*/
  /*padding-bottom: 20px;*/
  /*margin-bottom: 15px;*/
}
#search .quick {
  text-align: center;
  width: 470px;
  margin: 0 0 15px -4px;
  overflow: hidden;
}
#search .quick li {
  float: left;
  margin-right: 3px;
}
/*-- 種アイコン日本語 --*/
#search .icon {
  margin-bottom: 5px;
  width: 83px;
  height: 82px;
}
#search .icon a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../image/top/btn_quick.png);
}
#search .chimpanzee .icon a {
  background-position: 0 0;
}
#search .chimpanzee .icon a:hover {
  background-position: 0 -82px;
}
#search .gorilla .icon a {
  background-position: -86px 0;
}
#search .gorilla .icon a:hover {
  background-position: -86px -82px;
}
#search .orangutan .icon a {
  background-position: -172px 0;
}
#search .orangutan .icon a:hover {
  background-position: -172px -82px;
}
#search .gibbon .icon a {
  background-position: -257px 0;
}
#search .gibbon .icon a:hover {
  background-position: -257px -82px;
}
#search .bonobo .icon a {
  background-position: -342px 0;
}
#search .bonobo .icon a:hover {
  background-position: -342px -82px;
}
/*-- 種アイコン英語 --*/
#search .icon_en {
  margin-bottom: 5px;
  width: 83px;
  height: 82px;
}
#search .icon_en a {
  display: block;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../image/top/btn_quick_en.png);
}
#search .chimpanzee .icon_en a {
  background-position: 0 0;
}
#search .chimpanzee .icon_en a:hover {
  background-position: 0 -82px;
}
#search .gorilla .icon_en a {
  background-position: -86px 0;
}
#search .gorilla .icon_en a:hover {
  background-position: -86px -82px;
}
#search .orangutan .icon_en a {
  background-position: -172px 0;
}
#search .orangutan .icon_en a:hover {
  background-position: -172px -82px;
}
#search .gibbon .icon_en a {
  background-position: -257px 0;
}
#search .gibbon .icon_en a:hover {
  background-position: -257px -82px;
}
#search .bonobo .icon_en a {
  background-position: -342px 0;
}
#search .bonobo .icon_en a:hover {
  background-position: -342px -82px;
}
#search form {
  margin-bottom: 10px;
}
#search input {
  vertical-align: middle;
}
#search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../image/top/bg_input.png);
  border: none;
  width: 302px;
  height: 42px;
  padding: 0 15px;
  color: #323232;
}
.ie8 #search input[type="text"] {
  line-height: 42px;
}
/*-- 検索ボタン日本語 --*/
#search input[type="image"] {
  width: 108px;
  height: 42px;
  background: url(../image/top/btn_search.png);
}
#search input[type="image"]:hover {
  background-position: 0 -42px;
}
/*-- 検索ボタン英語 --*/
#search input[type="image"].en {
  width: 108px;
  height: 42px;
  background: url(../image/top/btn_search_en.png);
}
#search input[type="image"]:hover.en {
  background-position: 0 -42px;
}

#menu.box {
  padding-top: 6px;
  padding-bottom: 6px;
}
#menu li {
  border-top: 1px solid #000;
}
#menu li:first-child {
  border-top: none;
}

#login.box, #contact.box {
  padding: 6px 17px 6px 17px;
}
#login {
  text-align: right;
}
#login a {
  color: #828282;
}

#banner .site {
  text-align: center;
  width: 470px;
  margin: 0 0 0 -4px;
  overflow: hidden;
}
#banner .site li {
  float: left;
  margin-right: 30px;
}
#banner .manual {
  /*text-align: center;*/
  width: 470px;
  margin: 0 0 0 -4px;
  padding-bottom: 10px;
  overflow: hidden;
}

#copyright {
  margin-top: 25px;
}
#copyright.box {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
#copyright > img {
  float: left;
  border-right: 1px solid #b4b4b4;
  margin-right: 20px;
}
#copyright .text {
  overflow: hidden;
}
/* お知らせ */
.announcement {
	width : 600px;
	margin: 10px auto 0px auto;
	border: solid 3px #FF6600;
	font-size: 10pt;
}
.announcement th {
	background-color: #F4D2AC
}
.announcement td a {
	color: #00008B;
	color: #D2691E;
	text-decoration: underline;
}
.announcement td p {
	margin: 0px;
}
