<!--

/* 基本樣式開始 */

/* 1. 全體文字  */

	body, table, td {
		color:#333333;
		font-size:9pt;
		font-family:tahoma;
		line-height:20px;
	}

/* 2. 基本連結 */

	A:link { 
		color:#666666; 
		text-decoration:none; 
		}

	A:visited { 
		color:#666666; 
		text-decoration:none; 
		}

	A:hover { 
		color:#FF9933;
		text-decoration:none; 
		}

/* 3. 圖像樣式 */

	img {
		border-width:0px;
	}

/* 4. MouseOver Image */

	.ib {
		cursor:pointer;
	}

/* 5. 輸入表單 */

	.text {
		color:#333333;
		font-family:tahoma;
		font-size:9pt;
	}

/* 6. 分類目錄 */

	.branch2 {
		line-height:15px;
	}

/* 7. 分類目錄儲存格 */

	.branch3 {
		font-size:9pt;
		padding:2 2 0 2;
		line-height:15px;
	}

/* 8. 月曆 */

	.cal_month {
		vertical-align:top;
		height:20px;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
	}

/* 9. 星期一至六 */

	.cal_week1 {
		text-align:center;
		font-size:8pt;
		font-family:tahoma;
		font-weight:bold;
	}

/* 10. 星期日 */

	.cal_week2 {
		color:#CC0000;
		text-align:center;
		font-size:8pt;
		font-family:tahoma;
		font-weight:bold;
	}

/* 11. 上月日期 */

	.cal_day1 {
		color:#FAFAFA;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
	}

/* 12. 下月日期 */

	.cal_day2 {
		color:#FAFAFA;
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
	}

/* 13. 本月日期 */

	.cal_day3 {
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
	}

/* 14. 今日日期 */

	.cal_day4 {
		font-size:8pt;
		font-family:tahoma;
		text-align:center;
		font-weight:bold;
	}

/* 15. 有投稿的日子 */

	A.cal_click:link {
		color:#FF9933;
	}

	A.cal_click:visited {
		color:#FF9933;
	}

	A.cal_click:hover {
		color:#FF9933;
		font-weight:bold;
	}

/* 16. Image 下文字樣式 */

	.cap1 {
		text-align:center;
		color:#300099;
		word-break:break-all;
	}

/* 17. Keyword 樣式 */

	.key1 {
		cursor:pointer;
		text-decoration:none;
		border-bottom:1px dashed #FF9933;
	}

/* 18. 分類目錄 (數) */

	.c_cnt {
		font-size:8pt;
		font-family:tahoma;
	}

/* 19. 最新投稿 (數) */

	.ps_cnt {
		font-size:8pt;
		font-family:tahoma;
	}

/* 基本樣式到此為止 - 以下為面板追加樣式 */

	body {
		margin:0px;
	}

	.right_box {
		visibility:hidden;
	}

	/* 連結按鈕圖片 */
	A.pic:hover { 
		border:0px;
		}

	/* 小字體 */
	.mini {
		font-size:8pt;
	}

	/* 選單表格 */
	.m_table {
		border-left:1px dashed #666666;
		border-right:1px dashed #666666;
		border-top:0px;
		border-bottom:0px;
	}

	/* 主表格 */
	.b_table {
		border-left:0px;
		border-right:1px dashed #666666;
		border-top:0px;
		border-bottom:0px;
	}

	/* Blog 標題、選單表格 */
	.top_menu {
		background-image:url(./images/bg_top.gif);
		background-attachment:fixed;
		background-repeat:repeat;
		border:0px;
	}

	/* Blog 標題 */
	.blog_title {
		color:#CC3300;
		font-family:tahoma;
		font-size:12pt;
		font-weight:bold;
	}

	/* Blog 說明 */
	.blog_desc {
		color:#CC6600;
		font-family:tahoma;
		font-size:8pt;
		font-weight:bold;
	}

	/* 標題一 */
	.c_title {
		border-left:0px;
		border-right:0px;
		border-top:0px;
		border-bottom:1px dashed #666666;
	}

	/* 標題二 */
	.c_title2 {
		border:0px;
		background-color:#FFF8F0;
	}

	/* 內文 */
	.b_content {
		color:#333333;
		font-size:9pt;
		font-family:tahoma, PMingLiu;
		line-height:20px;
		word-break:break-all;
		background-image:url(./images/line_note1.gif);
		background-repeat:repeat;
	}

	/* 回應內文 */
	.b_comments {
		color:#333333;
		font-size:9pt;
		font-family:tahoma, PMingLiu;
		line-height:20px;
		word-break:break-all;
		background-image:url(./images/line_note2.gif);
		background-repeat:repeat;
	}

	/* 內文底部 */
	.b_bottom {
		border-left:0px;
		border-right:0px;
		border-top:1px dashed #666666;
		border-bottom:0px;
	}

	/* 單行日曆表格 */
	.l_cal {
		background-color:#FFEBD7;
		border-left:0px;
		border-right:0px;
		border-top:1px dashed #666666;
		border-bottom:1px dashed #666666;
	}

	/* 投稿表單 (名字、密碼等) */
	.in_text {
		border-left:0px;
		border-right:0px;
		border-top:0px;
		border-bottom:1px dashed #666666;
	}

	/* 投稿表單 (內文) */
	.in_area {
		border:0px;
		background-color:#FFF8F0;
	}

	/* 投稿表單 (按鈕) */
	.in_bn {
		color:#FF9933;
		font-size:8pt;
		font-family:tahoma;
		border:0px;
		background-color:#FFF8F0;
	}

	/* 回應內文 */
	.ps_content {
		background-image:url(./images/line_note2.gif);
		background-repeat:repeat;
		color:#333333;
		font-size:9pt;
		font-family:tahoma;
		line-height:20px;
	}

-->
