@charset "utf-8";
/* CSS Document */

/* TABLE */
#ptable {
	width: 480px;
	margin: 5px 0 15px 5px;
	
}

.ptitle {
	width: 470px;
	height: 15px;
	background-color: #999;
	color: #003;
	font-weight: 700;
	padding: 5px;
	text-align: center;
	font-size: 13px;
}

.psubtitle {
	clear: both;
	float: left;
	width: 70px;
	height: 15px;
	padding: 2px 0 3px 5px;
	border-bottom: dotted #003 1pt;
	background-color: white;
	color: #003;
	font-size: 11px;
}

.pcont {
	float: right;
	width: 400px;
	height: 15px;
	padding: 2px 0 3px 5px;
	border-bottom: dotted #003 1pt;
	background-color: white;
	color: #003;
	font-size: 11px;
}

.psubtitle_end {
	clear: both;
	float: left;
	width: 70px;
	height: 15px;
	padding: 2px 0 3px 5px;
	border-bottom: solid white 1pt;
	background-color: white;
	color: #003;
	font-size: 11px;
}

.pcont_end {
	float: right;
	width: 400px;
	height: 15px;
	padding: 2px 0 3px 5px;
	border-bottom: solid white 1pt;
	background-color: white;
	color: #003;
	font-size: 11px;
}

/*　Book Review */
ul.review {
	margin: 10px 0px 10px 20px;
	padding: 0px;
	width: 500px;

}

ul.review li{
	list-style-type: square;
	padding: 0 0 3px 0;
	color: white;
	font-size: 10pt;
}

.auther {
	font-size: 8pt;
}


	
	