* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	font-size: 92%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: #939393 url(imgs/bg-all.jpg) top left repeat-x;
}
p {
	/*\*/
	letter-spacing: 0.08em;
	/**/
}

#wrap {
	width: 960px !important; 
	width /**/: 992px; /* padding會造成ie與ff寬度計算方式不同 */
	margin: 0 auto; /* 自動調整左右邊界 */
	padding: 0 16;
	text-align: left; /* 設定靠左對齊﹙修正#body的設置﹚ */
	background: #939393 url(imgs/bg-wrap.jpg) top left no-repeat;
}
#head {	
	position: relative;
	margin-bottom: -3px;
}
#logo {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 91px;
	height: 91px;
	text-indent: -5000px;
	background: url(imgs/logo.png) left top no-repeat;
	cursor: hand;
}
#navigation {
	position: absolute;
	left: 309px;
	top: 148px;
	height: 30px;
	list-style-type: none;
	background: url(imgs/bg-navigation.gif) left top no-repeat;
}
#navigation ul {
	list-style: none;
}
#navigation li {
	float: left;
	width: 145px;
}
#navigation li a {
	display: block;
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	height: 0 !important;
	height /**/: 30px;
	padding-top: 30px;
	background-image: url(imgs/bg-navigation.gif);
}
/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#nav01 a { background-position: 0 0; }
#nav02 a { background-position: -145px 0; }
#nav03 a { background-position: -290px 0; }
#nav04 a { background-position: -435px 0; }

/* mouseover的情形 */ 
#nav01 a:hover { background-position: 0 -30px; }
#nav02 a:hover { background-position: -145px -30px; }
#nav03 a:hover { background-position: -290px -30px; }
#nav04 a:hover { background-position: -435px -30px; }

#flag {
	position: absolute;
	left: 920px;
	top: 10px;
}
#container {
	position: relative;
	height: 100%;
	background: url(imgs/bg-container.jpg) left top repeat-y;
}
#primary {
	float: right;
	width: 700px;
	margin-top: 15px;
}
#secondary {
	float: left;
	width: 200px;
}
.content {
	clear: both;
	width: 650px;
	margin-left: 10px;
	margin-bottom: 4em;
}
h3 {
	margin-bottom: 1em;
}
.content-pic {
	width: 246px;
	float: left;
}
.content-text {
	width: 394px;
	float: right;
	font-size: 83%;
	line-height: 1.6em;	
	margin-left: 10px;
}
.content h4 {
	width: 198px !important; 
	width /**/: 226px; 
	height: 27px !important;
	height /**/: 39px;
	font-size: 122%;
	margin-top: 10px;
	padding-top: 12px; /* ff會將此加入height */
	padding-left: 28px;
	color: #ff0000;
	background: url(imgs/bg-h4.gif);
}
.content p {
	margin-top: 1em;
}
.source-title {
	width: 637px;
	height: 27px;
	font-size: 83%;
	color: #003663;
	margin-top: 10px;
	margin-left: 15px;
	padding-left: 20px;
	padding-top: 5px;
	background: url(imgs/bg-source-title.gif);
}
.source-content {
	width: 637px;
	height: 27px;
	font-size: 83%;
	color: #003663;
	margin-left: 30px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 10px;
	background: url(imgs/bg-source-content.gif) repeat-y;
}
.source-bottom {
	width: 598px;
	height: 19px;
	margin-left: 30px;
	background: url(imgs/bg-source-bottom.gif);
}
.source-pic {
	width: 598px;
	margin-top: 20px;
	margin-left: 32px;
}
.source-pic img {	
	margin-bottom: 10px;
}
#subnav {
	margin-top: 15px;
	margin-left: 37px;
	height: 50px;
	list-style-type: none;
	background: url(imgs/bg-subnav.gif) left top no-repeat;
}
#subnav ul {
	list-style: none;
}
#subnav li {
	width: 197px;
	margin-bottom: 5px;
}
#subnav li a {
	display: block;
	width: 100%;
	color: #E6E6E6;
	overflow: hidden;
	height: 0 !important;
	height /**/: 50px;
	padding-top: 50px;
	background-image: url(imgs/bg-subnav.gif);
}
/* mouseout的情形 */  /* 使用background-position的條件是父標籤要用background-image */
#subnav01 a { background-position: 0 0; }
#subnav02 a { background-position: 0 -55px; }
#subnav03 a { background-position: 0 -110px; }

/* mouseover的情形 */ 
#subnav01 a:hover { background-position: 197px 0; }
#subnav02 a:hover { background-position: 197px -55px; }
#subnav03 a:hover { background-position: 197px -110px; }

#foot-index {
	font-size: 77%;
	color: #000;
	margin-top: 1em;
}

#foot-index a {
	color: #000;
	text-decoration: none;
}
#foot-index a:hover {
	color: #fff;
	text-decoration: underline;
}
#foot-page {
	clear: both;
	font-size: 77%;
	color: #666;
	margin-left: 10px;
	padding-left: 10px;
	margin-bottom: 1em;
	border-left: #e6e6e6 2px solid;
}
#foot-page a{
	color: #666;
	text-decoration: none;
}
#foot-page a:hover{
	color: #000;
	text-decoration: underline;
}

/* --------------聯絡表單-------------- */
#inquiry {
	width: 600px; 
	margin-top: 30px;
	margin-left: 30px;
}
#inquiry table {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-right: none; 
	border-bottom: 1px solid #CCCCCC; 
	border-left: none; 
	padding: 10px;
}
#inquiry th {
	border-top: none; 
	border-right: none;
	border-bottom: 1px solid #CCCCCC; 
	border-left: 6px solid #CCCCCC; 
	padding: 10px; 
	background-color: #F3F3F3; 
	font-weight: normal;
	width: 200px;
}
#inquiry th.must {
	border-left-color: #D90000;
}
#inquiry th em {
	font-style: normal;
	color: #FF0000;
	padding-left: 5px;
}
.text1, .text2, .text3, .text4 { /* 相同的就一齊設 */
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {/* 姓名 */
	width: 180px;
}
.text2 {/* 郵遞區號 */
	width: 4em;
}
.text3 {/* 地址、大樓名、email */
	width: 98%;
}
.text4 {/* 內容 */
	width: 98%;
}
#inquiry select {/* 下拉式選單 */
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {/* 送出按鈕 */
	text-align: center;
	margin-top: 30px;
}