/* 用於導盲磚 */
.free 
{
	color: #FFFFFF;
	font-size: 60%;
}


/* 公司聯絡資訊與版權宣告 */
.kkl_info_area_style
{
	font-size: 80%;
	list-style-position: outside;
	line-height: 155%;
}


/* 網站最佳瀏覽環境說明文字 */
.brower_optimization
{
	font-size: 75%;
	list-style-position: outside;
	line-height: 135%;
}


/* 各網頁內文之<th>與<td>格式一 */
.content_style
{
	font-size: 80%;
	list-style-position: outside;
	line-height: 155%;
}

/* 各網頁內文之<th>與<td>格式二 */
.content_style2
{
	font-size: 80%;
	list-style-position: outside;
	line-height: 125%;
}

/* 各網頁內文之<th>與<td>格式二 */
.content_style3
{
	font-size: 100%;
	list-style-position: outside;
	line-height: 155%;
}


/* 典藏室網頁之標題 */
.content_style4
{
	font-size: 80%;
	list-style-position: outside;
	line-height: 85%;
}


/* 雞尾酒 */
.content_of_head
{
	font-size: 155%;
	list-style-position: outside;
	line-height: 155%;
        color: #0000cc;
        FONT-FAMILY: "標楷體", "新細明體", "細明體", Arial;
}


/* 首頁最新消息與網站芳鄰下方之more字樣 */
.more_style
{
	font-size: 80%;
}


/* 分頁資料之跳頁文字 */
.swap_page_style
{
    FONT-SIZE: 55%;
    color:#0000FF;
    FONT-FAMILY: "細明體", "新細明體", "標楷體", Arial;
}

/* 回上一頁文字 */
.return_top_style
{
    FONT-SIZE: 55%;
    color:#0000FF;
    FONT-FAMILY: "細明體", "新細明體", "標楷體", Arial;
    line-height: 155%;
}



/* 首頁加入會員之標題文字 */
.index_head_style
{
	font-size: 75%;
        color:#ffffff
}


/* 首頁會員登入之Object文字
.index_MemberLogin_style
{
	font-size: 12px;
	list-style-position: outside;
	line-height: 20px;
}


/* 有關超連結之樣式設定 */

a:visited {
	color: #000000;
	font-size: 80%;
	text-decoration: none;
}
a:hover {
	color: #0033FF;
	font-size: 80%;
	text-decoration: underline;
}
a:active {
	color: #000000;
	font-size: 80%;
	text-decoration: none;
}

/* 發票中獎號碼明細 */
.invoice
{
	font-size: 80%;
	line-height: 135%;
	border-collapse:collapse;
}
.invoice td
{ border:1px solid #FF9933; padding:5px;}

.number
{
	font-size: 145%; font-weight:bold; color:#990000; letter-spacing:10px; font-family:Arial, Helvetica, sans-serif;
}

/* 常用問答表格 */
.discuss {width:95%;margin-top:1.5em;font-size:80%;}
.discuss td {padding:0 0.2em;}
.discuss02 { border-left:1px #e59a3d solid;}
