body {
 	background-color: #193300;
 	margin: 0px;
 	padding: 0px;
}
/* index Íß°¼Þ—p */
table.topImg {
	width: 100%;
	background-image: url(img/kokedera.jpg);
	background-repeat: repeat;
}
/* index Íß°¼Þ—p */
div.yokogaki {
	font-family: cursive;
	font-size: 200%;
	color: #D5FFCC;
	height: 15em;
	line-height: 1.3;
	width: 100%;
	filter: shadow(color=black,direction=35,strength=5);
}
/* index Íß°¼Þ—p */
marquee {
	width: 560px;
	font-size: 100%;
	text-align: center;
}
/* top Íß°¼Þ—p */
table.logo {
	width: 100%;
	background-image: url(img/haru01.jpg);
	background-repeat: repeat;
}
div.logo {
	height: 110px;
	width: 100%;
	filter: shadow(color=black,direction=135,strength=10);
}
p.logo {
	padding-top: 25px;
}
div.whole {
	width: 100%;
	filter: shadow(color=black,direction=135,strength=10);
}
table.whole {
	width: #;
	margin: 15px;
	padding: 0px;
	border: 3px solid white;
	border-collapse: collapse;
}
table.navi {
	width: 770px;
	border: 1px solid white;
	padding: 5px;
	filter: shadow(color=#ffffff,direction=135,strength=3);
}
table.navi td{
	width: 25%;
	border: 1px solid white;
	padding: 5px;
	text-align: center;
}
#navigation a {
	letter-spacing:.2em;
	display:block;
	color: white;
	font-weight: bold;
}
#navigation a:hover {
	background: #0077ff;
}
div.content {
	padding: 20px 20px 20px 20px;
	color: #ccff99;
}
table.content {
	width: 75%;
	text-align: left;
}
p.sonota {
	border: solid 1px lightgreen;
	padding: 0.5em;
	text-align: center;
}
p.copyright {
	font-family: sans-serif;
	color: white;
	font-size: 70%;
	text-align: center;
	line-height: 1;
}
