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

/* book */


#book #contents a:hover {
	text-decoration: none;
	/*filter: alpha(opacity=50);*/
	-moz-opacity:0.5;
	opacity:0.5;
}


#book #contents {
	background: url(../../images/dot_red.gif);
	padding-top: 30px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	line-height: 160%;
}
#book #main {
	background: #FFF;
	padding-top: 30px;
	text-align: center;
	width: 858px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
#book #bookMidashi p {
	display: none;
}

#book #bookMidashi h2 {
	background: url(images/title.gif) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 240px;
}
#book #bookOutline {
	background: #F5F5F5 url(images/thumbnail.gif) no-repeat 20px 20px;
	padding: 20px 20px 20px 220px;
	margin-right: 50px;
	margin-left: 50px;
	text-align: left;
}
#book #bookOutline h3 {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
}
#book #bookOutline ul {
	margin: 0px;
	padding: 0px 0px 20px;
}

#book #bookOutline ul li {
	padding: 0px 0px 5px;
}
#book #bookOutline #web {
	padding-top: 10px;
}

#book #bookOutline #web a {
	background: url(images/btn_2.gif) no-repeat;
	height: 29px;
	width: 267px;
	display: block;
	text-indent: -9999px;
}
#book #bookOutline #web a:hover {
	background: url(images/btn_2.gif) no-repeat 0px -29px;
}


/* ページのトップへ */

#book #main #banners {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#book #banners .returnTop {
	float: left;
	height: 29px;
	width: 127px;
}
#book #banners .returnTop a {
	background: url(../../images/btn_return_red.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 127px;
}
#book #banners .returnTop a:hover {
	background: url(../../images/btn_return_red.gif) no-repeat 0px -29px;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 127px;
}
#book #bookTitle {
	background: url(images/book.jpg) no-repeat center top;
	height: 450px;
}

#book #bookTitle h3,
#book #bookTitle ul {
	display: none;
}
#book #bookSample {
	background: url(images/sample.jpg) no-repeat left 60px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	height: 1330px;
}

#book #bookSample h3 {
	background: url(images/midashi.gif) no-repeat center top;
	height: 65px;
	text-indent: -9999px;
}
#book #bookSample ul {
	padding-left: 410px;
}

#book #bookSample ul .text0 {
	background: url(images/text_0.gif) no-repeat left top;
	height: 162px;
}
#book #bookSample ul .text1 {
	background: url(images/text_1.gif) no-repeat left top;
	height: 162px;
}
#book #bookSample ul .text2 {
	background: url(images/text_2.gif) no-repeat left top;
	height: 192px;
}#book #bookSample ul .text3 {
	background: url(images/text_3.gif) no-repeat left top;
	height: 222px;
}
#book #bookSample ul .text4 {
	background: url(images/text_4.gif) no-repeat left top;
	height: 162px;
}
#book #bookSample ul .text5 {
	background: url(images/text_5.gif) no-repeat left top;
	height: 132px;
}

#book #bookSample h4,
#book #bookSample p {
	display: none;
}
#book #bookBuy {
	background: #f1f1f1;
	clear: both;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#book #bookBuy h3 {
	display: block;
	text-align: left;
	padding-left: 50px;
	padding-bottom: 10px;
}
#book #bookBuy #buyBtn {
	background: url(images/buy_text.gif) no-repeat 100px 10px;
	text-align: left;
	padding-top: 30px;
	padding-left: 100px;
	color: #F00;
	padding-bottom: 10px;
}
#book  #bookBuy #buyBtn .nodisp {
	display: none;
}

#book #bookBuy #buyBtn .btn a {
	background: url(images/buy_btn.gif) no-repeat;
	text-indent: -9999px;
	display: block;
	height: 29px;
	width: 167px;
}
#book #bookBuy #buyBtn .btn a:hover {
	background: url(images/buy_btn.gif) no-repeat 0px -29px;
}
