body { 
	font-size: 1.0em;
	font-family: Verdana, "Times New Roman", times, sans-serif;
	color: #000000;
	background-color: #ccc;
	margin: 0px;
}

/*** Multi-column ***/

.page {
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #ccc;
}

.leftIndent10 {
	margin-left: 10px;
}

.leftIndent20 {
	margin-left: 20px;
}

.padding5 {
	padding: 5px;
}

.fontCourier {
	font-family: "Courier New", Courier;
}

.collapsus {
	border-collapse: collapse;
}

#header {
	clear: both;
}

#footer {
	float: left;
	clear: both;
	width: 620px;
	background-color: #eef;
	font-size: small;
	padding: 1px 0px 3px 180px;
	text-align: center;
}

#navigation {
	float: left;
	width: 180px;
	font: 12px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}

.dropBox {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	border: 0px solid #666;
	font-size: 13px;
	text-align: center;
}

.dropBox img {
	display: block;
}

.dropBoxRight {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: white;
	border: 0px solid #666;
	font-size: 13px;
	text-align: center;
}

.dropBoxRight img {
	display: block;
}

.popUp {
	background-color: #000;
	visibility: hidden;
	height: 0px;
	padding: 0px;
	position: absolute;
	opacity: .8;
	color: white;
	border: solid 1px black
}

/*** Headers ***/

h1,h2,h3,h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

h1 {
	line-height: 50%;
	font-size: 28px;
	color: #eee;
}

h2 {
	font-size: 18px;
	color: #fff;
}

h2.withBack {
	color: #555;
	background: #00faa3 url(images/green.jpg) repeat-y left top;
	padding: 8px;
}

h3 {
	color: yellow;
	background-color: blue;
	text-align: center;
	font: bold 18px "Helvetica Neue Narrow",Arial, Helvetica, sans-serif;
}

h4 {
	color: yellow;
	background-color: blue;
	padding: 2px;
}

/*** Navigation and Links ***/

a {
	color: #f33;
	text-decoration: none;
	padding-bottom: 0px;
}

a:link {
	color: #f33;
	border-bottom: 2px dotted #fcc;
}

a:visited {
	color: #966;
	border-bottom: 2px dotted #fcc;
}

a:hover {
	color: #f00;
	border-bottom: 2px solid #f99;
}

a:active {
	color: #966;
	border-bottom: 2px double #f66;
}

#naviBox {
	margin-left: 2px;
	border: 1px solid #00c;
	background-color: #ccc;
	display: block;
	clear: both;
	float: left;
	width: 166px;
	font: larger, Arial, Helvetica, sans-serif;
}

#naviBox2 {
	color: orange;
	background-color: blue;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

#naviBox3 {
/*	background-color: #ccc; */
	display: block;
	clear: both;
	float: left;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
}

#fuchi {
	color: yellow;
	background-color: blue;
	padding: 2px;
	font-weight: bold;
	font-size: 14px;
}

#navigation a {
	padding: 4px 2px 2px 4px;
	border-bottom: 2px solid #fff;
	text-decoration: none;
	display: block;
}

#navigation a:link {
	color: green;
}

#navigation a:visited {	
	color: red;
}

#navigation a:hover {	
	background-color: #fff;
	border-bottom: 2px solid #666;
}

#navigation a:active {	
	background-color: red;
	border-bottom: 2px solid #fff;
	color: #fff;
}

#orderBtnNavi {
	display: block;
	clear: both;
/*	float: left; */
}

#orderBtnNavi a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	background: #fff url(images/orderBtn.jpg) -1px -1px no-repeat;
	width: 80px;
	height: 42px;
	border-bottom: 2px solid #fff;
}

#orderBtnNavi a:link {
	background-position: -1px -1px;
	color: red;
	line-height: 2.0;
}

#orderBtnNavi a:visited {
	background-position: -1px -1px;
	color: red;
	line-height: 2.0;
}

#orderBtnNavi a:hover {	
	background-position: -1px -43px;
	color: black;
	line-height: 2.0;
}

#orderBtnNavi a:active {
	background-position: -1px -1px;
	color: red;
	line-height: 2.0;
}

#top #ch01,#chapter02 #ch02,#chapter03 #ch03,#chapter031 #ch031,#chapter032 #ch032,#chapter04 #ch04,#chapter05 #ch05,#chapter06 #ch06,#chapter07 #ch07,#chapter08 #ch08,#chapter09 #ch09,#chapter10 #ch10,#chapter11 #ch11,#chapter12 #ch12,#chapter13 #ch13,#chapter14 #ch14 {
	background-color: #333;
	color: #fff;
	border-bottom: 2px solid #000;
	cursor: text;
}
