﻿body {
}

.allContent
{
    width: 760px;
}

.allContent_Left
{
    width: 600px;
    vertical-align: top;
}

.allContent_Right
{
    width: 160px;
    vertical-align: top;
}

/* 左方3個 方框 */
.ThreeBoxes
{
    width: 600px;
}

/* 最新消息方框 */
.LatestNews_Cell
{
    vertical-align: top;
}

/* 通告方框 */
.Notice_Cell
{
    vertical-align: top;
}

/* 第一個自建網頁方框 */
.CustomBox01_Cell
{
    width: 600px;
    vertical-align: top;
}

/* 第二個自建網頁方框 */
.CustomBox02_Cell
{
    width: 160px;
    vertical-align: top;
}




/* 網站更新及一般宣佈兩個表格共同套用此樣式 */
.Table_LatestNews
{

}

/* 最新消息，標題 */
.Latest_News_Caption
{
	font-weight: bold;
}

/* 最新消息，日期 */
.Latest_News_Date
{
	font-size: smaller;
}

/* 最新消息，描述 */
.Latest_News_Description
{
	font-size: smaller;
}

/* 捷徑列表格 */
.Shortcut_Table
{
	
}

/* 捷徑列表格外框 */
.Shortcut_Div
{
    padding-left: 5px;
}

/* 包含通告表格的方框 */
.Notice_Cell
{
    width: 380px;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

/* 通告表格 */
.Table_Notice
{
    
}


/* 內容框標題行，左方格 */
.InfoBoxHeadingCellLeft
{
    font-weight: bold;
    text-align: left;
    padding-top: 10px;
    padding-right: inherit;
    padding-bottom: 3px;
    padding-left: 5px;
}

/* 內容框標題行，右方格 */
.InfoBoxHeadingCellRight
{
    font-weight: bold;
    text-align: right;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: inherit;
}

/* 內容框內容，左方格 */
.InfoBoxContentCellLeft
{
    text-align: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

/* 內容框內容，右方格 */
.InfoBoxContentCellRight
{
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 5px;
}
