@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#eee;
	font-family: "微軟正黑體", "標楷體";
	}

.header {
	width:1000px;
	
	height: 140px;
	position: relative;
	margin:0 auto;
}
.banner {
	width:1000px;
	position: relative;
	margin:0 auto;
}
#header {
	width:1000px;
	background-image: url(images/bg_leaves.jpg);
	background-repeat: no-repeat;
	height: 140px;
	position: relative;
}
#header_logo {
	position: absolute;
	width:114px;
	top: 13px;
	left: 50px;
}
#menu_top {
	background-image:url(images/menu_top_bg.gif);
	position: absolute;
	width:265px;
	height:25px;
	top: 0px;
	right:0px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	color: #867F75;
	letter-spacing: 2px;
}
#menu_top a:link{
	color: #867F75;
	text-decoration: none;
}
#menu_top a:visited{
	color: #867F75;
	text-decoration: none;
}

#menu_top a:hover{
	color: #867F75;
	text-decoration: underline;
}

#menu {
	position: absolute;
	width: 475px;
	height: 54px;
	top: 80px;
	right: 0px;
}


#box{
	width:380px; 
	height:100px;
	overflow:hidden; 
	font-size:12px; 
}
#box li{ 
	list-style:none; 
	line-height:24px;
}


#footer {
	position: relative;
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	margin-top: 60px;
}
#footer_logo {
	position: absolute;
	width:188px;
	left: 20px;
	bottom: 40px;
}
#footer_txt {
	position: absolute;
	width:800px;
	left: 200px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
	bottom: 40px;
}
#footer_txt a:link{
	text-decoration: none;
}
#footer_txt a:hover{
	text-decoration: none;
}
#footer_txt a:visited{
	text-decoration: none;
	color: #333333;
}

#link {
	position: relative;
	width:900px;
	height: 60px;
	left: 30px;
}


.c12 {
	font-size: 12px;
	line-height: 18px;
}
.r12b {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #FF3300;
}
.r15b {
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #FF3300;
}
h2 {
	padding:0px;
	margin:0px;
	font-size:15px;
	font-weight:bold;
	display: inline;
}
h3 {
	font-family: "標楷體";
	font-size: 18px;
	line-height: 36px;
	color: #CC3333;
	margin-bottom: -8px;
	margin-top: -2px;
}
