@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   Doc
========================================================= */

/* docs
----------------------------------------------- */
/*
.contentArticleDoc .header {
  border-top: 1px solid #232f92;
  border-bottom: 1px solid #232f92;
  background-color: #e3f0fa;
}
*/
.contentArticleDoc .header h1 {
    font-size: 160%;
    font-weight: bold;
    text-align: left;
    color: #262D88;
    padding: 25px;
    background-image: url(./images/h1.jpg);
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size: 100% 100%;
}
.contentArticleDoc p {
  line-height:1.5em;
  width:680px;
}
.contentArticleDoc .header .publishedAt {
  text-align: right;
  border-bottom: 1px dotted #999999;
  margin-bottom:10px;
}
.contentArticleDoc td p {
  width:auto;
}
.contentArticleDoc table,.contentArticleDoc th,.contentArticleDoc td {
  border: solid 1px #333333;
  border-collapse: collapse;
  padding:4px;
}
table .toumei,th .toumei,td .toumei{
  border: solid 1px transparent;
  border-collapse: collapse;
  padding:4px;
}
td .iconFile,td .iconDefault {
  padding: 12px 5px 12px 42px;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/default.gif);
  background-position:5px 10px;
  line-height: 3.3;
}
td .iconBmp,
td .iconCsv,
td .iconDoc,
td .iconDocx,
td .iconGif,
td .iconJpg,
td .iconJpe,
td .iconJpeg,
td .iconJtd,
td .iconLzh,
td .iconPdf,
td .iconPng,
td .iconPpt,
td .iconTxt,
td .iconXls,
td .iconXlsx,
td .iconZip {
  display:block;
  width:500px;
  border:0;
  padding:10px 0 10px 50px;
  margin:0;
}
td .iconBmp {
  background-image: url(/_common/images/icons/bmp.gif);
}
td .iconCsv {
  background-image: url(/_common/images/icons/csv.gif); 
}
td .iconDoc,td .iconDocx {
  background-image: url(/_common/images/icons/doc.gif); 
}
td .iconGif {
  background-image: url(/_common/images/icons/gif.gif); 
}
td .iconJpg {
  background-image: url(/_common/images/icons/jpg.gif); 
}
td .iconJpe {
  background-image: url(/_common/images/icons/jpg.gif); 
}
td .iconJpeg {
  background-image: url(/_common/images/icons/jpg.gif); 
}
td .iconJtd {
  background-image: url(/_common/images/icons/jtd.gif); 
}
td .iconLzh {
  background-image: url(/_common/images/icons/lzh.gif); 
}
td .iconPdf {
  background-image: url(/_common/images/icons/pdf.gif); 
}
td .iconPng {
  background-image: url(/_common/images/icons/png.gif); 
}
td .iconPpt {
  background-image: url(/_common/images/icons/ppt.gif); 
}
td .iconTxt {
  background-image: url(/_common/images/icons/txt.gif); 
}
td .iconXls,td .iconXlsx {
  background-image: url(/_common/images/icons/xls.gif);
}
td .iconZip {
  background-image: url(/_common/images/icons/zip.gif); 
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0;
}
.contentArticleDoc h2,
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2{
  margin-top:20px;
  margin-bottom:5px;
  padding: 12px 0px 0px 12px;
  font-weight: bold;
  color:#ffffff;
  width:704px;
  height:42px;
  background-image: url(/_common/themes/joruri/doc/images/h2.jpg );
  background-repeat: no-repeat;
}
.contentArticleDoc h3,
.contentArticleDoc .maps h3,
.contentArticleDoc .rels h3,
.contentArticleDoc .tags h3 {
  margin-top:20px;
  margin-bottom:5px;
  padding: 8px 0px 0px 20px;
  font-weight: bold;
  color:#333333;
  width:704px;
  height:42px;
  background-image: url(/_common/themes/joruri/doc/images/h3.jpg);
  background-repeat: no-repeat;
}
.contentArticleDoc h4,
.contentArticleDoc .maps h4,
.contentArticleDoc .rels h4,
.contentArticleDoc .tags h4 {
  margin-top:20px;
  margin-bottom:5px;
  padding: 8px 0px 0px 20px;
  font-weight: bold;
  font-size:14px;
  color:#666666;
  width:698px;
  height:36px;
  background-image: url(/_common/themes/joruri/doc/images/h4.gif);
  background-repeat: no-repeat;
}
.contentArticleDoc .rels li {
  margin: 0px;
  padding-left: 8px;
  width:704px;
  height:42px;
  background-image: url(./images/h2.jpg);
  background-repeat: no-repeat;
}
.contentArticleDoc ul,
.contentArticleDoc ol {
  margin: 0px 0px 0px 40px;
}
.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;
  font-size: 110%;
  font-weight: bold;
  color:#333333;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
.top,.middle {
  margin-bottom: 0px;
}
.department,.section,.tel,.fax {
  margin-right: 10px;
}
.contentArticleDoc .inquiry table,
.contentArticleDoc .inquiry th,
.contentArticleDoc .inquiry td{
  border:0;
}

/* =========================================================
    recent Docs
========================================================= */
.contentArticleRecentDocs .docs {
  margin-left: 10px;
}
.contentArticleRecentDocs .docs h2 {
  margin: 0px 0px 5px 0px;
  padding: 5px 0 5px 10px;
  background-color: #e3f0fa;
  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: 42px;
  line-height: 42px;
  margin-bottom: 10px;
  padding-left: 10px;
  background-image: url(./images/h2.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 120%;
  font-weight: bold;
  color: #ffffff;
}
/* RSS Atom
----------------------------------------------- */
.feed {
  float: right;
  position: relative;
  right: 10px;
  height: 13px;
  top: -45px;
  background-color: transparent;
}
.feed a.feedRss {
  display: inline-block;
  width: 45px;
  height: 23px;
  background-image: url(./images/c_rss.jpg);
  background-repeat: no-repeat;
  text-indent: 50px;
  overflow: hidden;
}
.feed a.feedAtom {
  display: inline-block;
  width: 50px;
  height: 23px;
  background-image:url(./images/c_atom.jpg);
  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;
}
.links {
  text-align: right;
}

/* SideMenu
----------------------------------------------- */
#menu .pieceBody li {
  margin: 0px;
}

/* =========================================================
    tag search
========================================================= */
.contentArticleTags .search {
  margin: 10px 0px;
  padding: 10px;
  background-color: #e3f0fa;
  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;
}

#tag-title h1{
  width:950px;
  background-image: url(./images/h1long.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top:12px;
}