@charset "utf-8";


/*-----------------------------------
 *  Category CSS
 *  update[20090819]
 *----------------------------------*/


/*-----------------------------------
 *  大カテゴリ名
 *----------------------------------*/
#scatTitle {
    width: 481px;
    height: 49px;
    background: url(../images/scatL_ttl_bg.jpg) no-repeat;
}

#scatTitle strong {
    font-size: 22px;
    font-weight: bold;
    line-height: 49px;
}

#scatTitle img {
    vertical-align: top;
    margin: 11px 5px 0 15px;
}


/*-----------------------------------
 *  中カテゴリ名
 *----------------------------------*/
#scatMTitle {
    width: 481px;
    height: 46px;
    background: url(../images/scatM_ttl_bg.jpg) no-repeat;
}

#scatMTitle strong {
    padding: 0 0 0 30px;
    font-size: 22px;
    font-weight: bold;
    line-height: 46px;
}


/*-----------------------------------
 *	子カテゴリ名
 *----------------------------------*/
#scatChild {
    width: 481px;
    height: 32px;
    background: url(../images/scatL_menu_bg.jpg) no-repeat;
}

#scatChild ul {
    padding: 0 15px;
    line-height: 32px;
}

#scatChild li {
    display: inline;
    margin-right: 10px;
    padding: 0 0 0 13px;
    background: url(../images/icon_arrow.gif) no-repeat left 3px;
}



