@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: 370px;
}
#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;
}
#header_garden_2 {
	width:350px;
	position: absolute;
	right: 0px;
	top: 474px;
	z-index: 5;
}

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


#content_R {
	float: right;
	width:620px;
	right: 0px;
}

#content_R_out {
	position: relative;
	width:620px;
}
#content_R_data {
	position: absolute;
	width:620px;
	top: 150px;
	z-index: 1;
}
#content_R_data img{
	margin: 0px 0px;
}

#myimages {
	clear: both;
	position: relative;
	width:980px;
	margin-top: 20px;
}
#myimages img{
	margin: 2px 2px;
}

#footer {
	clear: both;
	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;
}
