@charset "utf-8";
body {
	font-family: "微軟正黑體", Tahoma;
	font-size: 11pt;
	line-height: 24px;
	color: #1F160D;
	background-image: url(../images/background.jpg);
}
.topbar {
	background-color: #333;
}

.container {
	background-image: url(../images/index1_24.jpg);
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FBF4E4;
}
.BookInfo {
	font-size: 10pt;
	text-align: center;
	vertical-align: top;
}
.BookName {
	font-size: 11pt;
	font-weight: bold;
	color: #630;
}
.price {
	color: #900;
}
.footer {
	background-image: url(../images/index_45.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	height: 240px;
}
.story1 {
	background-image: url(../images/index_35.jpg);
	background-repeat: no-repeat;
	height: 357px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.story2 {
	background-image: url(../images/index_37.jpg);
	background-repeat: no-repeat;
	height: 54px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.story3 {
	background-image: url(../images/index_39.jpg);
	background-repeat: no-repeat;
	height: 352px;
	padding-top: 0px;
	padding-right: 100px;
	padding-bottom: 0px;
	padding-left: 70px;
}
.imgRight {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgLeft {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.article {
	margin-top: 12px;
	height: 310px;
	overflow: auto;
}
/*
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: #FFFF00;
	/* 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: #990000;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #666666;
}
