@charset "UTF-8";
@import "../emergency/style.css";
@import "../base/init.css";
@import "../base/style.css";
@import "../piece/style.css";

/* =========================================================
   TOP
========================================================= */

/* common banner
----------------------------------------------- */
#commonBanner h1 {
  float: left;
  width: 355px;
  height: 105px;
}
#commonBanner h1 a {
  display: block;
  width: 355px;
  height: 0px !important;
  height /**/: 105px; /* gokanmode */
  padding-top: 105px;
  overflow: hidden;
  outline: 0;
}
/* docs
----------------------------------------------- */
#recentDocs li {
  padding: 0px 0px 5px 10px;
  background-image: url(./images/ic-list-shinchaku.gif);
  background-repeat: no-repeat;
  background-position: left 5px;
}
#recentDocs .pieceBody {
  padding: 0px 5px 5px 5px;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle .pieceHeader {
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
#recentDocsTitle h2 {
  height: 30px;
  background-image: url(./images/tl-shinchaku.gif);
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/* RSS Atom
----------------------------------------------- */
#recentDocs .feed {
  float: right;
  position: relative;
  top: -27px;
  right: 10px;
  height: 13px;
  background-color: transparent;
}
#recentDocs .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;
}
#recentDocs .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 */
#recentDocs .feed a.feedAtom,y:-moz-any-link,
#recentDocs .feed a.feedRss,x:-moz-any-link {
  display: -moz-inline-box;
  padding-top: 13px;
}
#recentDocs .links {
  text-align: right;
}
/* top-photo
----------------------------------------------- */
#topPhoto {
  background-image: url("./images/top-image.jpg");
  background-repeat: no-repeat;
  margin-bottom: 0px;
  height: 290px;
}
#topPhoto .pieceBody {
  overflow: hidden;
  padding-left: 10px;
  padding-top: 215px;
  margin-bottom: 20px;
  width: 535px;
  font-size: 12px;
}
#topPhoto .pieceBody a {
  display: inline-block;
  margin-right: 7px;
}
/* support
----------------------------------------------- */
#support {
  padding: 0 10px;
  width: 180px;
  background-color: #F5F5F5;
}
#support a {
  display: inline-block;
  margin: 0 0 7px;
}
#support p {
  margin-top: 5px;
}
/* osskit-banner
----------------------------------------------- */
#osskitBanner {
  padding: 0 10px;
}
#osskitBanner a {
  display: inline-block;
}

/* topic
----------------------------------------------- */
#topic {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-color: #F5F5F5;
}
#topic .pieceHeader {
  background-image: url(./images/bg-shinchaku-repeat.gif);
  background-position: left top;
  background-repeat: repeat-x;
  line-height: 28px;
}
#topic .pieceHeader h2 {
  background-image: url("./images/tl-pickup.gif");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #333347;
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  padding-left: 10px;
}
#topic .pieceBody{
  padding: 10px;
}
#topic img {
  float: left;
}
#topic h3 {
  margin-bottom: 5px;
  padding-left: 230px;
  color: #333366;
  font-weight: bold;
}
#topic p {
  padding-left: 230px;
}
#topic .next {
  margin-top: 20px;
  text-align: right;
}

