/* 下線 */
.under{
   text-decoration: underline;
}

/* 文字色 */
.fontcolor{
   color: #FF0000;
}

/* 太字 */
.bold{
   font-weight: bold;
}

