@charset "big5";
body {
	margin: 0px;
	background-color: #242B02;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
	font-family: Tahoma, "微軟正黑體";
	font-size: 11pt;
	line-height: 24px;
	color: #101D05;
}
img {
	border-width: 0px;
	margin: 0px;
}
table {
	border-width: 0px;
}
.container {
	background-image: url(../images/header_back.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;


}
.topbar {
	background-color: #333;
}
.header {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align: bottom;
}
	/* end hide */

.main {
	position: relative;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/main_back.png);
}
.main a {
	color: #069;
	text-decoration: none;
}
.main a:hover {
	text-decoration: underline;
}
.content {
	background-image: url(../images/index_20.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 30px;
	padding-left: 35px;

}
.content1 {
	text-align: left;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 55px;
	padding-left: 30px;
}

.content td {
	vertical-align: top;
}
.content li {
	display: block;
	float: left;
	width: 260px;
	text-align: left;
	vertical-align: top;
	height: 200px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #FFF;
	margin-left: 10px;
	background-color: #FAF5F1;
}
.content ul {
	margin-left: 0px;
}
.content_left {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 27px;
	padding-left: 0px;
}
.content_right {
	width: 260px;
	font-family: Tahoma, "微軟正黑體";
	font-size: 10pt;
	text-align: center;
	color: #231815;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}




.footer {
	text-align: center;
	padding-top: 40px;
	color: #333;
	padding-bottom: 80px;
	background-image: url(../images/index_21.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.footer a {
	color: #333;
	text-decoration: none;
}
.footer a:hover {
	color: #9AC93D;
	text-decoration: none;
}
.author {
	background-color: rgba(255,255,255,0.5);
	overflow: hidden;
	padding: 20px;
	border: 1px dotted #FFF;
}
.commend_name {
	font-family: Tahoma, Geneva, sans-serif, "新細明體";
	text-align: right;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	color: #00a4c2;
	font-weight: bold;
}
.small {
	font-size: 10pt;
	font-weight: normal;
	color: #333;
}
.book_name {
	font-size: 11pt;
	font-weight: bold;
	color: #000;
}
.price {
	font-weight: bold;
	color: #990000;
}
.textImg {
	vertical-align: middle;
}
.title_img {
	background-color: #264e1a;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.img_right {
	display: block;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.text01 {
	color: #990000;
}

.text02 {
	font-weight: bold;
	color: #552B00;
}
.text03 {
	color: #C00;
}
.text04 {
	font-weight: bold;
	color: #264E1A;
}
.text06 {
	color: #264E1A;
	background-color: #D3DED1;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	font-weight: bold;
	border-radius:10px;

}



/*
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: #0a8ccf;
	/* 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: #CCCCCC;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#back-top a:hover span {
	background-color: #99FF00;
}
