﻿/**キービジュアル↓特に変えるところはなし**/
#TOP_CONTENTS h1.top a{
    background-image:url('image/header01.jpg');
    text-indent:-9999px;
    }

#SIDE_CONTENTS h1.next {
    background-image:url('image/header01.jpg');
    text-indent:-9999px;
    }

#SIDE_CONTENTS h1 a{
    background-image:url('image/shop.gif');
    text-indent:-9999px;
}

/**h2背景色個別指定**/
h2.post-title,
h2.entry-title,
h2.h2-PickUp,
h2.h2-WhatsNew {
    background-color:#dcdcc8;
}

