body {
    font-size: 15px;
background-color : 
}

a:link, a:visited {
    text-decoration: none;
}

a:hover a:visited {
    text-decoration: underline;
}

.layout-wtt #content-inner,
.layout-twt #content-inner,
.layout-wt #content-inner,
.layout-tw #content-inner {

background-image : url(http://palpitation.jp/img/custom_content/content_01.gif);   /* 背景画像をback.jpgにする */
    background-position : left top;   /* 背景画像を左上から表示する */
    background-repeat : repeat;       /* 背景画像を繰り返し表示する */
    margin-top : 0;                   /* 上端のmarginをなくす */
    margin-bottom : 0;                /* 下端のmarginをなくす */
    padding-top : 20px;               /* 上端のmarginの代わりにpaddingを入れる */
    padding-bottom : 30px;
}

.layout-twt #alpha {
    left: 220px;
    width: 500px;
}

.layout-twt #beta {

    left: -500px;
    width: 220px;
}

.layout-twt #gamma {
    width: 220px;
}

#content {
    margin-top : 0;                   /* 上端のmarginをなくす */
    margin-bottom : 0;                /* 下端のmarginをなくす */

    background-color : ;       /* 背景色を変更 */

}
#content a:hover {
    text-decoration: underline;
}

.widget-content {
    font-size: 16px;
}


.category {
          padding : 0 0 0 20px;
          font-size: 18px;
          font-weight: bold;
          background-image: url(http://palpitation.jp/img/custom_content/category_1.gif);
          background-repeat:no-repeat;
          background-position:left top;

}

.widget-header, h3 {
    font-size: 17px;

}





#footer-content .widget-content {

    font-size: 12px;
}


#bgi_1 { 
    width: 450px;
    height : 30px; 
    background-image : url(http://palpitation.jp/img/custom_content/1.gif);
    background-position : left top;   
    background-repeat : no-repeat;  
}


#bgi_2 { 
    width: 450px;
    height : 30px; 
    background-image : url(http://palpitation.jp/img/custom_content/2.gif);
    background-position : left top;   
    background-repeat : no-repeat; 
}

#bgi_3 { 
    width: 450px;
    height : 30px; 
    background-image : url(http://palpitation.jp/img/custom_content/3.gif);
    background-position : left top;   
    background-repeat : no-repeat; 
}

#bgi_4 {
     width: 450px;
    height : 30px; 
    background-image : url(http://palpitation.jp/img/custom_content/4.gif);
    background-position : left top;   
    background-repeat : no-repeat; 
}


