@charset "utf-8";

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

/* 中間元件名稱 */
.C_item_name {
	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	vertical-align:top;
	padding-top: 11px;
	padding-left: 45px;
	background-image: url(left_01.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* 中間標題 */
.C_title { 
 	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	line-height: 20px;
}

/* 中間副標題 */
.C_subtitle { 
	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	line-height: 20px;
}

/* 中間內文 */
.C_article { 
	font-family:"Arial";
	color: #696969; 
	font-size: 13px; 
	font-style: normal; 
}

/* 中間標題(連結) */
a.C_title_a:link { font-family:"Arial"; font-size: 13px;color: #7B7B7B; text-decoration: none}
a.C_title_a:visited {font-family:"Arial";  font-size: 13px;color: #7B7B7B; text-decoration: none}
a.C_title_a:hover { font-family:"Arial"; font-size: 13px;color: #8FCEFA; text-decoration:  none}
a.C_title_a:active {font-family:"Arial";  font-size: 13px;color: #8FCEFA; text-decoration: none}

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

/* 左邊元件名稱 */
.L_item_name {
	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	vertical-align:top;
	padding-top: 11px;
	padding-left: 45px;
	background-image: url(left_01.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* 左邊標題 */
.L_title { 
 	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	line-height: 20px;
}

/* 左邊副標題 */
.L_subtitle { 
	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	line-height: 20px;
}

/* 左邊內文 */
.L_article { 
	font-family:"Arial";
	color: #696969; 
	font-size: 13px; 
	font-style: normal; 
}

/* 左邊標題(連結) */
a.L_title_a:link { font-family:"Arial"; font-size: 13px;color: #7B7B7B; text-decoration: none}
a.L_title_a:visited {font-family:"Arial";  font-size: 13px;color: #7B7B7B; text-decoration: none}
a.L_title_a:hover { font-family:"Arial"; font-size: 13px;color: #8FCEFA; text-decoration:  none}
a.L_title_a:active {font-family:"Arial";  font-size: 13px;color: #8FCEFA; text-decoration: none}

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

/* 右邊元件名稱 */
.R_item_name {
	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	padding-top: 6px;
	padding-left: 4px;
}

/* 右邊標題 */
.R_title { 
 	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	line-height: 20px;
}

/* 右邊副標題 */
.R_subtitle { 
	font-family:Arial;
	font-size: 13px;
	color: #7B7B7B;
	font-weight: bold;
	line-height: 20px;
}

/* 右邊內文 */
.R_article { 
	font-family:"Arial";
	color: #696969; 
	font-size: 13px; 
	font-style: normal; 
}

/* 右邊標題(連結) */
a.R_title_a:link { font-family:"Arial"; font-size: 13px;color: #7B7B7B; text-decoration: none}
a.R_title_a:visited {font-family:"Arial";  font-size: 13px;color: #7B7B7B; text-decoration: none}
a.R_title_a:hover { font-family:"Arial"; font-size: 13px;color: #8FCEFA; text-decoration:  none}
a.R_title_a:active {font-family:"Arial";  font-size: 13px;color: #8FCEFA; text-decoration: none}

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

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

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

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

/* 表格欄位 */
.table_column { 
	background-color: #DFE5FF;
	font-size: 13px;
	color: #1B2C74;
}

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

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

/* 數字 */
.number {
	font-size: 13px;
	color: #1B2C74;
	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: 13px;
	color: #7B7B7B;
	font-weight:bold;
}

/* 商品名稱 */
a.prod_name:link {  font-size: 13px;color: #7B7B7B; font-weight:bold; text-decoration: none}
a.prod_name:visited {  font-size: 13px;color: #7B7B7B; font-weight:bold; text-decoration: none}
a.prod_name:hover {  font-size: 13px;color: #7B7B7B; font-weight:bold; text-decoration: none}
a.prod_name:active {  font-size: 13px;color: #7B7B7B; font-weight:bold; text-decoration: none}

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

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

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

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

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


/*******************************
 表頭選單
*******************************/
a.top_menu:link {  font-family: "Arial"; font-size: 13px;color: #ffffff; text-decoration: none}
a.top_menu:visited {  font-family: "Arial"; font-size: 13px;color: #ffffff; text-decoration: none}
a.top_menu:hover {  font-family: "Arial"; font-size: 13px;color: #ffffff; text-decoration: none}
a.top_menu:active {  font-family: "Arial"; font-size: 13px;color: #ffffff; text-decoration: none}

.top_menu {
	padding-top: 3px;
	color:#ffffff; 
}

/*******************************
 語系
*******************************/
a.lang_menu:link {  font-family: "Arial"; font-size: 13px;color: #999999; text-decoration: none}
a.lang_menu:visited {  font-family: "Arial"; font-size: 13px;color: #999999; text-decoration: none}
a.lang_menu:hover {  font-family: "Arial"; font-size: 13px;color: #999999; text-decoration: none}
a.lang_menu:active {  font-family: "Arial"; font-size: 13px;color: #999999; text-decoration: none}

.lang_menu {
	font-size: 13px; 
	color:#999999; 
}

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

.copy_right{
	font-family:"Arial";
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding-top: 20px;
}

a.copy_right:link {  font-family: "Arial"; font-size: 12px;color: #000000; text-decoration: none}
a.copy_right:visited {  font-family: "Arial"; font-size: 12px;color: #000000; text-decoration: none}
a.copy_right:hover {  font-family: "Arial"; font-size: 12px;color: #000000; text-decoration: none}
a.copy_right:active {  font-family: "Arial"; font-size: 12px;color: #000000; text-decoration: none}

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

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

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

/* 一般鏈結 */
a:link {  font-size: 12px;color: #7B7B7B; text-decoration: none}
a:visited {  font-size: 12px;color: #7B7B7B; text-decoration: none}
a:hover {  font-size: 12px;color: #8FCEFA; text-decoration: none}
a:active {  font-size: 12px;color: #8FCEFA; text-decoration: none}


/*******************************
 自訂
*******************************/
.top_menu_bg {
	background-color:#1B2C74;
}

.center_bg {
	background-image: url(left_01.gif);
	background-repeat: no-repeat;
	background-position: left;
}



