@charset "utf-8";
/***********************************************/
/* 形象頁Body設定                               */
/***********************************************/

body{
	font-size: 9pt;
	font-family: Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color:#EAEAEA;
}

p{
	font-size: 9pt;
	font-family: Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #666666;
}

A:link{color:#666666;text-decoration:none}
A:visited{color:#666666;text-decoration:none}
A:hover{color:#69B383;text-decoration: underline;}

#topbar {
	position:absolute;
	left:969px;
	top:546px;
	width:53px;
	height:24px;
	z-index:1;
	visibility: hidden;
}
/***********************************************/
/*                   INDEX                     */
/***********************************************/

#index{
	width: 100%;
	height: 526px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
}

#news{
	position:absolute;
	left:71px;
	top:328px;
	width:432px;
	height:165px;
	z-index:1;
}

#i_navigation {
	width: 256px;
}
#i_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#i_navigation li {
    height:26px;
	margin: 0;
	padding: 0;
	background-image:url(../images/but_4.gif);
}
#i_navigation a {
    text-align:left;
	padding: 5px 0 0 20px;
	background-image:url(../images/but_4.gif);
	display: block;
	width: 226px !important;
	width /**/: 236px;
	color: #333333;
	text-decoration: none;
}
#i_navigation a:hover {
	color: #317B4B; /* 指定滑鼠移到連結上方時的文字顏色 */
	background-image: none; /* 滑鼠移到連結上方時，隱藏底圖 */
	background-image:url(../images/but_4.gif);*/
}
/***********************************************/
/*                   PAGES                     */
/***********************************************/
#wrapper {
	width: 1003px;
	margin: 0 auto; /* 設定為自動調整邊界 */
	text-align: left; /* 設定靠左對齊 */
}
#header {
	width: 100%;
	height: 196px;
	background-image:url(../images/page_top_bg.jpg);
	background-repeat:repeat-x;
}
#container {
    position:relative;
	width: 100%; /* 設定區塊的寬度 */
}
#primary {
    margin-left:241px;
	padding-top:12px;
}
#secondary {
    float:left;
	left: 0px;
	top: 0px; /* 修改與上方的距離 */
	width: 241px;
	background-image:url(../images/left_bg.jpg);
}
#footer {
    float:left;
	padding:0 20px 0 20px;
	width: 963px;
	height: 60px;
}
.down,.down td{FONT-SIZE:8pt;COLOR:#7D7D7D;LINE-HEIGHT:1.5;FONT-FAMILY:Arial}
.down A:link{FONT-SIZE:8pt;COLOR:#7D7D7D;LINE-HEIGHT:1.5;FONT-FAMILY:Arial}
.down A:visited{FONT-SIZE:8pt;COLOR:#7D7D7D;LINE-HEIGHT:1.5;FONT-FAMILY:Arial}
.down A:hover{FONT-SIZE:8pt;COLOR:#97C955;LINE-HEIGHT:1.5;FONT-FAMILY:Arial}

.input_box {
	FONT-FAMILY: Arial;COLOR:#666666;font-size:8pt;
	BACKGROUND-COLOR: #EAEAEA;
	border-bottom: #EAEAEA 0px solid;
	border-top: #EAEAEA 0px solid;
	border-left: #EAEAEA 0px solid;
	border-right: #EAEAEA 0px solid;
}
.e_input_box {
	FONT-FAMILY: Arial;COLOR:#666666;font-size:8pt;
	BACKGROUND-COLOR: #FFFFFF;
	border-bottom: #D9D9D9 1px solid;
	border-top: #D9D9D9 1px solid;
	border-left: #D9D9D9 1px solid;
	border-right: #D9D9D9 1px solid;
}
/***********************************************/
/*                 中間內容                     */
/***********************************************/

#main {
    background-image:url(../images/bg.jpg);   
}
.Colors_1{
    color:#FE8601;
}
.Colors_2{
    color:#FF0000;
}