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




/* Theme */
@import url(http://static.dcnblog.jp/.shared-asp05/themes/walt/theme-curves_green.css);


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

div#banner
{
  background:  #FFFFFF;
  background-image: url(http://acsysun.dcnblog.jp/unsbodycare/header_top1.jpg); 
  background-repeat: no-repeat;
  background-position: left;
  text-align: right;
}

/* バナー部分の中身 */

div#banner-inner {}
div#banner-inner h1#banner-header {
 color: #000000;
}
div#banner-inner h2#banner-description {
 color: #000000;
  font-size: 18px}

/* ページの各部分の指定 */

body {}
div#container {}
div#container div#container-inner{}
div#pagebody {}
div#pagebody div#pagebody-inner {}

div.entry {}
div.entry h3.entry-header {}
div.entry div.entry-content {}
div.entry div.entry-content div.entry-body {}
div.entry p.entry-footer {}

/* レイアウト毎に異なる指定 */
/* １カラム */
body.layout-one-column div#alpha {}
body.layout-one-column div#alpha-inner {}
/* ２カラム （左サイドバー = alpha | 本文 = beta） */
body.layout-two-column-left div#alpha {}
body.layout-two-column-left div#alpha-inner {}
body.layout-two-column-left div#beta {}
body.layout-two-column-left div#beta-inner {}

/* ２カラム （本文 = alpha | 右サイドバー = beta） */
body.layout-two-column-right div#alpha {}
body.layout-two-column-right div#alpha-inner {}
body.layout-two-column-right div#beta {}
body.layout-two-column-right div#beta-inner {}

/* ３カラム （左サイドバー = alpha | 本文 = beta | 右サイドバー = gamma) */
body.layout-three-column div#alpha {}
body.layout-three-column div#alpha-inner {}
body.layout-three-column div#beta {}
body.layout-three-column div#beta-inner {}
body.layout-three-column div#gamma {}
body.layout-three-column div#gamma-inner {}

/* サイドバー・モジュールの指定 */
div.module {}
div.module h2.module-header {}
div.module div.module-content {}
div.module-content ul.module-list {}
div.module-content ul.module-list li.module-list-item {}






