* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: #FFF url(imgs/bg-all.gif) top left repeat-x;
}
p {
	/*\*/
	letter-spacing: 0.08em;
	/**/
}
img {
	border: 0;
}
#wrapper {
	width: 975px;
	margin: 0 auto; /* 自動調整左右邊界 */
	text-align: left; /* 設定靠左對齊﹙修正#body的設置﹚ */
}
#header {
	position: relative;
	width: 100%;
	height: 76px;
	background: url(imgs/bg-header.gif) top left no-repeat;
}
#logo {
	position: absolute;
	top: 16px;
	left: 33px;
}
#navigation {
	position: absolute;
	left: 447px;
	top: 21px;
	height: 48px;
	list-style-type: none;
	background: url(imgs/bg-navigation.gif) left top no-repeat;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	padding-right: 14px;
}
#navigation li a {
	display: block;
	color: #FFFFFF;
	overflow: hidden;
	height: 0 !important;
	height /**/: 48px;
	padding-top: 48px;
	background-image: url(imgs/bg-navigation.gif);
}
/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#nav01 a { width:89px; background-position: 0px 0; }
#nav02 a { width:89px; background-position: -103px 0; }
#nav03 a { width:89px; background-position: -206px 0; }
#nav04 a { width:89px; background-position: -309px 0; }
#nav05 a { width:89px; background-position: -412px 0; }

/* mouseover的情形 */ 
#nav01 a:hover { width:89px; background-position: 0 -48px; }
#nav02 a:hover { width:89px; background-position: -103px -48px; }
#nav03 a:hover { width:89px; background-position: -206px -48px; }
#nav04 a:hover { width:89px; background-position: -309px -48px; }
#nav05 a:hover { width:89px; background-position: -412px -48px; }


.blue {
	color: #0072BC;
}
.plus {
	background: url(imgs/icon-plus.gif) 8px left no-repeat;
}
#plus2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 2em;
	padding-left: 16px;
	margin-bottom: 30px;
	background: url(imgs/icon-plus.gif) center left no-repeat;
}
#plus2 a{color:#blue; text-decoration:none;}
#plus2 a:hover{color:#40AEFF;}