@charset "UTF-8";
@import "base.css";
@import "piece.css";
@import "layout.css";
@import "top.css";


/* wrapper
----------------------------------------------- */
#wrapper {
  height: 100%;
}

*html #wrapper {
  margin-left: 5px;
}


/* main
----------------------------------------------- */
#main {
  height: 100%;
  margin: 5px auto 0 auto;
  padding-left: 0px;
}

/* content(中央カラム)
----------------------------------------------- */
#content {
  float: right;
  width: 585px;
  height: 100%;
  margin-bottom: 20px;
  padding: 0 0 0 0;
  background-color: #ffffff;
}
#contentContainer {
  width: 585px;
  height: 100%;
}
#contentBody {
  width: 585px;
  height: 100%;
}
.contentPage .body {
  width: 575px;
  height: 100%;
  padding: 0 0 0 10px;
  line-height: 1.4;
}


/* left-menu
----------------------------------------------- */
#leftMenu .pieceBody ul {
  border: 1px solid #aaaaaa;
  padding: 0px;
  margin: 0px;
  background-color: #f5f5f5;
}
#leftMenu .pieceBody ul {
  border-bottom: none;
}

#links ul,
#menu ul {
  padding: 5px 0px 0px 0px;
}
#links li,
#menu li {
  padding: 0px 0px 0px 0px;
}

#leftMenu  li {
  padding: 0px 0px 0px 0px;
  background-image: url(./images/ic-sidemenu01.gif);
  background-position: left top;
  background-repeat: no-repeat;
  border-bottom: 1px solid #aaaaaa;
  line-height: 30px;
}
#leftMenu li a {
  display: block;
  width: 162px;
  heigth: 28px;
  padding-left: 16px;
}
#leftMenu li a:hover {
  background-image: url(images/ic-sidemenu02.gif);
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #ffebf0;
}


/* page-title
----------------------------------------------- */
.piece {
  margin-bottom: 0px;
}
#contentTitle .pieceContainer {
  margin: 0px;
  padding: 0px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #90cded;
}
#contentTitle .pieceBody {
  background-image: url(images/tl-pagetitle.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
#contentTitle h1 {
  padding: 0px 0px 0px 26px;
  font-size: 200%;
  font-weight: bold;
  line-height: 60px;
}
#pageTitle  {
  margin-bottom: 5px;
}

#pageTitle .pieceBody {  
  background-image: url(images/tl-contens-bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
}
#pageTitle .pieceBody h1 {  
  padding-left: 13px;
}

#pageTitle .pieceContainer {
  background-image: url(images/tl-contens-top.gif);
  background-position: left top;
  background-repeat: repeat-x;
  line-height: 34px;
}

/* content
----------------------------------------------- */
#contentBody .contentPage .body ul {
  padding: 0px 12px 0px 10px;
  line-height: 130%;
}
#contentBody .contentPage .body li {
  background-image: url(images/ic-list.gif);
  background-position: left 3px;
  background-repeat: no-repeat;
  padding: 0px 0px 6px 12px;
}
.contentArticleAttribute {
  padding: 0px 12px 0px 10px;
  line-height: 130%;
}


/* RSS,Atom
----------------------------------------------- */
.latest h2, .unit {
  display: none;
}
.feed {
  float: right;
  height: 13px;
  position: relative;
  right: 0px;
  background-color: transparent;
  top: -25px;
}
.feed li {
  display: inline;
  padding: 0 !important;
  background: none !important;
}
.feed a.feedAtom, y:-moz-any-link, .feed a.feedRss, x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 13px;
  
}
.feed a.feedRss {
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image: url("./images/bt-rss.gif");
  background-repeat: no-repeat;
  overflow-x: hidden;
  overflow-y: hidden;
  text-indent: 50px;
}
.feed a.feedAtom {
  display: inline-block;
  width: 40px;
  height: 13px;
  background-image: url("./images/bt-atom.gif");
  background-repeat: no-repeat;
  overflow-x:hidden;
  overflow-y:hidden;
  text-indent:50px;
}
.more {
  text-align:right;
}
.contentGpCategory .docs ul,
.latest ul {
  padding: 0 20px 0 0px;
}
.contentGpCategory .docs ul li,
.latest li {
  padding-left: 10px;
  background-image: url("./images/ic-list.gif");
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 1.5;
}




/* 見出し
----------------------------------------------- */
.contentPage .body h3 {
  margin: 10px 0 5px 0;
  border-bottom: 2px solid #4ec5f2;
}
.contentPage .body h3 a {
  text-decoration: none;
}
.contentPage .body h4 {
  font-size: 100%;
  padding-left: 12px;
  margin-bottom: 6px;
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  clear: both;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px; 
  background-image: url(images/bg-pagetitlekage.gif);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 1.3;
}
#breadCrumbs .pieceBody {
  padding: 10px 0px 0px 10px;
}
#breadCrumbs .direction {
  margin: 0px;
}

#pageTop {
  text-align: right;
}
tr, td {
  padding: 5px;
}

/* other
----------------------------------------------- */
.contentArticleRecentDocs .docs {
  padding-left: 10px;
}
.contentArticleRecentDocs .date {
  margin-top: 10px;
}
.contentArticleRecentDocs .docs li {
    background-image: url("./images/ic-list.gif");
    background-position: left 0.6em;
    background-repeat: no-repeat;
    line-height: 1.5;
    padding-left: 10px;
}

