﻿.boder0 {
	border-width: 0px;
}
.middle {
	border-width: 0px;
	vertical-align: middle;
}
/*==================================版面CSS(母版共通樣式)==================================*/
html{/*卷軸*/
scrollbar-face-color:##FFFFFF;/*整個卷軸顏色*/
scrollbar-base-color:#FFFFFF;/*基底顏色*/
scrollbar-arrow-color:#52BFC5;/*箭頭*/
scrollbar-track-color:#FFFFFF;/*卷軸底色*/
scrollbar-shadow-color:#663300;/*右下內邊框*/
scrollbar-highlight-color:#663300;/*左上內*/
scrollbar-3dlight-color:#FFFFFF;/*左上外*/
scrollbar-darkshadow-Color:#FFFFFF;/*陰影*/
}
body{
margin:0;
padding:0;
line-height: 1.5em;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
/*整個網頁*/
		width: 999px; /*Width of main container*/;
	margin: 0 auto; /*Center container on page*/
}
#topsection{
	/*TOP的位置、長寬高*/
		height: 210px;
	background-image: url('images/top_bk.png');
	background-repeat: repeat-x;
}
#topsection_h1{
	/*TOP的LOGO圖*/
		height: 195px;
	background-image: url('images/topbig.gif');
	background-repeat: no-repeat;
}
#topsection_main {
	/*top的選單*/
		height: 195px;
	margin-top: 5px;
}
#contentwrapper{/*整個內文最外圍*/
	float: left;
	width: 100%;
	height: auto;
}
#contentcolumn{/*內文中間*/
	margin: 0 230px 0 242px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#contentcolumn2 {
/*內文中間*/
		margin: 0 15px 0 242px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	/*內文左*/
		float: left;
	width: 200px; /*Width of left column in pixel*/;
	margin-left: -960px; /*Set margin to that of -(MainContainerWidth)*/;
}
#rightcolumn{/*內文右*/
	float: left;
	width: 203px; /*Width of right column*/;
	margin-left: -210px; /*Set left margin to -(RightColumnWidth)*/;
}
#footer{
	/*CopyRight(頁尾)*/
		clear: left;
	width: 100%;
	color: #FFF;
	text-align: center;
	height: 94px;
	background-image: url('images/but_01.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 0;
	padding-left: 0;
}
#footer_bk{
	/*頁尾內容*/
		background-image: url('images/copyright.png');
	background-repeat: no-repeat;
	height: 72px;
	width: 999px;
	color: #328D92;
	font-size: 11px;
	font-family: Arial;
}
.link {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url('images/right_04.gif');
	background-repeat: no-repeat;
	list-style-type: circle;
}
.commend {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url('images/right_05.gif');
	background-repeat: repeat-y;
	list-style-type: circle;
}


.edm {
/*強力主打書*/
		font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url('images/right_02.gif');
	background-repeat: no-repeat;
	list-style-type: circle;
	text-align: center;
}
.other2 {
/*選購部分*/
		font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-image: url('images/right_03.gif');
	background-repeat: no-repeat;
	list-style-type: circle;
}
.member_in {
/*會員登入/登出後區塊*/
		padding: 3px;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	background-image: url('images/right_01.gif');
	background-repeat: no-repeat;
	list-style-type: circle;
}
.book_catalog {
/*總書目分類*/
		border: 3px solid #52BFC5;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	list-style-type: circle;
}
.other1 {
/*選購部分*/
		font-size: 13px;
	color: #333333;
	text-decoration: none;
	background-image: url('images/left_01.gif');
	background-repeat: no-repeat;
	list-style-type: circle;
}
.action {
/*主題閱讀*/
		font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-image: url('images/left_02.gif');
	background-repeat: no-repeat;
	list-style-type: circle;
}

/*====================================文字CSS=====================================*/

.main_text {
	/*主要文字*/
		font-size: 13px;
	color: #3A3A3A;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	padding-left: 2px;
	line-height: 17px;
}
.main_text a:link {
	font-size: 12px;
	color: #4B4B4B;
	padding-right: 5px;
	text-decoration: none;
}
.main_text a:visited {
	font-size: 12px;
	color: #4B4B4B;
	padding-right: 5px;
	text-decoration: none;
}
.main_text a:hover {
	font-size: 12px;
	color: #663300;
	padding-right: 5px;
	text-decoration: underline;
}
.main_text a:active {
	font-size: 12px;
	color: #4B4B4B;
	padding-right: 5px;
	text-decoration: none;
}
.foot_link {
/*頁尾連結*/
		padding: 1px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D5824C;
}
.foot_link a:link {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.foot_link a:visited {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.foot_link a:hover {
	padding: 2px;
	color: #990000;
	text-decoration: none;
}
.foot_link a:active {
	padding: 2px;
	color: #999999;
	text-decoration: none;
}
.next_page {
	/*換頁CSS*/
		font-size: 13px;
	color: #016672;
	text-decoration: none;
	line-height: 16px;
}
.next_page a:link {
	color: #016672;
	font-family: 新細明體;
	text-decoration: none;
}
.next_page a:visited {
	color: #016672;
	font-family: 新細明體;
	text-decoration: none;
}
.next_page a:hover {
	padding: 0px;
	color: #663300;
	font-family: 新細明體;
	text-decoration: none;
}
.next_page a:active {
	color: #016672;
	font-family: 新細明體;
	text-decoration: none;
}

/*----------------------------以下為不共通CSS-------------------------------*/

.bkbook {
	border: 1px solid #F39438;
	font-size: 12px;
	color: #666666;
	padding-top: 7px;
	padding-bottom: 7px;
}
.blue2 {
	padding: 1px;
	font-size: 13px;
	color: #0195A5;
	font-family: 超研澤細圓;
	text-decoration: none;
}
.blue2 a:link {
	padding: 2px;
	color: #0195A5;
	font-family: 新細明體;
	text-decoration: none;
}
.blue2 a:visited {
	padding: 2px;
	color: #0195A5;
	text-decoration: none;
}
.blue2 a:hover {
	padding: 2px;
	color: #CC3300;
	text-decoration: underline;
}
.blue2 a:active {
	padding: 2px;
	color: #0195A5;
	text-decoration: none;
}
.booklist {
	padding: 1px;
	font-size: 15px;
	color: #4A7B7C;
	font-family: 華康細圓體;
	text-decoration: none;
	background-image: url('images/booklist_1.gif');
	background-repeat: no-repeat;
	text-indent: 40px;
	font-weight: bold;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #F39438;
}
.booklist a:link {
	color: #306B6C;
	text-decoration: none;
	display: block;
}
.booklist a:visited {
	color: #4A7B7C;
	text-decoration: none;
}
.booklist a:hover {
	color: #4A7B7C;
	text-decoration: none;
	background-image: url('images/booklist_2.gif');
	background-repeat: no-repeat;
	display: block;
}
.booklist a:active {
	color: #4A7B7C;
	text-decoration: none;
}

.sky {
	padding: 2px;
	font-size: 13px;
	color: #499EE4;
	text-decoration: none;
}
.sky a:link {
	color: #499EE4;
	text-decoration: underline;
}
.sky a:visited {
	color: #499EE4;
	text-decoration: none;
}
.sky a:hover {
	color: #0054A8;
	text-decoration: none;
}
.sky a:active {
	color: #499EE4;
	text-decoration: none;
}

.df_search {
	padding: 2px;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C8AF94;
}
.bkbook_line {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #F39438;
}
.pink {
	font-size: 10px;
	color: #C70549;
}

.bookstore {
	padding: 1px;
	font-size: 15px;
	color: #4A7B7C;
	font-family: 華康細圓體;
	text-decoration: none;
	background-image: url('images/booklist_1.gif');
	background-repeat: no-repeat;
	text-indent: 40px;
	font-weight: bold;
	display: block;
}
.bookstore a:link {
	color: #306B6C;
	text-decoration: none;
}
.bookstore a:visited {
	color: #4A7B7C;
	text-decoration: none;
}
.bookstore a:hover {
	color: #4A7B7C;
	text-decoration: none;
	background-image: url('images/booklist_2.gif');
	background-repeat: no-repeat;
	display: block;
}
.bookstore a:active {
	color: #4A7B7C;
	text-decoration: none;
}


.menu_bk {
	font-size: 13px;
	color: #663300;
	background-color: #EEEEEE;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #FEEB67;
}
.search_title {
	padding: 1px;
	font-size: 12px;
	color: #0195A5;
	text-decoration: none;
	line-height: 16px;
}
.search_title a:link {
	padding: 2px;
	color: #0195A5;
	text-decoration: none;
}
.search_title a:visited {
	padding: 2px;
	color: #0195A5;
	text-decoration: none;
}
.search_title a:hover {
	padding: 2px;
	color: #CC3300;
	text-decoration: underline;
}
.search_title a:active {
	padding: 2px;
	color: #0195A5;
	text-decoration: none;
}


.red {
	font-size: 11px;
	color: #CC0000;
	line-height: 15px;
}
.brown {
	font-size: 12px;
	color: #663300;
}
.search_line {
	padding: 1px;
	font-size: 12px;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #663300;
}
.brike {
table-layout: fixed; 
word-wrap: break-word; /* 英文單字自動換行 */ 
word-break: normal;/* 正常避頭尾 */ 
}

.bookha_title {
	font-size: 15px;
	color: #306342;
	text-decoration: none;
	font-family: 微軟正黑體;
	font-weight: bold;
}

.bookha_title a:link {
	font-size: 15px;
	color: #306342;
	text-decoration: none;
	font-family: 微軟正黑體;
	font-weight: bold;
}
.bookha_title a:visited {
	font-size: 15px;
	color: #306342;
	text-decoration: none;
	font-family: 微軟正黑體;
	font-weight: bold;
}

.bookha_title a:hover {
	font-size: 15px;
	color: #306342;
	text-decoration: none;
	font-family: 微軟正黑體;
	font-weight: bold;
}

.edm_title {
	font-size: 15px;
	color: #0E5356;
	text-decoration: none;
	font-family: 微軟正黑體;
	font-weight: bold;
}

.green {
	padding: 2px;
	font-size: 13px;
	color: #018B51;
	text-decoration: none;
}
.green a:link {
	color: #018B51;
	text-decoration: none;
}
.green a:visited {
	color: #018B51;
	text-decoration: none;
}
.green a:hover {
	color: #0054A8;
	text-decoration: none;
}
.green a:active {
	color: #018B51;
	text-decoration: none;
}
.orange {
	font-size: 13px;
	color: #D5824B;
	text-decoration: none;
}
.edmtable {
	border-width: 1px;
	border-color: #999999;
	border-top-style: solid;
	border-left-style: solid;
}
.edmgray {
	border-width: 1px;
	border-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	background-color: #3FB4BA;
	color: #FFFFFF;
	font-size: 14px;
	padding: 2px;
	font-family: 微軟正黑體;
}
.edmtext2 {
	border-width: 1px;
	border-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	color: #333333;
	font-size: 12px;
	padding: 2px;
}
.edmtext {
	border-width: 1px;
	border-color: #999999;
	border-right-style: solid;
	border-bottom-style: solid;
	color: #4D4D4D;
	font-size: 12px;
}
.edmBK {
	font-size: 13px;
	text-decoration: none;
	background-image: url('images/edm/orangeBK_2.gif');
	background-repeat: repeat-y;
}
.member_fallow {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	overflow: auto;
}
.red2 {
	font-size: 12px;
	color: #CC0000;
	text-decoration: line-through;
}
.yellow {
	border: 2px solid #F1FC69;
	font-size: 12px;
	color: #015665;
}
.bigtableBK {
	font-size: 12px;
	text-decoration: none;
	background-image: url('images/member/big_table2.gif');
	background-repeat: repeat-y;
}

.hand {
	cursor:auto
}
.white {
	color: #FFFFFF;
	font-size: 12px;
}

