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

#book #contents .full h4 {
	background-image: url(../../img/tit_ful_tubo.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 23px;
	width: 600px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #003;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#book #contents .full h5 {
	border-bottom-style: none;
	border-left-style: none;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(../img/tsubo_title_base.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 70px;
	width: 460px;
	border-top-style: none;
	border-right-style: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 120px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
#book #contents .full h6 {
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
}
#book #contents .full p {
	font-size: 11pt;
	color:#333;
}

#book #contents .full .introducer {
	margin:5px 0px 5px 0px;
	font-size: 11pt;
	color:#333;
	border:4px solid lightblue;
}
#book #contents .full .introducer .title {
	font-size: 13pt;
	color:#333;
	border-bottom:1px dotted gray;
	margin:0px;
	color:darkblue;
	font-weight:bold;
}
