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


#title{
	width:80px;
	height:20px;
}

#title h2{
	width:80px;
	height:20px;
	background-image: url(../../works_book/img/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

#worksBox{
	margin:33px 0 0 0;
}

.bookBox{
	float: left;
	width: 90px;
	height:180px;
	padding:0 36px 0 0;
}

.bookBox p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 200%;
	color: #000;
}

.bookBox a{
	text-decoration:none;
	display:block;
}

.bookBoxBig{
	width: 720px;
	position:relative;
}

.bookBoxBig img{
	margin:0 0 5px 0;
}

.bookBoxBig p{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 200%;
	color: #000;
}

.bookThumBox{
	position:absolute;
	top:483px;
	right:0px;
}

.bookThum{
	float:left;
	margin:0 0 0 5px;
}

.bookThum img{
	filter: alpha(opacity=100);
	opacity:1.0;
}

.bookThum a:hover img{
	filter: alpha(opacity=50);
	opacity:0.5;
}
