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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#index {
	width:1000px;
	margin:0 auto;
}
#header {
	position: relative;
	width:1000px;
	background-image: url(images/about-background.jpg);
	height: 122px;
}
#header_card {
	position: absolute;
	width:100px;
	right: 30px;
	top: 10px;
}
#menu {
	position: absolute;
	width:1000px;
	left: 50px;
	top: 86px;
	height: 50px;
	text-align: center;
}


#photo {
	position: relative;
	width: 1000px;
	height: 1400px;
	margin: 0 auto;
}

/*用於photo*/
#pic {
	width: 1000px;
	margin-left: 10px;
	margin-top: 10px;
	left: 10px;
	top: 20px;
}
#pic div.img
{
	margin: 2px;
	border: 0px 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: 220px;
	margin: 0px;
	color: #000;
}




#content {
	position: relative;
	width:1000px;
	margin-top: 20px;
}
#content_L {
	float: left;
	width:400px;
	left: 0px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1px;
	padding-left: 10px;
}
#content_R {
	float: right;
	width:571px;
	right: 0px;
}

#footer {
	clear: both;
	position: relative;
	width:100%;
	height: 176px;
	background-image: url(images/footer-background.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
#footer_txt {
	width:100%;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 120px;
}
.r15b {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #F3F;
}
