@charset "utf-8";
/* CSS Document */

#fullsearch{  /**全文檢索**/
	text-align:right;
	margin: 10px 20px -10px;
}

.submit {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 10px;
	padding: 0 5px;
}

/**標題**/
#ebookheader {
	color: #FFFFFF;
	background-color: #333333;
	margin: 20px 20px -20px;
	font-size: 120%;
	padding: 15px 25px 20px 20px;

	font-weight: bold;
	position: relative;
}

#goback {
	width:80px;
	position: absolute;
	font-size: 70%;
	font-weight: normal;
	text-align: right;
	top: 20px;
	right: 180px;
}

#goback a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#goback a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#goback a:hover {
	text-decoration: underline;
	color: #F7931E;
}
#goback a:active {
	text-decoration: none;
	color: #F15A24;
}


#pagenum {
	width:150px;
	font-size: 90%;
	text-align: right;
	vertical-align: middle;
	top: 15px;
	right: 30px;
	position: absolute;
}


.pagenum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}

/**內容**/
#page {
	clear:both;
	background-color: #FFFFFF;
	height: 1150px;
	margin: 20px 19px 20px 20px;

}

	/**上半部**/
#pageup {
	position: relative;
}

#PL {
	position: absolute;
	left: 80px;
	top: 8px;
}

#change {   /**切換圖文模式**/
	position: absolute;
	left: 766px;
	top: 8px;
}

#change_pic {
	display:none;
}

	/**主頁面**/
#pagemain {
	overflow: hidden;
}

#left {  /**分三欄的左大部**/
	float: left;
	width:100%;
	margin-right:-55px;
}

#last{  /**上一頁**/
	float: left;
	width: 55px;
	position: relative;
}

#last2 {  /**上一頁文字說明**/
	background-color: #FFFFFF;
	width: 45px;
	border: 1px solid #000000;
	position: absolute;
	height: 16px;
	left: 11px;
	top: 509px;
	visibility: hidden;
	padding:5px 10px;
	color: #000000;
	text-align: center;
}


#pages{  /**頁面內容**/
	margin: 0 55px 0 55px;
	background-color: #FFFFFF;
	height:1150px;
	overflow: auto;
	overflow-x:hidden;
}

#page_pic {
	margin-top: 20px;
	text-align: center;	
}


#txt {
	margin: 60px;
	display:none;
	color: #000000;
}


#next{  /**下一頁**/
    float:left;
	width:55px;
	height:1150px;
	position: relative;
}

#next2 {  /**下一頁文字說明**/
	background-color: #FFFFFF;
	width: 45px;
	border: 1px solid #000000;
	position: absolute;
	height: 16px;
	left: -21px;
	top: 509px;
	visibility: hidden;
	padding:5px 10px;
	color: #000000;
	text-align: center;
}

	/**頁面下部**/
#pagefooter {
	padding: 10px;
	background-color:#333333;
	margin: -20px 20px 20px;
	height:30px;

}

#pagefooterinner {
	margin-right: 55px;
	text-align: right;
	margin-bottom: 10px;
}

#pagefooterinner a:link {
	text-decoration: none;
	color: #CCCCCC;
}
#pagefooterinner a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#pagefooterinner a:hover {
	text-decoration: underline;
	color: #F7931E;
}
#pagefooterinner a:active {
	text-decoration: none;
	color: #F15A24;
}




























