@charset "big5";
body {
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	line-height: 21px;
	color: #402636;
	background-color: #F0E4CC;
	background-image: url(../images/background.jpg);
}
.topbar {
	background-color: #333;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container {
	width: 100%;
	position: relative;
}
.main {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
.coverArea {
	background-image: url(../images/index_04.jpg);
	height: 519px;
	width: 255px;
	text-align: center;
	vertical-align: top;
	font-family: "微軟正黑體", Tahoma;
	font-size: 10pt;
	line-height: 22px;
}
.bookName {
	font-family: Arial, Helvetica, sans-serif, "新細明體-ExtB";
	font-size: 11pt;
	font-weight: bold;
	color: #BC450D;
	line-height: 24px;
}
.reading {
	background-image: url(../images/back1.jpg);
	background-repeat: repeat-y;
	text-align: center;
	vertical-align: top;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.reading td {
	padding: 10px;
}
.reading img {
	border: 1px solid #CCC;
}
.price {
	color: #BC450D;
}
.footer {
	background-image: url(../images/index_41.jpg);
	text-align: center;
	height: 115px;
}

/*
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: #C04524;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #FFCC00;
}
