body {
	margin: 0px;
	background-color: #000000;
	background-image: url(images/japanese-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 138%;
	padding: 0px;
}

a, a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.netsukebook {
	width: 63px;
}
.collection {
}
.content {
	padding-right: 0px;
	padding-left: 50px;
}
h1 {
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	font-size: 12px;
}
.leftNav1 a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	padding-left: 8px;
	background-image:  url("/img/divider.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.leftNav1Current a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFCC00;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	padding-left: 8px;
}
.leftNav1CurrentMore a {
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-align: right;
	padding-right: 5px;
	padding-left: 8px;
	background-image:  url("/img/dividerArrow.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
}
.leftNav1 a:hover, .leftNav1 a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	text-decoration: none;
}


.right {
	padding: 0px;
}
.footer {
	font-size: 10px;
	color: #999999;
}
.footer a, .footer a:hover, .footer a:active {
	color: #999999;
	text-decoration: none;
}
