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

#bookbar{
	width:1000px;
	height:100px;
}

#mainbook{
	width:470px;
	height:650px;
	float:left;
}

#subbook{
	width:490px;
	height:650px;
	float:left;
}

a:hover{
	opacity: 0.3;
}

#tyumon{
	width:1000px;
	height:100px;
	clear:both;
	text-align:center;
}

#foot{
	width:1000px;
	height:100px;
}