body {
	color: black;
	background-color: white;
	background-image: url(/~sakane/pics/ne-bg2.jpg);
	margin-top: 36px;
	margin-bottom: 36px;
	margin-left: 18px;
	margin-right: 18px;
	line-height: 116%;
}

/* only using for the title */
h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-family: sans-serif;
	margin-top: 18px;
	margin-bottom: 18px;
	margin-left: 0;
}
h1.title {
	background: #afe0af;
	padding: 5px;
	line-height: 116%;
}

/* for a daily title and a year parts */
h2 {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 0;
}
h2.title {
	background: #c0c0e0;
	padding: 5px;
}

/* sub titles in a dialy */
h3 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	margin-top: 14px;
	margin-bottom: 14px;
	margin-left: 0;
}

/* for normal texts */
div {
	font-size: 14px;
	font-style: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0;
}

/* for name of landmarks, shops or places */
span.name
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
span.addr
{
	font-size: 12px;
	font-style: italic;
}

/* for quotatoins */
.quote {
	/*
	border-width: 1px;
	border-style: ridge;
	padding-left: 5px;
	background-color: #eeeeee;
	width: 100px;
	*/
	font-size: 12px;
	margin-left: 32px;
	line-height: 98%;
}

/*
pre.ref {
	font-size: 12px;
	font-family: monospace;
	line-height: 102%;
}
*/

/* images */
table.img {
	display: inline;
	margin-left: 10px;
	border: 2px, ridge;
	border-collapse: collapse;
}
tr.img {
	height: 50px;
}
td.img {
	width: 112px;
	vertical-align: top;
	text-align: center;
	padding: 3px;
	border: 2px, ridge;
	background-color: #000000;
}
td.desc {
	width: 112px;
	vertical-align: top;
	text-align: left;
	padding: 3px;
	background-color: #ddc5c5;
}


/* trade mark */
img#tm {
	border: 0;
}

span.red {
	color: red;
}

span.redb {
	color: red;
	font-: red;
	font-weight: bold;
}
