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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/header_background.jpg);
	background-repeat: no-repeat;
	background-position:0% 0%;
	}
#index {
	width:1000px;
	height: 2260px;
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header {
	width:1000px;
	height:360px;
	position: relative;
}

#content {
	width:920px;
	height:360px;
	position: relative;
	left: 60px;
}

#content_left {
	width:520px;
	font-size: 15px;
	line-height: 22px;
	color: #333333;
	letter-spacing: 1px;
	float: left;
}
/*#content_left img{
	border: 1px solid #ccc;
	padding: 7px;
}
*/#content_right {
	width:350px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	letter-spacing: 1px;
	float: right;
}
/*#content_2 img{
	border: 1px solid #ccc;
	padding: 7px;
}
*/
#map {
	width:580px;
	float: right;
	margin-right: 10px;
}
#map_txt {
	width:380px;
	float: left;
	margin-left: 20px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	letter-spacing: 1px;

	list-style-type:none;
	margin:0px;
	padding:0px;
}
#map_txt img{
	margin-left: 50px;
}


#footer {
	width:1000px;
	position: relative;
	height: 150px;
}
#footer_logo {
	width:278px;
	left: 30px;
	bottom: 40px;
	position: absolute;
}
#footer_txt {
	width:700px;
	left: 330px;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	letter-spacing: 1px;
	bottom: 50px;
	position: absolute;
}
/*用於flower*/
#pic {
	clear: both;
	width: 990px;
	margin-left: 10px;
	margin-top: 10px;
}
#pic div.img
{
	margin: 2px;
	border: 1px solid #dddddd;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	
#pic div.img img
{
  display: inline;
  margin: 7px;
  border: 1px solid #ffffff;
}
#pic div.desc
{
  text-align: center;
  font-size: 12px;
  line-height: 22px;
  width: 300px;
  margin: 0px;
}


.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;
}