#contentsArea p,#contentsArea .page-title h1,.pbBlock{
 background-image: url(image);
}

/*以下打消し*/

#contentsArea .section-title h2,#contentsArea .content-title h3{
background-image: url(image)!important;
	}
#contentsArea p.step-title_arrow{
	background-image: url(/library/default/img/parts/step-title_bg01.png);
    background-position: left center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
	
}

#contentsArea p.mypageStepBackA {
    background-image: url('../../mypage/guide/images/mypage_contents_b_step_01.gif');
}

#contentsArea p.mypageStepBackB {
    background-image: url('../../mypage/guide/images/mypage_contents_b_step_02.gif');
}

#contentsArea p.mypageStepBackC {
    background-image: url('../../mypage/guide/images/mypage_contents_b_step_03.gif');
}