@charset "utf-8";

/* 基本樣式
---------------------------------------------*/
body {
	background-image: url(../css/image/blue_bg.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

/* 導覽列
---------------------------------------------*/
#mainlk-bar {
	position: relative;
	/*margin-left: 130px;*/
	left: 33px;
	top: -2px;
	width: 803px;
	font-size:10pt;
	color:#FFFFFF;
}
#mainlk-bar div {
	float: left;
	width: 5.8em;
	border-right: 1px solid #ffffff;
	line-height: 2.2em;
	color: #666666;
	text-align: center;
}
#mainlk-bar  a {
	display: block;
	width: 100%;
    color: #FFFFFF;
	background: url(../css/image/mainlk-bg-1.gif) 0 0 repeat-x;
	text-decoration: none;
}
#mainlk-bar  a:hover {
	background: url(../css/image/mainlk-bg-2.gif) 0 0 repeat-x;
}

/* 頁尾 字型
---------------------------------------------*/
.foot_link        { font-size:12px; color:#003f7f } /*連結*/
a.foot_link:hover { color:#3589EF; text-decoration:none; font-weight:bold }
.foot             { font-size:12px; color:#333333; letter-spacing:1px; line-height:18px} /*版權所有*/
.foot_style1      { font-size:11px; color:#333333; font-family:Arial, Helvetica, sans-serif } /*英文*/