
html{
	position:relative; /* Opera 9.5 zoom bug fix */
	background-color:#FFF;
}

body{
	position:relative;
}
#book #document{
	width:560px;
}
#book h2{
	margin:0 0 20px 0;
}
#book h3{
	margin:0 0 20px 0;
	font-weight:normal;
}
.section h4.txtTtl{
clear:both;
margin-bottom:15px;
padding:3px 15px;
background:#197ef3 url(../../common/images/txtbase_hm_bg.gif) no-repeat left center;
color:#FFF;
line-height:1.2;
}
.section-lv2{
	clear:both;
	margin-bottom:20px;
	padding:0 15px;
}
#book .section .bookPreTxt h4{
	margin-bottom:5px;
	font-size:120%;
}

.bookPreImg{
	float:left;
	width:150px;
}
.bookPreTxt{
	float:right;
	width:370px;
}
p.status{
	margin-bottom:10px;
}

.bookPreTxt ul{
margin:0;
padding:5px 0 0 0;
}
.bookPreTxt ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
* html .bookPreTxt ul{
display:inline-block;
}
*:first-child+html .bookPreTxt ul{
display:inline-block;
}
.bookPreTxt ul li{
float:left;
width:auto;
margin:0;
padding:0 5px 5px 0;
font-size:1%;
line-height:1;
}