        
@charset "utf-8";

/********************
ヘッダー部分
*********************/
div#header{
  height: 390px;
  margin-bottom: 32px;
  background-color: ;
  background-image: url();
  
  color: ;
    }
    
div#header a {
  text-decoration: none;
  color: ;
}

/********************
背景部分
*********************/
body {
    background-color: #808080;
    background-repeat: repeat;
}

/********************
メイン部分
*********************/
div#contents div#contents_main{
  display: inline;
  margin: 0 8px;
  color:#000000;
}

div#contents div#contents_main a{
    text-decoration: underline;
    color:#000000;
}

#footer{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCCCCC;
    color:#000000;
    }
    
#footer a{
    color:#000000;
    text-decoration: underline;
}

div#goto_top a{
  color:#000000;
}

div#contents div#contents_main.archive h4 a{
    color:#000000;
    font-weight: bold;
}

div#contents div#contents_main dl.block_point dt{
    clear: both;
    padding: 14px 34px 9px 43px;
    color: #000000;
    font-weight:bold;
    font-size: 16px;
    line-height:1.5em;
    background-repeat: no-repeat;
    background-position: right bottom;
    }
    
div#contents div#contents_main h3{
    clear: both;
    padding: 14px 34px 9px 43px;
    color: #000000;
    font-weight:bold;
    font-size: 16px;
    line-height:1.5em;
    background-image: url(/wp-content/themes/Customize_2column/images/green_leaf_main_2column.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    }
    
div#wrapper{
    background-color: #ffffff;
    background-repeat: repeat;
}

/********************
左サイドバー部分
*********************/
div#contents div.sidebar#right_side_bar {
    color: #000000;
}

div#contents div.sidebar#right_side_bar a{
    color: #000000;
}

div#contents div.sidebar#right_side_bar div.bg_widget_top h4{
    color: #000000;
}

div#contents div.sidebar .left-side-block{
    background-color: #ffffff;
    background-repeat: repeat;
}

/********************
メイン見出しデザイン
*********************/
#contents_main .titledesign_default {
  background-image: url(/wp-content/themes/Customize_2column/images/green_leaf_main_2column.png);
}

/********************
左サイドバー見出しデザイン
*********************/
div#right_side_bar .titledesign_default {
  background-image: url(/wp-content/themes/Customize_2column/images/green_leaf_side.png);
}

/********************
商品詳細画面テーブルタグ部分
*********************/
table.product-detail {
  width: 370px;
  margin: 0 auto 20px;
  border-collapse: collapse;
  border-spacing: 0px;
  border-left: 1px solid #000000;
  border-top: 1px solid #000000;
  font-size: 12px;
}

table.product-detail th {
  width: 104px;
  padding: 3px 6px;
  font-weight: bold;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

table.product-detail td {
  padding: 3px 6px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
