同一行内で左右に寄せて配置

floatをつけてやる

<div style="float:left;">
  あああ
</div>
<div style="text-align:right;">
  いいい
</div>

float指定がないと、2行に分かれて左寄せ、右寄せになる