@charset "UTF-8";

#book5 {
	width: 550px;
	float: left;
	line-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 30px;
	text-align: left;
}
#book5 a {
	font-size: 14px;
	color: #0000FF;
	text-decoration: underline;
}
#book5 a:hover {
	font-size: 15px;
	color: #FF00FF;
	text-decoration: none;
}
#book5 h3 {
	background-image: url(../img/h3_back2.gif);
	background-repeat: no-repeat;
	color: #6633CC;
	height:28px;
	text-align:left;
	margin-bottom:6px;
	font-size: 106%;
	margin-top:10px;
	padding-left:45px;
	line-height: 30px;
	margin-left: 30px;
}

table.inside_w {
width:500px;
margin:0 0px;
border:none;
}
th.inside_w {
	width:20%;
	padding:10px 8px;
	background-color:#FED9F5;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF0066;
	text-align:left;
}
td.inside_w {
	width:80%;
	padding:5px 8px;
	background-color: #FBE6F6;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #FF0099;
	text-align:left;
}