@charset "utf-8";
.book-bg {
	background-color: #FFF;
	background-image: url(image/book-tit.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "微軟正黑體";
	font-size: 15px;
	line-height: 1.8em;
	color: #000;
}
#con-book {
	width: 925px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 305px;
	padding-left: 25px;
}
ul.menu {
	display:block;
	height: 36px;
	width: 400 px;
	clear: both;
	padding-top: 0px;
	padding-left: 0px;
}
ul.menu li {
	display:inline-block;
	height: 31px;
	padding-left: 5px;
	padding-top: 3px;
	float: left;
	margin-right: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 105px;
	border-radius:10px;
	background-color: #cff7fe;
}
ul.menu li a{
	display:inline-block;
	height: 31px;
	padding-left: 5px;
	padding-top: 3px;
	float: left;
	margin-right: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 105px;
}
ul.menu li:hover a, ul.menu li.current a {
	display:inline-block;
	height: 31px;
	padding-left: 30px;
	padding-top: 3px;
	float: left;
	background-image: url(image/ul-ball.png);
	background-repeat: no-repeat;
	background-position: 0px -3px;
	margin-right: 7px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	width: 105px;
}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.8em;
	font-weight: bold;
	color: #FFF;
	background-color: #CC3300;
	border-radius:12px;
	box-shadow:3px 3px 3px #999;
	margin-right: 10px;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 20px;
}
#book-head-1 {
	height: 41px;
	width: 845px;
	padding-left: 75px;
	padding-top: 20px;
	background-image: url(image/book-tit-1.png);
	background-repeat: no-repeat;
	color: #009;
	margin-bottom: 10px;
}
#book-head-2 {
	height: 41px;
	width: 845px;
	padding-left: 75px;
	padding-top: 20px;
	background-image: url(image/book-tit-2.png);
	background-repeat: no-repeat;
	color: #900;
	margin-bottom: 10px;
}
#book-head-3 {
	height: 41px;
	width: 835px;
	padding-left: 85px;
	padding-top: 20px;
	background-image: url(image/book-tit-3.png);
	background-repeat: no-repeat;
	color: #C03;
	margin-bottom: 10px;
}
#book-head-4 {
	height: 41px;
	width: 845px;
	padding-left: 75px;
	padding-top: 20px;
	background-image: url(image/book-tit-4.png);
	background-repeat: no-repeat;
	color: #600;
	margin-bottom: 10px;
}
