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

#headdesign {
	background: url(../images/header.jpg) no-repeat center -2px;
}

/* 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  {
	padding-top: 40px;
	padding-bottom: 30px;
}

#book #bookMidashi p {
	display: block;
	background: url(images/img_text_midashi.gif) no-repeat center top;
	height: 270px;
	text-indent: -9999px;
	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: 181px;
}
#book #bookMidashi .data  {
	display: none;
}


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

#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 #bookSample {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#book #bookSample h3 {
	display: none;
}
#book #bookSample ul  {
	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;
}
