
/* Hisata New */


* {
  margin: 0;
  padding: 0;
#  border: none;
}

a,
a:link,
a:visited {
  color: #000;
  text-decoration: none;
  font-weight: none;
}

a:hover {
  text-decoration: none;
  font-weight: none;
  color: #339;
  background-color: #eee;
}

a img {
  border: 0;
  vertical-align: middle;
}

img {
  border: 0;
  margin: 5px;
  vertical-align: middle;
}

.poster {
  float:right;
  margin:0 0 10px 10px;
}

hr {
border: none;
background-color: #999;
}

html, body {
  height: 100%;
}

body {
  color: #000;
  background-color: #003973;
  font-family: arial, sans-serif;
  min-width: 468px;
}

#container {
  min-height: 100%;
  margin-left: 200px;
  margin-bottom: -100px;
  background-color: #fff;
}

* html #container {	/* for IE6 and below */
  height: 100%;
}

#container-header {
  height: 100px;
}

#container-right {
  width: 100%;
  float: right;
  position: relative;
}

#container-left {
  width: 200px;
  margin-left: -200px;
  float: right;
  position: relative;
  color: white;
}

#container-footer {
  height: 100px;
  clear: right;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98px;
  line-height: 40px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
  text-align: left;
  margin-right: -200px;	/* for IE 5.0 */
  min-width: 468px;
  border-bottom: 2px solid #EED8AE;
}

#header h1 {
  color: #EED8AE;
  padding: 10px 0px 0px 20px;
  font:small-caps 28px/26px "Times New Roman", serif;
}

#header h1 a{
  color: #EED8AE;
  font:small-caps 28px/26px "Times New Roman", serif;
}

#header h1 a:hover{
  color: #6CA6CD;
  background-color: #000;
}

#header h2 {
  color: #eee;
  font:small-caps 20px/18px "Times New Roman", serif;  
  padding: 5px 0px 0px 30px;
}

#header h2 a{
  color: #eee;
  font:small-caps 20px/18px "Times New Roman", serif;
  padding: 5px 0px 0px 30px;
}

#header h2 a:hover {
  color: #6CA6CD;
  background-color: #000;
}

#right {
  margin: 20px;
}

#right .title {
  color: #000;
  font-size: 160%;
  font-weight: bold;
  margin: 5px auto 5px auto;
#  border-bottom: 1px solid #8DB6CD;
  text-shadow: #999 0px 2px 3px;

}

#right .ex {
  color: #006;
  font-weight: bold;
  margin: 10px auto 10px 0px;
  text-shadow: #999 0px 2px 3px;
}

#right .subtitle {
  font-size: 130%;
  color: #880000;
  font-weight: bold;
  margin: 20px auto 20px 0px;
  text-decoration: underline;
}


#right .content {
  margin: 20px 30px 40px 30px;
}


#right ul {
  padding-left: 16px;
  list-style-image : none ;
}

#right ul li {
  list-style: none;
  line-height: 180%;
  font-weight: none;
  list-style-image: none;
}

#right ul li a {
  color: #000;
  text-decoration: none;
  font-weight: none;
  background-image: url('./img/arrow.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 12px;
}

#right ul li a:hover {
  color: #069;
  background-image: url('./img/arrow_a.gif');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 12px;
}

#right .pup_list {
  font-weight: bold;
}

#right a{
  color: #4876FF;
}

#right a:hover{
  background: none;
  color: #CD950C;
}

#left {
  margin: 10px 0px 10px 10px;
  text-align: left;
  word-break: break-all;	/* for IE6 and below */
  overflow: hidden;
  font-family: verdana, sans-serif;
}

#left ul {
  list-style-image: none ;
}

#left ul li {
  text-shadow: #999 0px 2px 3px;
  text-decoration: none;
  font-weight: bold;
  list-style: none;
  list-style-image: none;
  padding: 5px 0px 5px 2px;
  color: #000;
  font-size: 14px;
}

#left ul li a{
  color: #000;
  display: block;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  background-image: none;
  padding: 5px 3px 5px 10px;
  background-color: #BCD2EE;
}

#left ul li a:hover {
  background-color: #FFE4E1;
  padding: 5px 3px 5px 15px;
}

#left span.w {
  display: block;
  background-color: #fff;
  padding: 5px 3px 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}

#left span.red{
  display: block;
  background-color: #F08080;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;

}

#left span.red a{
  background-color: #F08080;
}

#left span.red a:hover {
  background-color: #FFE4E1;
  background-image: none;
  padding: 5px 3px 5px 15px;
}

#left span.grey{
  display: block;
  background-color: #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;

}

#left span.grey a{
  background-color: #ccc;
}

#left span.grey a:hover {
  background-color: #FFE4E1;
  background-image: none;
  padding: 5px 3px 5px 15px;
}

#left span.yellow {
  display: block;
  background-color: #EED8AE;
  padding: 5px 3px 5px 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
}


table {
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
    border-top: 1px solid #999;
}

table td{
padding: 5px;
}

table tr.list-line-even{
    background: #E0EEEE;
}

table tr.list-line-odd{
    background: #fff;
}


table.gallery {
  margin: 2px;
  background: #fff;
  width: 190px;
  height:   380px;
  vertical-align: top;
  display:inline-table;
  border: 1px solid #ccc;
}

table.gallery td {
  vertical-align: top;
  font-size: 80%;
}

table.gallery img {
  margin-bottom:5px;
  padding: 0px;
  background: #000;
  width: 180px;
  height: 140px;
}

table.genesearch th, table.genesearchl th{
   text-align: left;
#    background: #EED8AE;
    background:#ccc;
    padding: 5px;
    border-bottom: solid 1px #999;
}

table.genesearchl th{
    text-align: center;
}

table.genesearch th {
    vertical-align: top;
}

.genesearch td, .genesearchl td{
    border-bottom: solid 1px #999;
}

.genesearchl td{
    text-align: center;
}

.latin_name {
  font-style: italic;
  font-weight: bold;
  font-size: 120%;
  text-align: center;
}

.latin_name a {
}

#footer {
  font-size: 80%;
  width: 100%;
  height: 98px;
  position: relative;
  color: #fff;
  background-color: #000;
  font-weight: none;
  text-align: left;
  border-top: 2px solid #EED8AE;
}

#infooter{
  margin: 20px;
}

#infooter a { 
  color: #fff;
}
  
#infooter a:hover {
  color: #6CA6CD;
  background-color: transparent;
}

p {
  padding-left: 10px;
  padding-left: 10px;
}

.r_imgr {
  width: 160px;
  height: 120px;
  float: right;
  text-align: right;
  margin: 0px 0px 5px 10px;
}

.r_imgl {
  width: 160px;
  height: 120px;
  float: left;
  text-align: left;
  margin: 0px 10px 5px 0px;
}

#info_for_user {
  padding-left: 10px;
}

#login a, #logout a {
  color: #000;
  padding: 2px 5px 2px 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
}

#logout a {
  background-color: #ccc;
}

#login a {
  background-color: #F08080;
}

#login a:hover, #logout a:hover {
  background-color: #FFEC8B;
  padding: 2px 5px 2px 5px;
}

  /* 白抜き文字スタイル */
  .polygon-label {
    color: white;              /* 文字色を白に */
    font-size: 20px;           /* 好きなサイズに */
    font-weight: bold;
    text-shadow:
      -1px -1px 0 black,
       1px -1px 0 black,
      -1px  1px 0 black,
       1px  1px 0 black;      /* 黒の縁取り */
    white-space: nowrap;
    pointer-events: none;       /* ラベル上でクリックが透過 */
  }

