/* HTMLタグ設定 */
A       {
         text-decoration:none;
        }

/* CLASSタグ設定 */
.font10 {
         font-size:10px;
         line-height:120%;
        }
.font11 {
         font-size:11px;
         line-height:120%;
        }
.font12 {
         font-size:12px;
         line-height:120%;
        }
.font14 {
         font-size:14px;
         line-height:120%;
        }
.font16 {
         font-size:16px;
         line-height:120%;
        }
.font18 {
         font-size:18px;
         line-height:120%;
        }