body	{
	background-image	: url(./image/bg.gif);
	margin	: 0px;
}

a	{
	color	: blue;
	font-weight	: bold;
}
a:hover	{
	color	: #F60;
}

div.lastupdate	{
	color	: #039;
	font-size	: 90%;
	font-weight	: bold;
	text-align	: right;
	margin-right	: 1em;
}

div.main	{
	background-image	: url(./image/main-bg.gif);
	background-repeat	: repeat-y;
	width	: 600px;
	margin	: 0px;
	margin-left	: 36px;
	padding	: 0px 18px;
}

div.main_entry	{
	padding	: 1em;
}

img	{
	margin	: 0px;
	border	: 0px;
}

ul.history	{
	line-height	: 250%;
}

li.history, blockquote	{
	background-image	: url(./image/bg.gif);
	padding	: 1em;
	margin-bottom	: 20px;
	list-style	: inside;
}

p	{
	padding	: 0em 1em;
}

h2	{
	color	: #039;
	border-bottom	: 1px #06C solid;
}

address	{
	margin-bottom	: 10em;
}

.note	{
	color	: red;
	font-size	: 90%;
}


