@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
html {
	height:100%;
}
img {
	margin:0;
	border:0;
}
body  {
	background:url(img/all_background.gif) repeat;
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height:auto;
}
#background {
	width: 812px;
	background-image:url(img/shadow.gif);
	background-repeat:repeat-y;
	margin: 0 auto;
	height:auto;
} 
#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 3px;
	border: 3px solid #00854A;
	text-align: left;
	height:auto;
} 
#main-right{
	clear:both;
	width: 558px;
	float: right;
	margin-left: 8px;
	height:auto;
}
#main-right p{
	margin-right:10px;
}
#main-left{
	border-left: 3px solid #86B292;
	border-right: 3px solid #86B292;
	border-bottom: 3px solid #86B292;
	margin-left:18px;
	width:182px;
	float: left;
	margin-right: 8px;
	height:auto;
}
#main-left-box{
	background:url(img/all_right_bg.gif);
	background-repeat:repeat-x;
	padding:10px;
	font-size:14px;
	border-top:#86B292 solid 3px;
	height:auto;
}
#main-left-box p{
	margin-bottom:10px;
}
#main-left-box .name{
	font-size:18px;
	font-weight:bold;
}
#footer p {
	background-image:url(img/all_footer_bg.gif);
	background-repeat:repeat-x;
	margin-top:30px;
	padding: 10px 0 0 0;
	text-align:center;
	height:24px;
	color:#FFF;
	font-style:inherit;
	font-size:70%;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navi{
	float:left;
	width:100%;
	height:26px;
	margin:0px;
	background:url(img/all_navi.gif);
	background-repeat:no-repeat;
	border-top: 3px solid #00854A;
	border-bottom: 3px solid #00854A;
}
#navi p{
	height:26px;
	margin:3px 5px 0 0;
	float:right;
	font-size:90%;
	
}
.color_blue_center{
	color:#2E3092;
	text-align:center;
	width:auto;
	font-weight:bold;
}
#sub_menu p{
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	display:block;
	width: 120px;
	height: 25px;
	background-color: #00854A;
	border:#86B292 solid 3px;
	margin-right:5px;
	padding-top:3px;
	text-align:center;
}
#sub_menu a{
	width:100%;
	color:#FFF;
	border:0px;
}
.sub_menu{
	background-color: #00854A;
}
.sub_h2{
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(img/sub_title.gif);
	background-repeat:repeat-y;
	font-size:18px;
	height:22px;
	width:520px;
	padding:2px 0 2px 5px;
	color:#2E3092;
}
.green{
	color:#00854A;
	font-weight:bold;
}
.blue{
	margin-top:5px;
	color:#2E3092;
	font-weight:bold;
}
/* index */
#index_menu p{
	float:left;
	display:block;
	width: 120px;
	height: 70px;
	background-color: #00854A;
	border:#86B292 solid 3px;
	margin-right:5px;
	padding-top:40px;
	text-align:center;
}
#index_menu a{
	width:100%;
	color:#FFF;
	border:0px;
}
#news{
	margin-bottom:15px;
	padding-top:5px;
	padding-bottom:5px;
	width:513px;
	border: 3px solid #86B292;
}
.index_h2{
	margin-top:15px;
	margin-bottom:15px;
	background-image:url(img/index_right_title.gif);
	background-repeat:repeat-y;
	border: 3px solid #86B292;
	font-size:120%;
	height:26px;
	width:130px;
	padding:2px;
	float:left;
	color:#2E3092;
}
.left{
	float:left;
	margin-left:20px;
}
.index-right-p{
	margin-top:15px;
	margin-bottom:15px;
}

/* アーカイブ */

#archive_contents{
	width:700px;
	margin:0 auto;
}
#archive_select{
	margin-top:10px;
	float:right;
}

.ad-gallery {
  width: 600px;
}
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image a img {
        border: 0;
      }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -20px;
      width: 13px;
      display: block;
      background: url(ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -20px;
      width: 13px;
      background: url(ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
  #gallery {
	margin:15px auto;
    padding: 30px;
    background: #86B292;
  }
  #descriptions {
    position: relative;
    height: 50px;
    background: #EEE;
    margin-top: 10px;
    width: 640px;
    padding: 10px;
    overflow: hidden;
  }
    #descriptions .ad-image-description {
      position: absolute;
    }
      #descriptions .ad-image-description .ad-description-title {
        display: block;
      }
