<!--ICM Hobby Workplace/css/standardize-->
<STYLE type="text/css">
BODY { color: #000000;											/*文字色*/
           background-color: #FFFFFF;							/*背景色*/
           margin: 0 0 0 0;									/*上下左右のマージン*/
           font-family: "Times New Roma", serif, sans-serif;	/*フォントの種類*/
           border-width: "0px";									/*枠の太さ*/
           border-color: #FFFFFF;								/*枠の色*/
     }
           .disposition { text-align: center }					/*行揃え（文字や画像の相対位置）*/
</STYLE>
