文字の水平位置
右寄せ
左寄せ
真ん中

均等割付1

均等割付2



<style type="text/css">
<!--
.rights {text-align:right;}
.lefts {text-align:left;}
.centers {text-align:center;}
H2 {text-aliign:justify;}
H2.jas1 {text-justify:auto;}
H2.jas2 {text-justify:distribute-all-lines;}
-->
</style>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="rights">右寄せ</td>
</tr>
<tr>
<td class="lefts">左寄せ</td>
</tr>
<tr>
<td class="centers">真ん中</td>
</tr>
<tr>
<td><h2 class="jas1">均等割付1</h2></td>
</tr>
<tr>
<td><h2 class="jas2">均等割付2</h2></td>
</tr>
</table>