@charset "big5";
body {
	margin: 0px;
	background-color: #B3AB93;
	background-image: url(../images/background.jpg);
}
img {
	border-width: 0px;
}
table {
	border-width: 0px;
}
.container {
}
.topbar {
	background-color: #424142;
}
.header {
	background-image: url(../images/index_01.jpg);
	background-repeat: no-repeat;
	height: 601px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.main {
	color: #333333;
	letter-spacing: 0.2px;
	width: 980px;
	background-color: #F6F3EC;
	font-family: Tahoma, "微軟正黑體";
	font-size: 11pt;
	line-height: 24px;
	background-image: url(../images/index_19.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-position: top;
}
.main a {
	color: #333;
	text-decoration: underline;
}
.main a:hover {
	text-decoration: none;
}
.content {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 60px;
	background-image: url(../images/index_20.jpg);
}
.content td {
	text-align: left;
	vertical-align: top;
}
.content_left {
	padding-right: 15px;
}
.article {
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img {
	margin-bottom: 5px;
}
.img_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.book_info {
	color: #333333;
	font-family: Tahoma, "新細明體";
	font-size: 10pt;
	line-height: 22px;
}
.bookName {
	font-weight: bold;
	color: #272727;
	font-size: 10.5pt;
}
.price {
	color: #BA332E;
	font-weight: bold;
}
.small {
	font-size: 10pt;
	color: #505050;
	word-spacing: -1pt;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif, "新細明體";
}
.cover {
	border: 1px solid #CCC;
}
.text01 {
	color: #840000;
}
.text02 {
	font-size: 11pt;
	font-weight: bold;
}
.text03 {
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	background-color: #C30;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-right: 6px;
}
.text04 {
	font-weight: bold;
	color: #900;
	font-size: 14pt;
	font-family: "標楷體";
	line-height: 28px;
}
.text05 {
	font-weight: bold;
	color: #5A3301;
	font-size: 14pt;
	font-family: "標楷體";
}
.text06 {
	color: #333;
	font-size: 13pt;
	font-family: "標楷體";
	line-height: 25px;
}
.footer {
	text-align: center;
	padding-top: 60px;
	background-image: url(../images/index_27.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
}
/*
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: #6E3D8E;
	/* 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: #CC3300;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #996600;
}
