* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
}

body {
	margin: 0 auto;
	padding: 1em;
	max-width: 42em;
	_text-align:center;
}
#header,
#contents,
#footer {
	margin: 0 auto;
	_width: 48em;
	background-color: #ffffff;
	_text-align: left;
	font-size: 88%;
}

#header img {
	border: none;
	width: 283px;
	height: 56px;
}
.Navigation {
	margin-top: 0.5em;
	margin-bottom: 1.5em;
	color: #ffffff;
	background: -moz-linear-gradient(top, #3333ff, #0000cc);
	background: -webkit-gradient(linear, left top, left bottom, from(#3333ff), to(#0000cc));
	background-color: #1a1ae0;
	text-align: center;
}
.Navigation li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	border: 0px none;
	*line-height: 150%;
	*white-space: nowrap;
}

.Navigation li + li {
	margin-right: -0.8ex;
	*margin-right: 0ex;
	border-left-style: solid;
	border-left-color: #ffffff;
	border-left-width: 1px;
}

.Navigation a {
	display: block;
	*display: inline;
	color: #ffffff;
	padding: 0.25em 0.35em;
}

#contents {
	position:relative;
}

h2 {
	margin: 0.5em 0;
	padding: 5px;
	background-color: #aaffaa;
	font-size: 100%;
	font-weight: bold;
}

.Information,
.Buy {
	border: solid 1px silver;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	padding: 5px;
	font-size: 93%;
	line-height: 150%;
}
.Information {
	position: relative;
	margin: 1.5em auto 0.5em 0.5em;
	padding-top: 2em;
	width: 67%;
}

h2.Information {
	position: absolute;
	top: -1em;
	left: 0.5em;
	border-style: none;
	margin: 0 0 0 1em;
	padding: 0;
	height: 33px;
	width: 92px;
	z-index: 1;
	background-color: transparent;
}

*:first-child+html .Navigation {
	margin-bottom: 1.5em;
}

.Buy {
	position: absolute;
	top: 0;
	right: 0.5em;
	left: auto;
	padding-top: 0.5em;
	width: 25%;
	max-width: 13em;
	_width: 11.5em;
	z-index: 1;
	background-color: #ffffff;
	text-align: center;
}
.Buy * {
	text-align: left;
}
.Buy h2 {
	position: relative;
	top: -1em;
	margin: 0 auto -1.5em;
	padding: 0;
	width: 7.5em;
	z-index: 2;
	background-color: #ffffff;
	text-align: center;
}
.Buy h3 {
	margin: 1em 0 0;
	font-size: 100%;
}
.Buy p {
	margin: 0;
}
.Buy em {
	font-style: normal;
	color: #ff0000;
}
.Buy ul {
	margin: 0;
}

h3.Year {
	margin: 0;
	border-bottom: silver 1px solid;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
span.ToggleIcon {
	margin-right: 1ex;
	font-family: monospace;
}

.Information ul {
	margin: 0;
	margin-bottom: 1em;
}
.Information li {
	margin-left: 1em;
	text-indent: -1em;
}

dl {
	margin: 0;
}
dt {
	clear: both;
	margin: 0.5em 0.5em 0;
}

.Series,
.Title,
.Subtitle {
	display: block;
}
.Series {
	font-size: 88.8%;
	line-height: 150%;
}
.Title {
	font-size: 120%;
	line-height: 130%;
	font-weight: bold;
}
.Subtitle {
	text-indent: 1em;
	line-height: 150%;
}

dd {
	position: relative;
	margin: 0;
	padding: 0 5px 5px;
	min-height: 150px;
	_height: 150px;
	border-bottom: solid 1px silver;
}

.Author {
	margin-bottom: 5px;
}
img.Cover {
	position: absolute;
	border-style: solid;
	border-width: 1px;
	width: 85px;
	height: 120px;
	-ms-interpolation-mode: bicubic;
}
.Introduce,
.Price,
.Isbn {
	margin: 0;
	margin-left: 95px;
}
p.Introduce {
	font-family: serif;
	font-size: 108%;
	line-height: 130%;
	text-indent: 1em;
	text-align: justify;
	text-justify: inter-ideograph;
	word-spacing: 1em;
}
.Price,
.Isbn {
	clear: left;
	float: left;
	/white-space: pre;
	font-family: monospace;
}
.Price {
	margin-top: 1em;
}
.Order,
.Detail,
.Amazon {
	padding-top: 5px;
	text-align: right;
}
.Detail {
	clear: right;
	float: right;
}
.Detail a img {
	width: 43px;
	height: 17px;
	border-style: none;
}
.Order {
	clear: right;
}
.Order a img {
	width: 59px;
	height: 18px;
	border-style: none;
}
.Amazon a img {
	width: 107px;
	height: 25px;
	border-style: none;
}
a.Bk1 img {
	width: 28px;
	height: 20px;
	border-style: none;
}

a.SevenNet img {
	width: 145px;
	height: 19px;
	border-style: none;
}

.Address {
	margin-top: 0.5em;
	background: -moz-linear-gradient(top, #0000ff, #0000cc);
	background: -webkit-gradient(linear, left top, left bottom, from(#0000ff), to(#0000cc));
	background-color: #1a1ae0;
}
address {
	padding: 0.5em 0.5em 0;
	color: #ffffff;
	font-family: serif;
	font-style: normal;
	line-height: 100%;
}
address#company {
	float: left;
}
address#address, address#tel, address#fax, address#eMail {
	text-align: right;
}
address#eMail {
	padding-bottom: 0.5em;
}
address a {
	color: #ffffff;
}
.Copyright {
	margin: 0.5em;
}

