@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentArticleDoc .header {
  margin-bottom: 30px;
}
.contentArticleDoc .header h1 {
  background-image: url(./images/main-index.png);
  background-repeat: no-repeat;
  height: 60px;
  padding: 0px 0px 4px 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 60px;
}
.contentArticleDoc .header .publishedAt {
  text-align: right;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0px 20px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0px 3px 8px;
  border-left: 2px solid #4A8000;
  background-color: #f1f1f1;
  font-weight: bold;
}
.contentArticleDoc .rels li {
  margin: 0px;
  padding-left: 8px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
}
.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0px 0px 0px 40px;
}
.contentArticleDoc .tags div a {
  padding-right: 8px;
}
.contentArticleDoc .back {
  text-align: center;
}
.contentArticleDoc .back a {
  display:block;
  width:200px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #999999;
  background-color: #ececec;
}

.contentArticleDoc .body h2 {
  border-left:10px solid #4a8000;   
  border-bottom:1px solid #4a8000;   
  padding:  5px 0px 5px 15px;
  font-size: 125%;
  color: #4a8000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.contentArticleDoc .body h3 {
  border-left:7px solid #4a8000;   
  padding:  2px 0px 2px 15px;
  font-size: 100%;
  color: #4a8000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.contentArticleDoc .body h4 {
  border-bottom:1px solid #4a8000;   
  padding:.2px 0px 2px 15px;
  font-size: 100%;
  color: #4a8000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}


/* docs ichiran
----------------------------------------------- */
.contentPortalCategory .entries,
.contentPortalEntries .entries,
.contentArticleDocs .docs {
  margin-left: 10px;
}
.contentPortalCategory h2.date,
.contentPortalEntries h2.date,
.contentArticleDocs .docs h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentPortalCategory .entries ul,
.contentPortalEntries .entries ul,
.contentArticleDocs .docs ul {
  margin: 0px 0px 25px 7px;
}
.contentPortalCategory .entries li,
.contentPortalEntries .entries li,
.contentArticleDocs .docs li {
  margin: 0px;
  padding: 0px 0px 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

/* group-portal
----------------------------------------------- */
.contentPortalCategory .category h2 {
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}
.contentPortalCategory .category .children {
  margin: 0px 0px 15px 0px;
}
.contentPortalCategory .category .children a {
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

/* address
----------------------------------------------- */
.contentArticleDoc .body ul {
  list-style-type: disc
}
.inquiry {
  clear: both;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  color: #333333;
}
.inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-size: 110%;
  font-weight: bold;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
  margin-bottom: 3px;
}
.top,.middle {
  margin-bottom: 0px;
}
.department,.section,.tel,.fax {
  margin-right: 10px;
}

/* =========================================================
    recent Docs
========================================================= */
.contentArticleRecentDocs .docs {
  margin-left: 10px;
}
.contentArticleRecentDocs .docs h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0 5px 10px;
  background-color: #CFE65E;
  font-weight: bold;
}
.contentArticleRecentDocs .docs ul {
  margin: 0px 0px 25px 7px;
}
.contentArticleRecentDocs .docs li {
  margin: 0px;
  padding: 0px 0px 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: 0px 7px;
  background-repeat: no-repeat;
}

/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0px 6px;
}
.pagination span.current {
  padding: 0px 3px;
  font-size: 150%;
  font-weight: bold;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle .pieceHeader {
}
#recentDocsTitle h2 {
  height: 30px;
  background-image: url(./images/ttl-shintyaku.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 120%;
  text-indent: -9999px;
}
/* RSS Atom
----------------------------------------------- */
.feed {
  float: right;
  position: relative;
  top: -29px;
  right: 10px;
  height: 13px;
  background-color: transparent;
}
.feed a.feedRss {
  display: inline-block;
  width: 45px;
  height: 18px;
  background-image: url(./images/btn_rss.gif);
  background-repeat: no-repeat;
  text-indent: 50px;
  overflow: hidden;
}
.feed a.feedAtom {
  display: inline-block;
  width: 45px;
  height: 18px;
  background-image:url(./images/btn_atom.gif);
  background-repeat:no-repeat;
  text-indent: 50px;
  overflow: hidden;
}

/* For firefox2 */
.feed a.feedAtom,y:-moz-any-link,
.feed a.feedRss,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 13px;
}
.links {
  text-align: right;
}

/* SideMenu
----------------------------------------------- */
#menu .pieceBody li {
  margin: 0px;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  background-color: #EDF4E8;
  border: 1px solid #C9DCBA;
  margin: 10px 0px;
  padding: 10px;
}
.contentArticleTags .search td {
  padding: 0px 15px 0px 5px;
}
.contentArticleTags .search td input {
  width: 140px;
}
.contentArticleTags .search td.submitters input {
  width: 70px;
  font-size: 100%;
}
.contentArticleTags .hit {
  padding: 5px 0px 5px 10px;
  background-color: #53A600;
  border: 1px solid #53A600
  font-size: 110%;
  font-weight: bold;
  color: #ffffff;
}
.contentArticleTags li {
  margin: 0px;
  padding: 0px 0px 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentArticleTags ul {
  padding: 10px 5px 25px 5px;
}

