@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/bg_redcarpet.gif);
	padding-top: 20px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	line-height: 160%;
}
#book #main {
	background: #FFF;
	padding-top: 0px;
	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);
	border: 10px solid #c7ae7b;
}
#book #bookMidashi p {
	display: block;
	background: url(images/img_text_midashi.gif) no-repeat;
	height: 270px;
	text-indent: -9999px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
}
#book #bookMidashi p span {
	display: none;
}


#book #bookMidashi h2 {
	background: url(images/title.gif) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 220px;
}
#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/bg_check.gif) repeat;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#book #bookTitle h3{
	background: url(images/img_bookcover.png) no-repeat;
	display: block;
	height: 432px;
	width: 700px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
#book #bookTitle p,
#book #bookTitle ul {
	display: none;
}
#book #bookSample {
	background: url(images/sample.jpg) no-repeat left 90px;
	width: 805px;
	margin-right: auto;
	margin-left: auto;
	height: 1100px;
	padding-top: 30px;
}

#book #bookSample h3 {
	background: url(images/img_book_naiyou.png) no-repeat center top;
	height: 110px;
	text-indent: -9999px;
}
#book #bookSample ul {
	padding-left: 400px;
}
#book #bookSample ul .text1 {
	background: url(images/text_1.gif) no-repeat left top;
	height: 249px;
}
#book #bookSample ul .text2 {
	background: url(images/text_2.gif) no-repeat left top;
	height: 249px;
}#book #bookSample ul .text3 {
	background: url(images/text_3.gif) no-repeat left top;
	height: 249px;
}
#book #bookSample ul .text4 {
	background: url(images/text_4.gif) no-repeat left top;
	height: 249px;
}

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

}
#book #bookBuy #buyBtn .btn a {
	background: url(images/buy_btn.png) no-repeat;
	display: block;
	height: 39px;
	width: 180px;
	margin-right: 30px;
	margin-left: auto;
}
#book #bookBuy #buyBtn .btn a span {
	display: none;
}
#book .returnTop {
	text-align: left;
	padding-top: 10px;
	padding-left: 20px;
}
#book .returnTop a  {
	background: url(images/btn_top.png);
	text-indent: -9999px;
	display: block;
	height: 39px;
	width: 142px;
}
