@charset "Shift_JIS";

div#select{
	width:570px;
}

div#select ul li{
	list-style:none;
	line-height:0;
}

div#select a{
	display:block;
	width:280px;
	height:60px;
	background-image:url(../images/menu.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

div#select a.bird{
	float:left;
}

div#select a.bird:hover{
	background-position:0 -60px;
}

div#select a.other{
	float:right;
	background-position:-280px 0;
}

div#select a.other:hover{
	background-position:-280px -60px;
}


div.book-lay2col{
	width:570px;
}

div.book-lay2col .left{
	float:left;
}

div.book-lay2col .right{
	float:right;
}