文字の均等分割 の実験

ポコ・ア・ポコ


<head>
<style type="text/css">
<!--

.kintou1	{
       text-align: justify;
       text-justify: distribute-all-lines;
       width:300px;
        }


-->
</head>
<body>
    
   <p class="kintou1">ポコ・ア・ポコ</p>


</body>