/*
--------------------------------------------------
	reset
--------------------------------------------------
*/

#introduction {
	padding: 0 0 10px 0;
	border: 0;
	}

/*
--------------------------------------------------
	additional style
--------------------------------------------------
*/

table#example th, 
table#example td {
	padding: 0 15px 5px 0.5em;
	}
table#example th {
	color: #999999;
	font-weight: bold;
	}
table#example td.book-title {
	font-weight: bold;
	}
table#example td.price, 
table#example td.price-new {
	text-align: right;
	}
table#example td.price-new {
	font-weight: bold;
	}

.image-block-1{
	float: right;
	width: 310x;
	margin-left: 20px;
	margin-bottom: 20px;
}
.image-block{
	float: right;
	width: 150x;
	margin-top: 10px;
	margin-left: 20px;
}

.terminal {
	margin-right: 0;
	}
.caption-r {
	color: #999999;
	font-size: 10px;
	line-height: 140%;
	text-align: right;
	display: block;
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 2px;
	}