@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 #main #header {
	background: url(images/img_head.png) no-repeat center top;
	height: 191px;
	margin-top: 30px;
}
#book #main #header h2,
#book #main #header p {
	display: none;
}
#book #main #data {
	background: url(images/img_data.jpg) no-repeat center top;
	height: 435px;
	margin-bottom: 20px;
}
#book #main #data h3,
#book #main #data ul {
	display: none;
}
#book #main #introduction {
	background: url(images/img_introduction.jpg) no-repeat center top;
	height: 530px;
	margin-bottom: 20px;
}
#book #main #introduction h3,
#book #main #introduction p {
	display: none;
}
#book #main #sample  {
	height: 1947px;
	background-image: url(images/img_sample.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#book #main #sample h3 {
	display: none;
}
#book #main #sample p {
	display: none;
}

#book #main #sample dl dt,
#book #main #sample dl dd {
	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;
}
