html

1.箱をつくる

2.色を入れていく

3.styleを書いていく

 <div style="padding:0 0 30px 0;" class="clearfix">
      <div style="float: left;width:380px;background:#00FF00;" class="">画像</div>

      <div style="float:right;width:540px;background:#00FF00;">
         <div style="color:#284547;font-size:16px;テキスト</div>
         <div style="color:#284547;font-size:12px;">期間</div>
         <div style="color:#284547;font-size:12px;">対象</div>

      </div>
</div>