﻿#container
{
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

/* Font Family */
.EngFont 
{
    font-family: Verdana, Arial;
}

.JpFont
{
    font-family: "MS Gothic", "ヒラギノ明朝 ProN W3", "Arial Unicode MS";
}

/* Font Color */
.EngBlack 
{
    color: #000000;
}

.EngRed 
{
    color: #ff0000;
}

.EngBlue
{
    color: #0000ff;
}

.EngWhile
{
    color: #ffffff;
}

/* Font Size */
.fs24
{
    font-size: 24px;
}

.fs16
{
    font-size: 16px;
}

.fs14
{
    font-size: 14px;
}

.fs12
{
    font-size: 12px;
}

/* Font Weight */
.EngBlod

{
    font-weight: 900;
}

/* Background color */
.bgCoffee
{
    background-color: #503d1b;
}

/* Height */
.h25
{
    height: 25px;
}

/* 左右對齊 */
.lrAlign
{
    word-wrap: break-word;
    word-break: normal; /* break-all; */
    text-align: justify;
    text-justify: inter-ideograph;
}

.FirestOut
{
    text-indent: -2.75em;
    margin-left: 2.75em;
}
