html
{
	font-size: 90%;
	line-height: 180%;
	font-family: cursive serif;
	background-image: url("back.png");
}

h1
{
	float: left;
	width: 380px;
	height: 200px;
	text-indent: -200em;
	margin: 0 0 0 0;
	background-image: url("tope2.png");
}

h2
{
	border-left: 8px solid #7a7;
	border-bottom: 1px solid #000;
	padding-left: 8px;
	padding-bottom: 4px;
	:padding-bottom: 8px;
}
h2:first-letter
{
	font-size: 1.6em;
}

ul#menu
{
	float: right;
	background-color: #fff;
	height: 100px;
	width: 180px;
	margin-top: 80px;
	margin-right: 80px;
	line-height: 1.8em;
	bborder: 1px solid #d0d0d0;
	background-image: url("menu.png");
	background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-top: 35px;
	list-style: none;
	llist-style-image: url("maru.png");
	llist-style-position: inside;
	border-right: solid 3px gray;
	border-bottom: solid 3px gray;
}

div.all
{
	margin: 0 auto;
	width: 750px;
	background-image: url("migi.png");
	background-position: right;
	background-repeat: repeat-y;
}
div.block
{
	clear: left;
	padding-top: 1em;
}

p
{
	text-indent: 1em;
	padding: 1em;
	background-color: #fff;
	margin-right: 6em;
	border-right: 3px solid #777;
	border-bottom: 3px solid #777;
}

img.icon
{
	margin: 0 1em 0 0;
}