body	{  }
dt	{ font-weight: bold; }
p	{ line-height: 180%; }

.right		{ text-align: right; }
.green		{ color: green; }
.float		{float: left; }
.clear		{clear: left; }
.float-r	{float: right; }
.clear-r	{clear: right; }

a:link		{ color: #cc3300; }
a:active	{ color: #800080; }
a:visited	{ color: #663300; }

div.end		{ font-style: italic; color: darkgreen; float: left; }
div.newinfo	{ font-size: small; }
div.paper	{ padding: 10px; line-height: 150%; border-width: thin; border-style: solid;
		  background-color: #ddffdd; border-color: black; }
div.info	{ margin-left: 1em; font-size: small; line-height: 125%; }
div#index	{ line-height: 100%; }
div#content	{ line-height: 180%; }

li.mark		{ list-style-type: circle; }
img.mihon	{ float: left; }

span.new	{ font-style: italic; color: red; float: left; font-size: small; }
span.end	{ font-style: italic; color: darkgreen; float: left; font-size: small; }

h1		{ align: center; }
h2		{ text-align: center; color: red; }
h3.soldout	{ font-size: large; font-weight: bold; text-align: center; color: red; }

p.date		{ line-height: 100%; text-align: center; font-size: x-small; font-style: italic; }
p.footer	{ line-height: 100%; text-align: center; font-size: x-small; }

dl		{ line-height: 180%; }
ul		{ line-height: 180%; }

#logo		{ float: left; }
