@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Arial Unicode MS", "細明體", "新細明體", "標楷體", "微軟正黑體";
	font-size: 100%;
	background-image: url(http://www.ddc.com.tw/ec/event/2018/09/practice/images/female_bg.jpg);
	background-repeat: no-repeat;
	/*margin-top: 0px;*/
	background-size:cover;
	margin-right: auto;
	margin-left: auto;
	/*height: 1600px;*/
	width: 100%;
	background-attachment: fixed;
}
#logobg {
	background-color: #76292C;
	height: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #76292C;
	height: 50px;
	
}
#logo1 {
	width: 350px;
	height: 50px;
	position: absolute;
	left: 0px;
}

#logo2 {
	width: 220px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#logo3 {
	width: 670px;
	height: 25x;
	margin-top: 20x;
	position: absolute;
	bottom: 0px;
	left: 380px;
}
#wrapper {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#wrapper #header {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#nav {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#author {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#talk {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#about {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
#books {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}




/*TOP*/
#go_top{ width: 50px; height: 50px;float: right; margin: 20px 20px 0 0;position: fixed;z-index: 999; top:450px; right:0px}
#go_top a{width: 50px; height: 50px; background: url("../images/arrow_top.png"); position: fixed;}

.cfooter {
	clear: both;
}
#footer {
	background-color: #76292C;
	height: 60px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	font-family: "新細明體-ExtB";
	font-size: 12px;
	padding-top: 20px;
	/*padding-top: 10px;*/
	clear: both;
}
