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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6FAD6;
	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}

#index {
	width:980px;
	margin:0 auto;
	position: relative;
}
#header {
	position: relative;
	width:980px;
	height: 44px;
}
#header_logo {
	position: absolute;
	width:279px;
	left: 0px;
	top: 20px;
}
#menu {
	position: absolute;
	width:345px;
	height:155px;
	right: 80px;
	top: 0px;
}
#header_card {
	width:73px;
	position: absolute;
	right: 0px;
	top: 5px;
}
#header_garden {
	width:980px;
	position: absolute;
	right: 0px;
	top: 175px;
}

#content {
	position: relative;
	width:980px;
	height: 1050px;
	margin-top: 120px;
}
#content_L {
	position: absolute;
	width:240px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 18px;
	color: #316A89;
	letter-spacing: 1px;
}

#content_R {
	position: absolute;
	width:750px;
	right: 0px;
}

#content_R_data {
	width:750px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 22px;
	color: #466f06;
	letter-spacing: 1px;
	right: 0px;
}

#footer {
	position: relative;
	width:980px;
	height: 70px;
	padding-top: 40px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_logo {
	position: absolute;
	width:900px;
	left: 40px;
	top: 50px;
	font-size: 13px;
	line-height: 22px;
	color: #4e7300;
	letter-spacing: 2px;
	text-align: center;
}
#footer_txt {
	position: absolute;
	width:400px;
	left: 550px;
	font-size: 12px;
	line-height: 18px;
	color: #4e7300;
	letter-spacing: 1px;
	top: 70px;
}
h2 {
	font-size: 20px;
	font-family: "標楷體";
	margin-top: 15px;
	margin-bottom: 7px;
}

