/* Base */
@import url(http://static.lekumo.jp/.shared-tpjbiz/themes/common/base-weblog.css);




/* Theme */
@import url(http://static.lekumo.jp/.shared-tpjbiz/themes/vox/basic-grid-black/screen.css);


/* Custom */
/* CSSを直接入力して保存できます */


/* ブログのバナー背景部分に画像を指定

/* Custom */
div#banner {
  background: url(http://marugotonemuro.lekumo.biz/marugotonemurocom/img/banner_01.jpg) no-repeat;
  height: 350px;
}

#banner-inner { overflow: visible; padding: 0; }

#banner-header
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#banner-header a
{
  display: block;
  left: 0;
  top: 0;
  height: 125px;
  text-indent: -1000em;
}

#banner-description
{
  overflow: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -1000em;
}



/* カラム幅の変更  2015/02/21  */

 .layout-two-column-left #container
 {
         width: 940px;
 }

 .layout-two-column-left #alpha
 {
         width: 260px;
 }

 .layout-two-column-left #beta
 {
         width: 680px;
 }







