<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "euc-jp";

/* IMPORT :-) ■■■■■■■■■■■■■■■■■■■ */ 
@import url(common.css); 


/* HEAD■■■■■■■■■■■■■■■■■■■ */ 
#head .book{
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../book/img2/subtitle.png) no-repeat;
	width: 550px;
	height: 126px;
	position: absolute;
	left: 145px;
	top: 266px;
}

/* CONTENT■■■■■■■■■■■■■■■■■■■ */ 
#content{
	background: url(../../img/bg_content_line.gif) repeat-y;
}
.btmImg{ /* div */
	background: url(../../img/bg_content_bottom.gif) no-repeat center bottom;
	padding-bottom: 30px;
}
#information{
	width: 640px;
	padding-right: 230px;
	background: url(../../book/img2/book.jpg) no-repeat right 20px;
	margin: 0 auto;
	padding-top: 20px;
}
#information h4{
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../book/img2/bookinfo.gif) no-repeat;
	width: 640px;
	height: 76px;
	margin: 0 auto 20px;
}
#information p{
	line-height: 1.7;
	margin:11px 0;
}

/*bookNavi■■■■■■■■■■■■■■■■■■■ */ 
#bookNavi{
	width: 868px;
	height: 240px;
	margin: 15px auto 40px;
	border: 1px solid #F6C4C9;
	position: relative;
	background: url(../../book/img2/book_small.jpg) no-repeat 18px 15px;
}
#bookNavi h4{
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../book/img2/booktitle.gif) no-repeat;
	width: 330px;
	height: 124px;
	position: absolute;
	left: 203px;
	top: 13px;
}
#bookNavi .buy a{
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../book/img2/btn_amazon.gif) no-repeat;
	width: 320px;
	height: 65px;
	position: absolute;
	left: 209px;
	top: 142px;
	display: block;
}
#bookNavi .buy a:hover{
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60); /* IE5.5+ */
}
#bookNavi ul{
	width: 300px;
	position: absolute;
	left: 560px;
	top: 23px;
	font-size: 12px;
}
#bookNavi li{
	margin-bottom: 1em;
}

/*review■■■■■■■■■■■■■■■■■■■ */ 
#review {
	width: 870px;
	margin: 15px auto 10px;
}
#review h4 {
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../book/img2/review_ti.gif) no-repeat;
	width: 870px;
	height: 46px;
}
#review h5 {
	color:#ab3233;
	font-size:18px;
	margin-bottom:20px;
}
#review .voice {
	font-size:14px;
	padding:20px 25px;
	border-bottom:dotted 1px #000000;
}
#review .pageswitch {
    text-align: center;
	margin:20px 0 40px;
	font-size:14px;
}

/*impression■■■■■■■■■■■■■■■■■■■ */ 
#impression {
    width: 870px;
	margin:0 auto 10px;
	text-align:center;
}
#impression h4 {
	text-indent: -1000em;
	text-decoration: none;
	background: url(../../book/img2/impression_ti.gif) no-repeat;
	width: 870px;
	height: 46px;
}
#impression p {
	width:700px;
	margin:20px auto 10px;
	font-size:15px;
	line-height:1.4;
	text-align:left;
}
#impression iframe {
    height: 1400px;
    width: 700px;
	margin:0 auto;
}

.likebox{
	margin-left: 48px !important;
}

.btmImg{ /* div */
	padding-bottom: 50px;
}







</pre></body></html>