body {
	background-image:  url( kabegami-2.jpg);
}
div{
	text-align:center;
	writing-mode:lr-tb;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	background-color: #009933;
	padding: 1ex;
	margin: 0px;
	writing-mode:lr-tb;
}
h2 {
	font-size: medium;
	font-weight: bold;
	color: #000000;
	border-style: solid;
	border-width: thin;
	border-color: #660000;
	padding: 1%;
	writing-mode:lr-tb;
}
h3 {
	font-size: small;
	font-weight: bold;
	color: #ffffff;
	background-color:#880000;
	padding: 1ex;
	margin: 0px;
	width:auto;
	height:auto;
	writing-mode:lr-tb;
}
h4 {
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	text-indent: 1em;
	padding: 0.2em;
	margin: 0px;
	background-color: #32CD32;
	writing-mode:lr-tb;
}
h5 {
	font-size: x-large;
	font-weight: bold;
	color: #FF3366;
	text-indent: 1em;
	padding: 0.2em;
	margin: 0px;
	background-color: #32CD32;
	writing-mode:lr-tb;
}

p {
	font-size: small;
	font-weight: normal;
	color: #000000;
	margin: 0;
	writing-mode:lr-tb;
}
pre {
	font-size: small;
	font-weight: normal;
	color: #000000;
	writing-mode:lr-tb;
}
font.smallfont{
	font-size: x-small;
}
.redfont{
	font-size: small;
	color: #ffffff;
	background-color: #ff0000;

}
.greenfont{
	font-size: small;
	color: #ffffff;
	background-color: #008000;
}
.purplefont{
	font-size: small;
	color: #ffffff;
	background-color: #800080;
}
.brownfont{
	font-size: small;
	color: #ffffff;
	background-color: #804000;
}
ol,ul{
	margin-top: 1em;
	margin-bottom: 1em;
	writing-mode:lr-tb;
}
li {
	font-size: small;
	font-weight: normal;
	color: #000000;
	text-decoration : none;
	margin-top: thin;
	margin: 1%;
	writing-mode:lr-tb;
}
a:link {
	color: #0000ff;
	text-decoration : none;
	writing-mode:lr-tb;
}
a:active {
	color: #ff0000;
	text-decoration : none;
	writing-mode:lr-tb;
}
a:visited {
	color: #bb00bb;
	text-decoration : none;
	writing-mode:lr-tb;
}
a:hover {
	color: #005500;
	text-decoration : none;
	writing-mode:lr-tb;
div {
	border-style: solid;
	border-width: thin;
	border-color: #888888;
}


