@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentGpArticleDoc .header {
  margin-bottom: 30px;
  padding: 10px;
  border-top: 1px solid #a4c6d9;
  border-bottom: 1px solid #a4c6d9;
  background-color: #eaf4f6;
}
.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 #0086ca;
  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;
}

/* address
----------------------------------------------- */
.contentGpArticleDoc .body ul {
  list-style-type: disc;
  margin: 0px 0px 0px 3em;
}
.contentGpArticleDoc .body ol {
  margin: 0px 0px 0px 3em;
}
.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;
}

/* =========================================================
    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: #eaf4f6;
  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-repeat.gif);
  background-repeat: repeat-x;
  background-position: right top;
}
#recentDocsTitle h2 {
  height: 30px;
  padding: 0px 10px 0px 25px;
  background-image: url(./images/tl-shinchaku.gif);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 130%;
  font-weight: bold;
  line-height: 30px;
}
/* RSS Atom
----------------------------------------------- */
.feed {
  float: right;
  position: relative;
  top: -27px;
  right: 10px;
  height: 13px;
  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 .pieceBody li {
  margin: 0px;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  background-color: #eaf4f6;
  border: 1px solid #b3cad2;
  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: #0060d7;
  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 5px 5px;
}
.search table {
  border:none;
}

/* =========================================================
    doc
========================================================= */
.leftimg {
  float: left;
  margin: 0px 10px 10px 0px;
}
.rightimg {
  float: right;
  margin: 0px 0px 10px 10px;
}
.imgcle {
  clear: both;
  font-size: 0px;
}
.contentGpArticleDoc .body table.border {
  border-collapse: collapse;
}
.border th {
  padding: 3px 5px;
  border: 1px solid #333333;
  background-color: #e3f5ff;
}
.border td {
  padding: 5px;
  border: 1px solid #333333;
}
tr.midashi td {
  background-color: #0086ca;
  color: #ffffff;
  text-align: center;
}
table.border td span {
  padding: 2px 3px;
  background-color: #E3F5FF;
}


/* midashi
----------------------------------------------- */
.contentGpArticleDoc .body h2,
.contentPage .body h2 {
  padding: 5px 10px;
  background-color: #0086ca;
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
}
.contentGpArticleDoc .body h3,
.contentPage .body h3 {
  padding: 3px 10px;
  background-color: #e3f5ff;
}

/* goriyouannai
----------------------------------------------- */

#page-docs-2010112200067-index table {
  border: medium none;
  margin: 5px 0;
  width: 100%;
}
#page-docs-2010112200067-index td {
  border: medium none;
  padding: 5px;
}
#page-docs-2010112200067-index .info-bg {
  background-color: #ECECEC;
}
#page-docs-2010112200067-index td.info-icon {
  text-align: center;
  width: 30px;
}
#page-docs-2010112200067-index td.info-furigana-icon {
  text-align: center;
  width: 130px;
}
#page-docs-2010112200067-index td.info-yomiage-icon {
  text-align: center;
  width: 100px;
}

