/* 全体で読み込まれるCSS */

/* GeneralBox */
#GeneralBox {
    padding: 5px;
    border: 1px solid #BEBEBE;
}
#GeneralBox p.clear {
    clear: both;
}

/* Life */
.life_box {
    width: 296px;
    height: 261px;
    background: url(../img/Life/BG_monthly_life.gif) no-repeat left top;
}
.life_box h3 {
    position: relative;
    margin: 0 7px;
    padding: 15px 10px;
    background: url(../img/Life/BG_LifeBox_h3.gif) repeat-x left bottom;
}
.life_box h3 span {
    position: absolute;
    top: 16px;
    right: 24px;
}