@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
.contentArticleDoc {
padding-bottom: 80px;
}


.contentArticleDoc .header {
  margin: 0 0 30px 0;
    background-image: url("/_common/themes/joruri/doc/images/bg_doch2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 101px;
}
body.dialog .contentArticleDoc .header {
background-image: url("/_common/themes/joruri/doc/images/bg_doch1.png");
}

.contentArticleDoc .header h1 {
  font-weight: bold;
  padding: 30px 10px 4px 10px;
  font-size: 190%;
  font-weight: bold;
  text-align: center;
}

.contentArticleDoc .header .publishedAt {
 margin: 0 20px 0 0;
  text-align: right;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 80px;
  padding: 0px 20px;
}

.contentArticleDoc h2{
margin: 0 0 15px 0;
padding-left: 5px;
border: 1px solid #145814;
border-left: 4px solid #145814;
background:none;
color: #333;
font-weight: bold;
}

.contentArticleDoc h3{
font-weight: bold;
margin: 0 0 15px 0;
padding: 5px;
border-bottom: 1px solid #145814;
font-size:98%;
}
.contentArticleDoc .maps h3{
border: none;
}

.contentArticleDoc h4{
margin: 0 0 15px 0;
font-weight: bold;
padding: 5px;
border-left: 4px solid #145814;
}




.contentArticleDoc p{
line-height: 1.5;
margin-bottom: 10px;
}








.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0px 3px 8px;
  border:none;
  border-left: 2px solid #145814;
  background-color: #f1f1f1;
  font-weight: bold;
}
.contentArticleDoc .rels li {
  margin: 0px;
}

.contentArticleDoc .rels li a {
    background-image: url("/_common/themes/joruri/piece/images/icon_04.png");
    background-position: left center;
    background-repeat: no-repeat;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 10px;
}

.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0px 0px 0px 20px;
}
.contentArticleDoc .tags div a {
  padding-right: 8px;
}
.contentArticleDoc .back {
  clear: both;
  text-align: center;
}
.contentArticleDoc .back a {
  display:block;
  width:95px;
  margin: 0px auto;
  padding: 3px 0px;
  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: 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;
  border: none !important;
  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;
}
.contentArticleRecentDocs .docs h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0 5px 10px;
  background-color: #D2F0B3;
  font-weight: bold;
}
.contentArticleRecentDocs .docs ul {
  margin: 0px 0px 45px 7px;
}
.contentArticleRecentDocs .docs li {
  margin: 0px;
  padding: 0px 0px 5px 10px;
    background-image: url("/_common/themes/joruri/piece/images/icon_04.png");
    background-position: left 10px;
    background-repeat: no-repeat;
    padding: 0 0 0 10px;
    line-height: 2;
}

/* 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 {
  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-position: left top;
  background-repeat: no-repeat;
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
}
/* 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 {
  margin: 10px 0px;
  padding: 10px;
  background-color: #E0F4CA;
  border: 1px solid #dddddd;
}
.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-image: url(./images/bg-shinchaku-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
  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;
}


#resultKiji .text{
width: 600px;
margin: 0 auto;
}
