@charset "utf-8";
/* -----------------------------------------
page.css
個別ページ設定用css
----------------------------------------- */


/* 
----------------------------------------- */

.c_yumeBox01 {
    background: url("../img/box_01_mdl.gif") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    margin-bottom: 25px;
}
.c_yumeBox01 .inner01 {
    background: url("../img/box_01_top.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.c_yumeBox01 .inner02 {
    background: url("../img/box_01_btm.gif") no-repeat scroll 0 100% rgba(0, 0, 0, 0);
    padding: 15px 1px;
}
.c_yumeBox01 .hasLineTop {
    background: url("/shared/img/line_01.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}
.c_yumeBox01 .block {
    padding: 0 14px;
}
.c_yumeBox01 .subBlock {
    padding: 15px 0;
}
