@charset "utf-8";
body {
	background-color: #E0E0EF;
}
/* CSS Document */

#warp {
	margin: 0 auto;
	width: 1100px;
}
#contect {
	float: left;
	width: 800px;
	padding-bottom: 100px;
}
#header {
	font-weight: bolder;
	color: #50A;
	background-color: #EEEEF7;
	float: left;
	width: 760px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 50px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 30px;
	font-size: 16px;
}
.main_contect {
	float: left;
	width: 800px;
	text-align: left;
	background-color: #FFF;
	padding-top: 10px;
}
.main_contect p {
	color: #242424;
	margin-right: 50px;
	margin-left: 80px;
	line-height: 25px;
	font-size: 13px;
}
.info li {
	font-size: 12px;
	line-height: 25px;
	color: #46008C;
}
.line {
	width: 660px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
}




.bookpic {
	width: 320px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.bookpic img {
	margin-left: 10px;
}
#bookcover {
	float: left;
}
#bookcover img {
	margin-top: 20px;
	margin-right: 80px;
	margin-bottom: 20px;
	margin-left: 80px;
}




h1 {
	font-size: 16px;
	font-weight: bolder;
	color: #46008C;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 15px;
}
a {
	font-size: 13px;
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC6600;
}
a:hover {
	text-decoration: underline;
	color: #CC9933;
}
a:active {
	text-decoration: none;
	color: #CC6600;
}
table {
	width: 400px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 12px;
}
table .title {
	background-color: #46008C;
	font-size: 16px;
	font-weight: bolder;
	color: #FFF;
	padding: 5px;
	border-width: 1px 1px 1px 5px;
	border-style: solid;
	border-color: #46008C;
}
table .style1 {
	border-width:1px 1px 1px 5px;
	border-style: solid;
	border-color: #46008C;
	padding: 5px;

}

table .style2 {
	border: 1px solid #46008C;
	padding: 5px;
	line-height: 20px;

}
