@charset "utf-8";
/* CSS Document */

#big-box{
	/*height: 500px;*/
}
#big-box h3{
	border-bottom:1px solid #FF0000;
	margin-top:40px;
	padding-bottom:10px;
	text-align: center;
	
}
.image{
	height: 420px;
	width: 500px;
	float: left;
}
.book{
	margin-left:128px;
}
.box-right{
	height:420px;
	width:500px;
	float: right;
	
}
.naiyou{
	width:420px;
	
}
.naiyou p{
	border-bottom:1px dashed;
	line-height: 2;
}
.return{
	clear: both;
}
a{
	text-decoration:none;
	color:#3E3E3E;
}
