@charset "big5";
body {
	background-color: #F7F7F7;
	background-image: url(../images/background.jpg);
}
.container {
	width: 100%;
	position: relative;
}
.topbar {
	background-color: #434343;
}
.header {
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	height: 549px;
	width: 1000px;
}
.main {
	width: 1000px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bookInfo {
	font-family: "·L³n¥¿¶ÂÅé", Tahoma;
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
	line-height: 22px;
}
.bookName {
	font-family: "·L³n¥¿¶ÂÅé", Tahoma;
	font-size: 11pt;
	line-height: 20px;
	font-weight: bold;
}
.price {
	font-weight: bold;
	color: #D73D32;
}
.issuuembed {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.footer {
	background-image: url(../images/index_24.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 150px;
	font-size: 10pt;
	line-height: 20px;
	color: #FFF;
	text-align: center;
}
/*
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: #996699;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#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: #D63932;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #285D9F;
}
