﻿/* Font Family */
.EngFont 
{
    font-family: Verdana, Arial;
}

.JpFont
{
    font-family: "ヒラギノ明朝 ProN W3", "Arial Unicode MS";
}

.ChtFont
{
    font-family: 微軟正黑體;
}

/* Font Color */
.fcBlack 
{
    color: #000000;
}

.fcRed 
{
    color: #ff0000;
}

.fcBlue
{
    color: #0000ff;
}

.fcWhile
{
    color: #ffffff;
}

/* Font Size */
.fs24
{
    font-size: 24px;
}

.fs16
{
    font-size: 16px;
}

.fs12
{
    font-size: 12px;
}

/* Font Weight */
.fBlod

{
    font-weight: 900;
}

/* Background color */
.bgCoffee
{
    background-color: #503d1b;
}

.bgAqua
{
    background-color: Aqua;
}