@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentArticleDoc .header {
  margin: 0;
  padding: 0;
  height: 49px;
  background-image: url(./images/tl-pegetitle-repeat.png);
  background-repeat: repeat-x;
  background-position: left top;
  margin-bottom: 20px;
}
.contentArticleDoc .header h1 {
  float: left;
  background-image: url(./images/tl-pagetitle.png);
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 150%;
  text-align: left;
  padding: 8px 0 4px 26px;
}
.contentArticleDoc .header .publishedAt {
  float: right;
  text-align: right;
  margin-top: 20px;
  margin-right: 10px; 
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0 20px;
  clear: both;
}
.contentArticleDoc .body h2 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 20px;
  background-image: url(./images/tl-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #257DB7;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
}
.contentArticleDoc .body h3 {
background-color: #e3f0fa;
margin-bottom: 10px;
padding: 5px 5px 2px 14px;
color: #257DB7;
font-weight: bold;
font-size: 120%;
}
.contentArticleDoc .body h4 {
background-color: #fae3e7;
margin-bottom: 10px;
padding: 5px 5px 2px 14px;
color: #bb2541;
font-weight: bold;
font-size: 120%;
}

.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  background-color: #f1f1f1;
	margin-bottom: 10px;
	padding: 5px 5px 2px 14px;
	color: #333333;
	font-weight: bold;
	font-size: 120%;
}
.contentArticleDoc .rels li {
  margin: 0;
  padding-left: 8px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 7px;
}
.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0 0 0 40px;
}
.contentArticleDoc .tags div a {
  padding-right: 8px;
}
.contentArticleDoc .back {
  clear: both;
  text-align: center;
}
.contentArticleDoc .back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999999;
  background-color: #ececec;
}

/* docs ichiran
----------------------------------------------- */
.contentPortalCategory .entries,
.contentPortalEntries .entries,
.contentArticleDocs .docs {
  margin-left: 10px;
}
.contentPortalCategory h2.date,
.contentPortalEntries h2.date,
.contentArticleDocs .docs h2 {
  margin: 0 0 5px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentPortalCategory .entries ul,
.contentPortalEntries .entries ul,
.contentArticleDocs .docs ul {
  margin: 0 0 25px 7px;
}
.contentPortalCategory .entries li,
.contentPortalEntries .entries li,
.contentArticleDocs .docs li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}

/* group-portal
----------------------------------------------- */
.contentPortalCategory .category h2 {
  margin: 0 0 0 10px;
  padding: 0 0 5px 8px;
  background-image: url(./images/ic-list.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.contentPortalCategory .category .children {
  margin: 0 0 15px;
}
.contentPortalCategory .category .children a {
  margin: 0 0 0 20px;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0px 7px;
}

/* address
----------------------------------------------- */
.contentArticleDoc .body ul {
  list-style-type: disc;
}
.inquiry {
  clear: both;
  margin: 0 0 20px;
  padding: 5px 10px;
  color: #333333;
  border: solid 1px #ffd996;
  background-color: #fefff5;
}
.inquiry h2 {
  margin-bottom: 5px;
  background-image: none;
  font-weight: bold;
  font-size: 110%;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
.top,.middle {
  margin-bottom: 0;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}

/* =========================================================
    recent Docs
========================================================= */
.contentArticleRecentDocs .docs {
  margin-left: 10px;
}
.contentArticleRecentDocs .docs h2 {
  margin: 0 0 5px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  font-weight: bold;
}
.contentArticleRecentDocs .docs ul {
  margin: 0 0 25px 7px;
}
.contentArticleRecentDocs .docs li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: 0 7px;
}

/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0 6px;
}
.pagination span.current {
  padding: 0 3px;
  font-weight: bold;
  font-size: 150%;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle .pieceHeader {
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
#recentDocsTitle h2 {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  background-image: url(./images/tl-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left top;
  color: #ffffff;
  font-weight: bold;
  font-size: 120%;
}

/* RSS Atom
----------------------------------------------- */
.feed {
  float: right;
  position: relative;
  top: -31px;
  right: 10px;
  height: 13px;
  background-color: transparent;
}
.feed a.feedRss {
  display: inline-block;
  width: 40px;
  height: 13px;
  overflow: hidden;
  background-image: url(./images/bt-rss.gif);
  background-repeat: no-repeat;
  text-indent: 50px;
}
.feed a.feedAtom {
  display: inline-block;
  width: 40px;
  height: 13px;
  overflow: hidden;
  background-image:url(./images/bt-atom.gif);
  background-repeat:no-repeat;
  text-indent: 50px;
}
.links {
  text-align: right;
}

/* SideMenu
----------------------------------------------- */
#menu .pieceBody li {
  margin: 0;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #dddddd;
  background-color: #e3f0fa;
}
.contentArticleTags .search td {
  padding: 0 15px 0 5px;
}
.contentArticleTags .search td input {
  width: 140px;
}
.contentArticleTags .search td.submitters input {
  width: 70px;
  font-size: 100%;
}
.contentArticleTags .hit {
  padding: 5px 0 5px 10px;
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
}
.contentArticleTags li {
  margin: 0;
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentArticleTags ul {
  padding: 10px 5px 25px;
}


