@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;
}
#content {
	position: relative;
	width:1000px;
	margin-top: 20px;
}
#content_L {
	float: left;
	width:530px;
	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:450px;
	right: 0px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1px;
}
#content_map {
	clear: both;
	width:1000;
}
#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;
}
