﻿/* 主要樣式 */
#backtotop {
	display:scroll;
	position:fixed;
	bottom:5px;
	right:5px;
	z-index:10;
	_position:fixed;
	_float: right;
}
a:link, a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
#header {
	width:100%;
	height:30px;
	background-color: #FD9500;
}
#top {
	z-index:10;
	width:950px;
	height:350px;
	padding-bottom:13px;
}
#mid {
	width:950px;
	height:100%;
}
#left {
	width:250px;
	float:left;
	height: auto;
	min-height: 100%;
}
#right {
	width:700px;
	_width:690px;
	float:left;
}

#right_top{
	*margin-top:-1px;
	margin-top:2px;
	background-image:url(../images/public_r_top.jpg);
	width:14px;
	height:14px;
	background-repeat:no-repeat;
	background-position:left top;
	}

#left_top_left, #left_top_mid, #left_mid_left, #left_mid_mid, #right_left{
	float:left;
}
#left_top {
	clear:both;
	width:250px;
	height:43px;
}
#left_mid {
	clear:both;
	width:250px;
	height: 100%;
}
#left_top_left {
	background-image:url(../images/public_l_top_left.jpg);
	background-repeat:no-repeat;
	width:32px;
	height:43px;
}
#left_top_mid {
	width:218px;
	background-image:url(../images/public_l_top_mid.jpg);
	background-repeat:repeat-x;
	height:43px;
}
#left_mid_left {
	width:32px;
	background-image:url(../images/public_l_left_left.jpg);
	background-repeat:repeat-y;
	float:left;
	height:100%;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
}
#left_mid_mid {
	background-image:url(../images/public_l_mid.jpg);
	background-repeat:repeat;
	width:218px;
	height:100%;
	float:right;
		padding-bottom: 2000px;
	margin-bottom: -2000px;
}

#list li a {
	text-align:center;
	line-height:45px;
}
#right_left{
	width:14px;
	height:100%;
	}
#right_left_mid{
	background-image:url(../images/public_m_mid.jpg);
	background-repeat:repeat;
	height:100%;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	}
#book{
	width:90%;
	margin:10px auto;
	clear: both;
	}
/* 推薦書目 */
.commend_book{
	padding-bottom:15px;
	}
.gray {
	color:#333;
	font-weight:bold;
	font-size: 13px;
}
.red {
	color:#C00;
	font-weight:bold;
	font-size: 15px;
}
.big_book {
	text-align:center;
}
.big_book img{
	width:120px;
	}
.book_price {
	color:#666;
	padding:10px 0px 0px 40px;
}
.book_price li {
	line-height:21px;
}
.add {
	padding:5px 0px 0px 25px;
}
.add img {
	border:1px solid #666;
}
