@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   category
========================================================= */

/* side-link
----------------------------------------------- */
#attributeList .pieceHeader {
  height: 25px;
  background-image: url(./images/tl-kakuzokusei.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

/* shinchaku-ichiran
----------------------------------------------- */
.contentArticleAttribute .latest {
  margin-bottom: 30px;
  padding: 0px;
  background-image: url(./images/tl-shinchaku-repeat.gif);
  background-repeat: repeat-x;
  background-position: left top;
}
.contentArticleAttribute .latest h2 {
  background-image: url("./images/tl-news02.gif");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 8px 0 3px;
  text-indent: -9999em;
  margin: 0 0 5px;
}
}
.contentArticleAttribute ul {
  padding: 0 5px;
}
.contentArticleAttribute li {
  padding: 0 0 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
.contentArticleAttribute h3 {
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  background-color: #DDF7FF;
  color: #333333;
  font-weight: bold;
  font-size: 120%;
}
.more {
  padding: 0 5px 10px 0;
  text-align: right;
}

/* shinchaku-ichiran
----------------------------------------------- */
.attribute {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px 0 20px;
  background-color: #e3f5ff;
}
.attributeNyusatsu {
  background-image: url(./images/ic-nyusatsu.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeSaiyo {
  background-image: url(./images/ic-saiyo.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeShikakushiken {
  background-image: url(./images/ic-kakusyushikakushiken.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeBosyu {
  background-image: url(./images/ic-bosyu.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeEvent {
  background-image: url(./images/ic-event.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attributeKyoka {
  background-image: url(./images/ic-kakusyushikakushiken.gif);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}
.attribute h2 {
  padding: 0 0 5px 70px;
}
.attribute .explain {
  margin-left: 70px;
}
.attributeSaiyo,
.attributeBosyu,
.attributeKyoka {
  margin-left: 15px;
}

/*RssAtom
------------------------------------------------*/
.latest .feed {
  height: 13px;
  right: 10px;
  position: absolute;
  top: 10px;
}
.latest .feed a.feedRss {
    background-image: url("./images/bt-rss.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    overflow: hidden;
    text-indent: 50px;
    width: 40px;
}
.latest .feed a.feedAtom {
    background-image: url("./images/bt-atom.gif");
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    overflow: hidden;
    text-indent: 50px;
    width: 40px;
}
.latest {
   position: relative;
}
/* pageTitle
----------------------------------------------- */
#pageTitle .pieceBody {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 8px 0 7px 10px;
}
#links {
  display: none;
}