@charset "UTF-8";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";
@import "../doc/style.css";

/* =========================================================
   category
========================================================= */

/* side-link
----------------------------------------------- */
#relationLink .pieceHeader {
  margin-bottom: 5px;
}
#relationLink .pieceBody li {
  height: 25px;
  padding-left: 9px;
  background-image: url(/ccell/img/kamikatsu/ic-list.gif);
  background-position: left 8px;
  background-repeat: no-repeat;
}

/* zokusei-top
----------------------------------------------- */
.attribute {
  width: 99%;
  margin-bottom: 10px;
  padding: 15px 0px 20px 0px;
  background-color: #f5f5f5;
}
.attribute h2 {
  margin: 0 0 6px 0;
  padding: 0 0 0 20px;
}
.attribute .explain {
  margin-left: 20px;
}

/* pagination
----------------------------------------------- */
.pagination {
  text-align: center;
}
.pagination a {
  padding: 0px 6px;
}
.pagination span.current {
  padding: 0px 3px;
  font-size: 150%;
  font-weight: bold;
}

/* RSS Atom
----------------------------------------------- */
.latest {
  position: relative;
  width: 540px;
}
.feed {
  float: right;
  position: absolute;
  top: 10px;
  right: 0px;
  height: 15px;
  *height: 15px;
  _height: 1%;
  font-size: 12px;
  *overflow: hidden;
}
.feed a.feedRss {
  display: inline-block;
  width: 55px;
  height: 15px;
  *height: 30px;
  _height: 15px;
  margin-bottom: 5px;
  background-image: url(/ccell/img/kamikatsu/bt-rss.gif);
  background-repeat: no-repeat;
  text-indent: 70px;
  overflow: hidden;
}
.feed a.feedAtom {
  display: inline-block;
  width: 55px;
  height: 15px;
  *height: 30px;
  _height: 15px;
  margin-bottom: 5px;
  background-image:url(/ccell/img/kamikatsu/bt-atom.gif);
  background-repeat:no-repeat;
  text-indent: 70px;
  overflow: hidden;
}
.latest ul {
  clear: both;
}
/* For firefox2 */
.feed a.feedAtom,y:-moz-any-link,
.feed a.feedRss,x:-moz-any-link {
  display: -moz-inline-box;
}
