<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("default.css");
/*------------------------------------------------*/
body {
  font-family: "Noto Sans JP",
 "Avenir",
 "Helvetica Neue",
 "Helvetica",
 "Hiragino Sans",
 Meiryo,
 YuGothic,
 "Yu Gothic",
 "MS PGothic";
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

#bg {
  background-image: url("../all_img/body_bg.gif");
  border-top: 10px solid #336633;
}

a {
  color: #0033cc;
}

a:hover {
  color: #cc0000;
}

#wrap {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  border-right: 1px solid #336633;
  border-left: 1px solid #336633;
  background-image: url("../all_img/wrap_bg.png");
  background-repeat: repeat-y;
  background-position: center 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.644);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.644);
}

@media only screen and (max-width: 960px) {
  #wrap {
    width: auto;
  }
}

#title {
  background-image: url("../all_img/desital_library/sub_header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 112px;
  text-indent: -5555em;
}

@media only screen and (max-width: 700px) {
  #title {
    height: 60px;
  }
}

h1 {
  background-image: url("../all_img/h1_01.gif");
  background-color: #336633;
  font-size: 137%;
  padding: 10px 10px 10px 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 960px) {
  h1 {
    background-size: cover;
  }
}

h2 {
  clear: both;
  background-color: #529b52;
  background-repeat: no-repeat;
  font-size: 125%;
  padding: 6px 10px 8px 9px;
  margin-bottom: 10px;
  border-left: 16px solid #336633;
  font-weight: 400;
  color: #fff;
}

h3 {
  font-size: 112%;
  background-color: #e2e2ba;
  margin-bottom: 14px;
  padding: 6px 10px 7px 18px;
  border-bottom: 2px solid #a5a57e;
  font-weight: 400;
}

h4 {
  font-size: 106%;
  margin: 16px 0 16px;
  background-color: #e4e4e4;
  /*  background-image: url("../all_img/h4_bg.gif");
  background-repeat: no-repeat;
  background-position: left center; */
  padding: 5px 10px 5px 18px;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}

h4 a {
  text-decoration: none;
}

strong {
  font-weight: 500;
}

/*menu1*/
#menu1 {
  height: 35px;
  padding: 7px 0px 0px 1px;
  background-image: url("../all_img/gmenu_bg.png");
  background-position: center;
  background-repeat: repeat-x;
  border-bottom: 10px solid #336633;
}

@media only screen and (max-width: 700px) {
  #menu1 {
    height: auto;
    padding: 4px 4px 0;
    background-size: cover;
    border-bottom: 6px solid #336633;
  }
}

#menu1 ul {
  list-style: none;
  width: 780px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 700px) {
  #menu1 ul {
    width: auto;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 700px) {
  #menu1 ul::after {
    content: "";
    display: block;
    width: 24%;
  }
}

#menu1 ul li {
  width: 100%;
  margin: 0 0 0 1px;
}

@media only screen and (max-width: 700px) {
  #menu1 ul li {
    width: 24%;
    margin: 2px 0 0 0;
  }
}

#menu1 ul li:last-child {
  width: 100%;
  margin: 0 1px 0;
}

@media only screen and (max-width: 700px) {
  #menu1 ul li:last-child {
    width: 24%;
    margin: 2px 0 0 0;
  }
}

#menu1 ul li a {
  -webkit-transition: 0.4s all ease-in;
  transition: 0.4s all ease-in;
  display: block;
  width: 100%;
  height: 25px;
  padding-top: 10px;
  border-radius: 8px 8px 0 0;
  background: #edd973;
  background: -webkit-gradient(linear, left top, left bottom, from(#edd973), color-stop(66%, #fffae1), to(#fff2b1));
  background: linear-gradient(180deg, #edd973 0%, #fffae1 66%, #fff2b1 100%);
  color: #333300;
  text-decoration: none;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 700px) {
  #menu1 ul li a {
    height: 22px;
    padding-top: 6px;
    font-size: 0.75rem;
  }
}

#menu1 ul li a:hover {
  background-color: #d8bc31;
  color: #afaf40;
}

/*newstopics*/
#newstopics {
  clear: both;
  width: 740px;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
}

#newstopics h2 {
  background-image: url("../all_img/h2red_bg.gif");
}

#newstopics dl {
  min-height: 140px;
  max-height: 210px;
  overflow: scroll;
  overflow-x: hidden;
  border: 1px solid #666666;
  list-style: none;
  margin-bottom: 10px;
}

#newstopics dl dt {
  padding: 3px 3px 2px 5px;
  border-bottom: 1px dotted #cccccc;
}

#newstopics dl dd {
  border-bottom: 1px dotted #cccccc;
  margin: 0;
  padding: 1px 5px 5px 40px;
}

#newstopics dl .new {
  background-image: url("../all_img/new.gif");
  background-repeat: no-repeat;
  padding-left: 40px;
}

#newstopics dl dt a {
  text-decoration: none;
}

/*rss*/
.rss {
  padding-left: 10px;
}

.rss a {
  font-size: 10pt;
  font-weight: normal;
  color: #ffffff;
  background-image: url("../all_img/rss.gif");
  background-repeat: no-repeat;
  padding: 1px 3px 3px 16px;
  letter-spacing: 0;
}

.rss a:hover {
  color: #ffff00;
}

/*address*/
address {
  font-style: normal;
  font-size: 94%;
  line-height: 140%;
  padding: 10px 10px 0px 20px;
  margin-bottom: 20px;
  color: #333333;
}

.toppage address {
  width: 740px;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 700px) {
  .toppage address {
    width: auto;
  }
}

address strong {
  font-size: 119%;
}

address span {
  font-size: 81%;
}

/*mainunit*/
#mainunit {
  min-height: 600px;
  padding: 20px 20px 32px;
  background-image: url("../all_img/tu_bg.gif");
  background-repeat: repeat-x;
}

@media only screen and (max-width: 700px) {
  #mainunit {
    padding: 20px 8px 32px;
  }
}

#mainunit img {
  max-width: 100%;
  height: auto !important;
}

#mainunit p {
  line-height: 1.6;
  margin-bottom: 12px;
  padding: 0 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 0.9375rem;
}

@media only screen and (max-width: 700px) {
  #mainunit p {
    padding: 0;
    font-size: 0.875rem;
  }
}

#mainunit blockquote p {
  margin: 24px 48px 24px;
  font-size: 0.8125rem;
}

@media only screen and (max-width: 700px) {
  #mainunit blockquote p {
    font-style: 0.75rem;
  }
}

#mainunit ol {
  margin-left: 40px;
}

#mainunit ul {
  margin: 0px 0px 15px 40px;
}

#mainunit ul li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

#mainunit table,
#mainunit td {
  border-color: #ffffff;
}

#mainunit td {
  line-height: 140%;
}

/*menu4*/
#menu4 {
  width: 720px;
  margin: 0 auto;
  padding: 10px;
  border-top: 1px dotted #666666;
}

@media only screen and (max-width: 700px) {
  #menu4 {
    width: auto;
    padding: 10px 8px 24px;
  }
}

#menu4 ul {
  list-style: none;
  font-size: 87%;
  border-left: 1px solid #000000;
  margin-left: 5px;
  height: 1em;
}

#menu4 ul li {
  display: inline;
  float: left;
  border-right: 1px solid #000000;
  padding-right: 0.5em;
  padding-left: 0.6em;
}

#menu4 ul li a {
  text-decoration: none;
}

/*copy*/
#copy {
  clear: both;
  background-color: #336600;
  color: #ffffff;
  font-size: 78%;
  padding: 5px;
  text-align: center;
  width: 730px;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  #copy {
    width: auto;
  }
}

#top_title h1 {
  background-color: #336633;
  background-image: url("../all_img/desital_library/top_header.jpg?ver=20220419");
  background-position: center;
  background-size: cover;
  height: 172px;
  margin: 0;
  padding: 0;
  text-indent: -55555em;
}

@media only screen and (max-width: 700px) {
  #top_title h1 {
    height: 80px;
  }
}

/*topimg*/
#topimg {
  clear: both;
  border-bottom: 10px solid #336633;
  height: 130px;
}

#topimg p {
  display: inline;
  float: left;
  margin-bottom: 0;
}

/*topunit*/
#topunit {
  width: 740px;
  margin: 0 auto;
  padding: 20px;
}

#topunit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

#topunit p {
  width: 200px;
  margin: 0;
}

#topunit p a {
  display: block;
  width: 200px;
  height: 50px;
  background-repeat: no-repeat;
  text-align: right;
  padding: 55px 10px 0px 0px;
  text-decoration: none;
  color: #ffffff;
  line-height: 160%;
}

#topunit p a strong {
  font-size: 119%;
}

#topunit .c02 a strong {
  font-size: 105%;
}

#topunit .c01 a {
  background-image: url("../all_img/cont_01.gif");
}

#topunit .c02 a {
  background-image: url("../all_img/cont_02.gif");
}

#topunit .c03 a {
  background-image: url("../all_img/cont_03.gif");
}

#topunit .c04 a {
  background-image: url("../all_img/cont_04.gif");
}

#topunit .c05 a {
  background-image: url("../all_img/cont_05.gif");
}

#topunit .c06 a {
  background-image: url("../all_img/cont_06.gif");
}

#contents_1 {
  background-image: url(../all_img/tu_bg.gif);
  background-repeat: repeat-x;
  padding: 32px 20px 6px;
}

#contents_1 h2 {
  margin-bottom: 18px;
}

#contents_1 p {
  margin: 0 25px 18px;
}

#renew_info {
  width: 740px;
  margin: 24px auto 40px;
}

#renew_info p {
  margin: 14px 0 0 0;
  line-height: 1.8;
}

#top_subtitle {
  background-color: #efefef;
}

#top_subtitle h2 {
  border: 0;
  background-image: none;
}

#mainunit .sub_msg {
  margin: 24px auto;
  width: 520px;
}

@media only screen and (max-width: 700px) {
  #mainunit .sub_msg {
    width: auto;
  }
}

#mainunit .sub_msg p {
  line-height: 1.8;
}

#mainunit ul li {
  font-size: 0.9rem;
}

#mainunit .archive_list {
  margin: 24px 0 0 0;
}

#mainunit .archive_list ul {
  list-style: none;
  margin: 0 0 0 24px;
}

@media only screen and (max-width: 700px) {
  #mainunit .archive_list ul {
    margin: 0 0 0 12px;
  }
}

#mainunit .archive_list ul li {
  height: 38px;
  margin: 0 0 4px 0;
  padding: 0 0 0 24px;
  background-image: url(../all_img/desital_library/list_document_icon.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 16px 16px;
  font-size: 0.85rem;
}

#mainunit .list_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media only screen and (max-width: 700px) {
  #mainunit .list_col2 {
    display: block;
  }
}

#mainunit .list_col2 ul {
  width: 44%;
  margin: 0 0 0 4px;
}

@media only screen and (max-width: 700px) {
  #mainunit .list_col2 ul {
    width: auto;
    margin: 0 0 0 12px;
  }
}

#top_inner {
  margin: 20px auto 48px;
  width: 740px;
}

@media only screen and (max-width: 700px) {
  #top_inner {
    width: auto;
    padding: 0 4px;
  }
}

#top_inner img {
  max-width: 100%;
  height: auto !important;
}

#top_content02 {
  margin: 24px 0 32px;
}

#top_content02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  width: 662px;
  margin: 18px auto 0;
  padding: 0;
}

@media only screen and (max-width: 700px) {
  #top_content02 ul {
    width: auto;
  }
}

#top_content02 ul li {
  margin: 0 4px;
}

#nm_list {
  width: 446px;
  margin: 48px auto 24px;
  background-image: url("../all_img/desital_library/nm_list_bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

@media only screen and (max-width: 700px) {
  #nm_list {
    width: auto;
  }
}

#nm_list ul {
  list-style: none;
  margin: 0;
  padding: 84px 0 0;
}

#nm_list ul li {
  margin: 0 0 14px 0;
}

#nm_list ul li a img {
  -webkit-transition: 0.3s ease-in all;
  transition: 0.3s ease-in all;
}

#nm_list ul li a:hover img {
  opacity: 0.6;
}

#mainunit #np_list {
  list-style: none;
  width: 360px;
  margin: 48px auto 24px;
  padding: 80px 0 24px;
  background-image: url(../all_img/desital_library/nm_list_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

#mainunit #np_list li {
  height: 38px;
  margin: 0 0 4px 60px;
  padding: 0 0 0 32px;
  background-image: url(../all_img/desital_library/list_camera_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 20px 20px;
  font-size: 0.95rem;
  line-height: 1;
}

#mainunit .np_table {
  margin: 0 auto 36px;
  border: 0;
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #mainunit .np_table {
    width: auto;
  }
}

#mainunit .np_table.col2 {
  width: 80%;
}

@media only screen and (max-width: 700px) {
  #mainunit .np_table.col2 {
    width: auto;
  }
}

#mainunit .np_table td {
  width: 33%;
  padding: 0 0 32px;
  border: 0;
  text-align: center;
  vertical-align: top;
  font-size: 0.8rem;
}

@media only screen and (max-width: 700px) {
  #mainunit .np_table td {
    padding: 0 4px 32px;
  }
}

#mainunit .np_table td img {
  display: inline-block;
  width: 200px !important;
  height: 180px !important;
  margin: 0 0 4px 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

#mainunit .photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  width: 708px;
  margin: 24px auto 0;
}

@media only screen and (max-width: 700px) {
  #mainunit .photo_list {
    width: auto;
  }
}

#mainunit .photo_list li {
  font-size: 0.8rem;
}

#mainunit .photo_list li img {
  width: 100% !important;
  height: auto !important;
}

#mainunit .col3 li {
  width: 31%;
}

#mainunit .col4 li {
  width: 24%;
}

#mainunit h2 span {
  display: inline-block;
  margin: 0 0 0 24px;
  font-size: 0.85rem;
}

@media only screen and (max-width: 700px) {
  table.v_table td, table.v_table th {
    font-size: 0.625rem;
  }
}

@media only screen and (max-width: 700px) {
  table.v_table td font, table.v_table th font {
    font-size: 0.625rem;
  }
}
/*# sourceMappingURL=org01.css.map */</pre></body></html>