/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://s-jiyudai.org/mt/mt-static/support/themes/JapaneseStyle/JapaneseStyle.css);
/* end StyleCatcher imports */
body { /* 全体領域 */
  background-color: #ffffff;
  }
#banner {
  background-image:url(banner.jpg);
  background-repeat:repeat-x;
  height: 158px;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #BEC4DA;
  }
#banner h1,
#banner p { /* サイト名 */
  font-size:12px;
  font-weight:bold;
  position: absolute;
  top: 30px;
  width: 410px;
  line-height: 30px;
  text-align: right;
  left: 30px;
  }

div.m_page #content {
  padding-top:30px;
  background-image:url(up_bar.gif);
  background-repeat:no-repeat;
  background-position: 20px 5px;
  }
#content #bdes p { /* ブログ説明文章 */
  line-height:160%;
  background:url(middle_bar.gif) repeat-y;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  color: #FFFFFF;
  }
#mobile {
  background:url(http://s-jiyudai.org/m_banner.gif);
  }
#side dl.side-catlist dd a { /* エントリー名 */
  text-decoration:none;
  display:block;
  padding-left: 20px;
  background-image: url(side-dd.gif);
  background-repeat: no-repeat;
  background-color: #034b3f;
  margin-top: 1px;
  margin-right: 5px;
  margin-bottom: 1px;
  margin-left: 5px;
  border: 1px solid #000000;
  }

