/* 基本定義 */
body               { font-size: 100%; background-color: #FFF; margin: 0px 0px; text-align: center;}
a:link             { color: #0000cc; }
a:visited          { color: #0000cc; }
a:hover            { color: red; }
a:active           { color: red; }
td                 { font-size: 87.5%; color: #333333;  line-height: 130%; }

/* フォント基本定義 */

/* 14px相当 */
.title1-1          { font-size: 100%; font-weight: bold; line-height: 110%; }

/* 16px相当 */
.title2-1          { font-size: 114%; font-weight: bold; line-height: 110%; }

