@charset "big5";
body {
	margin: 0px;
	background: #85CED7 url(images/background.jpg) no-repeat fixed center top;
}
img {
	border-width: 0px;
}
#topbar {
	background: #333;
}
#main {
	margin: 0px auto;
	width: 980px;
	position: relative;
}
#bookArea {
	position: absolute;
	font: 10pt/20px Georgia, "新細明體";
	color: #231815;
	width: 210px;
	left: 715px;
	top: 150px;
	text-align: center;
}
#intro {
	background: url(images/bk_content.png);
	margin: 0px auto;
	width: 800px;
	padding: 25px 25px 25px 30px;
	font: 11pt/21px Georgia, "新細明體";
	color: #424242;
	letter-spacing: 0.02em;
}
#author {
	background: url(images/bk_content.png);
	margin: 0px auto;
	width: 800px;
	padding: 25px 30px;
	font: 11pt/21px Georgia, "新細明體";
	color: #424242;
	letter-spacing: 0.02em;
}
#commends {
	background: url(images/bk_content.png);
	margin: 0px auto;
	width: 800px;
	padding: 25px 30px;
	font: 11pt/21px Georgia, "新細明體";
	color: #424242;
	letter-spacing: 0.02em;
}
.commendName {
	color: #636;
	display: block;
	border-bottom: 1px dotted #85CED7;
	text-align: right;
}

#tryit {
	background: url(images/bk_content.png);
	margin: 0px auto;
	width: 800px;
	padding: 25px 30px;
	font: 11pt/21px Georgia, "新細明體";
	color: #424242;
	letter-spacing: 0.03em;
}
#reading {
	background: url(images/bk_content.png);
	margin: 0px auto;
	width: 800px;
	padding: 25px 30px;
	font: 11pt/21px Georgia, "新細明體";
	color: #424242;
	letter-spacing: 0.02em;
}


#wallpapers {
	background: url(images/bk_content.png);
	margin: 0px auto;
	width: 800px;
	padding: 25px 30px;
	font: 11pt/21px Georgia, "新細明體";
	color: #424242;
	letter-spacing: 0.02em;
}
#wallpapers a {
	color: #378884;
	text-decoration: none;
}
#wallpapers a:hover {
	text-decoration: underline;
}

/*
Back to top button 
*/
#back-top {
	position: fixed;
	bottom: 25px;
	margin-left: 940px;
}
#back-top a {
	width: 25px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #FF0;
}
/* arrow icon (span tag) */
#back-top span {
	width: 25px;
	height: 25px;
	display: block;
	margin-bottom: 7px;
	background: #FFCC00 url(images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	text-align: center;
}
#back-top a:hover span {
	background-color: #777;
}
#youtube {
	float: left;
	margin-right: 8px;
	padding-right: 8px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.text01 {
	color: #b44077;
}
.text02 {
	color: #1C9562;
}

.big {
	font-size: 12pt;
}
.small {
	font-size: 10pt;
	color: #666;
}
.title {
	font: bold 14pt "標楷體";
	color: #033;
}
