@charset "UTF-8";
@import "../base/style.css";
@import "../base/init.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentGpArticleDoc .header {
  margin-bottom: 30px;
  padding: 10px;
  border-top: 1px solid #9ac7c4;
  border-bottom: 1px solid #9ac7c4;
  background-color: #f1faf9;
}
.contentGpArticleDoc .header h1 {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
.contentGpArticleDoc .header .publishedAt {
  text-align: right;
}
.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0px 20px;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0px 3px 8px;
  border-left: 4px solid #5cb8b7;
  background-color: #f1f1f1;
  font-weight: bold;
}
.contentGpArticleDoc .rels li {
  margin: 0px;
  padding-left: 8px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: left 7px;
  background-repeat: no-repeat;
}
.contentGpArticleDoc .tags div a {
  padding-right: 8px;
}
.contentGpArticleDoc .back {
  text-align: center;
}
.contentGpArticleDoc .back a {
  display: block;
  width: 95px;
  margin: 0px auto;
  padding: 3px 0px;
  border: 1px solid #999999;
  background-color: #ececec;
}
.contentGpArticleDoc .body h2 {
  font-weight: bold;
  font-size: x-large;
  line-height: 1.3;
}
.contentGpArticleDoc .body h3 {
  margin: 0px;
  padding: 0px 0px 0px 20px;
  background-image: url(./images/ic-h3.gif);
  background-repeat: no-repeat;
  background-position: left 50%;
  font-weight: bold;
  font-size: larger;
  line-height: 2;
}
.contentGpArticleDoc .body h4 {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.5;
}
.contentGpArticleDoc .body table.border {
  border: 1px solid #000000;
  border-style: auto;
  border-collapse: collapse;

}
.contentGpArticleDoc .body td {
  padding: 5px;
}
.contentGpArticleDoc .body table.borderSpacing {
  border-collapse: separate;
  border-spacing: 2px;
}


/* docs color
----------------------------------------------- */
.lightyellow {
  background-color: #ffffcc;
}
.yellow {
  background-color: #ffff99;
}
.lightblue {
  background-color: #ccffff;
}
.lightpink {
  background-color: #ffdfff;
}
.lightgreen {
  background-color: #ccffcc;
}
.lightmagenta {
  background-color: #ffcccc;
}
.lightpurple {
  background-color: #ccccff;
}
.red {
  background-color: #ff0000;
}

/* =========================================================
    recent Docs
========================================================= */
.contentArticleRecentDocs .docs {
  margin-left: 10px;
}
.contentArticleDocs .docs h2,
.contentArticleRecentDocs .docs h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0 5px 10px;
  background-color: #f1faf9;
  font-weight: bold;
}
.contentArticleDocs .docs ul,
.contentArticleRecentDocs .docs ul {
  margin: 0px 0px 25px 7px;
}
.contentArticleDocs .docs li,
.contentArticleRecentDocs .docs li {
  margin: 0px;
  padding: 0px 0px 5px 8px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-position: 0px 0.6em;
  background-repeat: no-repeat;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle .pieceHeader {
  background-image: url("./images/tl-shinchaku-bottom.gif");
  background-repeat: repeat-x;
  background-position: right top;
}
#recentDocsTitle h2 {
  height: 30px;
  margin-bottom: 10px;
  padding: 0px 10px 0px 25px;
  background-image: url(./images/tl-shinchaku-top.gif);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 130%;
  font-weight: bold;
  line-height: 30px;
}
/* RSS Atom
----------------------------------------------- */
.feed {
  float: right;
  right: 10px;
  height: 13px;
  position: relative;
  top: -27px;
  background-color: transparent;
}
.feed a.feedRss {
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image: url(./images/bt-rss.gif);
  background-repeat: no-repeat;
  text-indent: 50px;
  overflow: hidden;
}
.feed a.feedAtom {
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image:url(./images/bt-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 #attributeList .pieceHeader {
  background-image: url(./images/tl-side.gif);
  background-repeat: no-repeat;
  line-height: 25px;
}
#menu #categoryList .pieceHeader {
  background-image: url(./images/tl-side.gif);
  background-repeat: no-repeat;
  line-height: 25px;
}
#menu #areaList .pieceHeader {
  background-image: url(./images/tl-chiiki00.gif);
  background-repeat: no-repeat;
  line-height: 25px;
}
#menu .pieceBody li {
  margin: 0px;
}

/* address
----------------------------------------------- */
.contentGpArticleDoc .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;
}
.top,.middle {
  margin-bottom: 0px;
}
.department,.section,.tel,.fax {
  margin-right: 10px;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  margin: 10px 0px;
  padding: 10px;
  border: 1px solid #9ac7c4;
  background-color: #f1faf9;
}
.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: #65ccc9;
  font-size: 110%;
  font-weight: bold;
}
.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 5px 5px;
}

/* goriyouannai
----------------------------------------------- */

#page-docs-2010120700023-index table {
  border: medium none;
  margin: 5px 0;
  width: 100%;
}
#page-docs-2010120700023-index td {
  border: medium none;
  padding: 5px;
}
#page-docs-2010120700023-index .info-bg {
  background-color: #ECECEC;
}
#page-docs-2010120700023-index td.info-icon {
  text-align: center;
  width: 30px;
}
#page-docs-2010120700023-index td.info-furigana-icon {
  text-align: center;
  width: 130px;
}
#page-docs-2010120700023-index td.info-yomiage-icon {
  text-align: center;
  width: 100px;
}


