@charset "utf-8";

/*******************************
 中間元件
*******************************/

/* 中間元件名稱 */
.C_item_name {
	font-family:"Arial";
	color: #656565;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding-top: 5px;
}

/* 中間標題 */
.C_title { 
    font-family:"Arial"; 
	color: #FF6100; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 18px;
}

/* 中間副標題 */
.C_subtitle { 
    font-family:"Arial"; 
	color: #FF6100; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px;
}

/* 中間內文 */
.C_article { 
	font-family:"Arial";
	color: #646464; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 22px;
}

/* 中間標題(連結) */
a.C_title_a:link 	{ font-family:"Arial"; font-size: 12px;color: #FF6100; font-weight: bold; text-decoration: none}
a.C_title_a:visited { font-family:"Arial"; font-size: 12px;color: #FF6100; font-weight: bold; text-decoration: none}
a.C_title_a:hover 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; font-weight: bold; text-decoration: underline}
a.C_title_a:active 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; font-weight: bold; text-decoration: underline}

/*******************************
 左邊元件
*******************************/

/* 左邊元件名稱 */
.L_item_name {
    font-family:"Arial"; 
	color: #0D2E60; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 18px;
	padding-top: 2px;
	padding-left: 37px;
}

/* 左邊標題 */
.L_title { 
    font-family:"Arial"; 
	color: #0D2E60; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 18px;
}

/* 左邊副標題 */
.L_subtitle { 
    font-family:"Arial"; 
	color: #0D2E60; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px;
}

/* 左邊內文 */
.L_article { 
	font-family:"Arial";
	color: #646464; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 22px;
}

/* 左邊標題(連結) */
a.L_title_a:link 	{ font-family:"Arial"; font-size: 12px;color: #0D2E60; font-weight: bold; text-decoration: none}
a.L_title_a:visited { font-family:"Arial"; font-size: 12px;color: #0D2E60; font-weight: bold; text-decoration: none}
a.L_title_a:hover 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; font-weight: bold; text-decoration: underline}
a.L_title_a:active 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; font-weight: bold; text-decoration: underline}

/*******************************
 右邊元件
*******************************/

/* 右邊元件名稱 */
.R_item_name {
    font-family:"Arial"; 
	color: #666666; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 39px;
}

/* 右邊標題 */
.R_title { 
    font-family:Arial; 
	color: #4A6750; 
	font-size: 15px; 
	font-weight: bold; 
	line-height: 18px;
}

/* 右邊副標題 */
.R_subtitle { 
    font-family:"Arial"; 
	color: #4A6750; 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 18px;
}

/* 右邊內文 */
.R_article { 
	font-family:"Arial";
	color: #646464; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 22px;
	padding:10px;
}

/* 右邊標題(連結) */
a.R_title_a:link 	{ font-family:"Arial"; font-size: 12px;color: #4A6750; font-weight: bold; text-decoration: none}
a.R_title_a:visited { font-family:"Arial"; font-size: 12px;color: #4A6750; font-weight: bold; text-decoration: none}
a.R_title_a:hover 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; font-weight: bold; text-decoration: underline}
a.R_title_a:active 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; font-weight: bold; text-decoration: underline}

/*******************************
 表格
*******************************/

/* 表格抬頭 */
.table_title { 
	background-color: #CC0033;
	font-size: 14px;
	color: #FFFFFF;
}

/* 表格外框線顏色 */
.table_exo_bordercolor { 
	background-color: #CC0033;
}

/* 表格內框線顏色 */
.table_bordercolor { 
	background-color: #EEEEEE;
}

/* 表格欄位 */
.table_column { 
	background-color: #FFECEC;
	font-size: 12px;
	color: #333333;
}

/* 表格欄位內容 */
.table_column_desc { 
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}

/* 表格欄位內容 onMouseOver */
.table_column_desc_over { 
	background-color: #E6FFE6;
	font-size: 12px;
	color: #333333;
}

/* 數字 */
.number {
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

/*******************************
 表單
*******************************/

/* 表單 */
.FormTxt, .FormTxt100 {
	font-size: 12px;
	background-color: #EEEEEE;
}

/* 表單 */
.FormTxt100, .FormTxtMark100 {
	width: 100%;
}

/* 表單 */
.FormTxtMark, .FormTxtMark100 {
	font-size: 12px;
	background-color: #FFC4C4;
}

/* 表單註解 */
.form_gloss {
	color: #0066FF; 
	font-size: 12px; 
}

/* 表單必填欄位(*)樣式 */
.form_star {
	color: #FF0000; 
	font-size: 18px; 
	font-weight: bold;
}

/*******************************
 商品
*******************************/

/* 商品名稱 */
.prod_name {
	font-size: 12px;
	color: #075EBE;
}

/* 商品名稱 */
a.prod_name:link 	{ font-size: 12px;color: #075EBE; text-decoration: none; }
a.prod_name:visited { font-size: 12px;color: #075EBE; text-decoration: none; }
a.prod_name:hover 	{ font-size: 12px;color: #0394EF; text-decoration: underline; }
a.prod_name:active 	{ font-size: 12px;color: #0394EF; text-decoration: underline; }

/* 商品售價 */
.prod_price {
	font-size: 20px; 
	color:#990000; 
	font-weight:bold;
}

/*******************************
 延伸選單
*******************************/

/* 延伸選單 */
.menu_extended {
	color: #000000;
	background-color: #F5F5F5;  
	font-size: 12px; 
	font-family: arial;
}

/* 延伸選單 onMouseOver */
.menu_extended_over {
	color: #CC0000; 
	background-color: #E0E0E0; 
	font-size: 12px; 
	font-family: arial;
}

/* 延伸選單 邊線 */
.menu_extended_border {
	background-color: #CCCCCC; 
}

/*******************************
 表頭選單
*******************************/

a.top_menu:link {font-family: "Arial"; font-size: 12px; color: #575759;  text-decoration:none; font-weight: bold; } 
a.top_menu:visited {font-family: "Arial"; font-size: 12px; color: #575759 ; text-decoration:none; font-weight: bold; } 
a.top_menu:hover { font-family: "Arial";font-size: 12px; color: #767676; text-decoration:none; font-weight: bold; }
a.top_menu:active { font-family: "Arial";font-size: 12px; color: #767676;text-decoration:none; font-weight: bold; } 

/*******************************
 語系
*******************************/

a.lang_menu:link 	{ font-size: 12px;color: #767676; text-decoration: none; }
a.lang_menu:visited { font-size: 12px;color: #767676; text-decoration: none; }
a.lang_menu:hover 	{ font-size: 12px;color: #949393; text-decoration: underline; }
a.lang_menu:active 	{ font-size: 12px;color: #949393; text-decoration: underline; }

.lang_menu {
	font-size: 12px; 
	color:#767676; 
}

/*******************************
 copyright
*******************************/

.copy_right{ font-family: Arial; font-size:12px; color:#A5A5A5;
	line-height: 18px;
	padding-top: 10px;
	text-decoration: none;
	font-weight:normal;
}

a.copy_right:link 		{ font-family:"細明體"; font-size: 12px;color: #A5A5A5; text-decoration: none; }
a.copy_right:visited 	{ font-family:"細明體"; font-size: 12px;color: #A5A5A5; text-decoration: none; }
a.copy_right:hover 		{ font-family:"細明體"; font-size: 12px;color: #9B9B9B; text-decoration: underline; }
a.copy_right:active 	{ font-family:"細明體"; font-size: 12px;color: #9B9B9B; text-decoration: underline; }

/*******************************
 通用
*******************************/

/* 成功訊息 */
.hd_alert {
	color: #009900; 
	font-size: 12px; 
	font-weight: bold;
}

/* 錯誤訊息 */
.err_alert {
	color: #990000; 
	font-size: 12px; 
	font-weight: bold;
}

/* 一般鏈結 */
a:link 		{ font-family:"Arial"; font-size: 12px;color: #717171; text-decoration: none}
a:visited 	{ font-family:"Arial"; font-size: 12px;color: #717171; text-decoration: none}
a:hover 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; text-decoration:  underline}
a:active 	{ font-family:"Arial"; font-size: 12px;color: #688BC4; text-decoration: underline}

/*******************************
 自訂
*******************************/