@charset "utf-8";
body {
	background-color: #FBF3E8;
	background-image: url(../images/background.jpg);
	margin: 0px;
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	color: #402A13;
	line-height: 24px;
}
.topbar {
	background-color: #333;
}

.container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
.BookInfo {
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
}
.BookName {
	font-weight: bold;
	color: #630;
}
.price {
	color: #B81B22;
}
.reading {
	background-image: url(../images/index_27.jpg);
	background-repeat: repeat-y;
}
.issuuembed {
	height: 465px;
	width: 650px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.readingBack {
	background-image: url(../images/index_27a.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer {
	background-image: url(../images/index_30.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 142px;
	text-align: right;
	padding-top: 60px;
	padding-right: 220px;
}
/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 0px;
	float: right;
	right: 10px;
}
#back-top a {
	width: 35px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #EC4535;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.header {
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	height: 578px;
	width: 1000px;
}

#back-top a:hover {
	color: #FFFFFF;
}
/* arrow icon (span tag) */
#back-top span {
	width: 35px;
	height: 35px;
	display: block;
	margin-bottom: 7px;
	/* rounded corners */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	text-align: center;
	background-color: #EC4535;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #121119;
}
