html {
	scrollbar-base-color: #ff99cc;
}

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

div.waku{
	width: 600px;
	margin: auto;
}

div.waku2 {
	margin-top: 500px;
	margin-bottom: 500px;
}



div.scroll {
	margin: auto;

	padding: 10px;
	background-color:#FFCCCC;
	text-align: left;
	border-style: dotted;
	border-width: 2px;
	height: 50px;
	width:490px ;
	overflow: auto;
}

h1 {
	text-align: center;
	font-size: 110%;
}

h2 {
	text-align: center;
	font-size: 110%;
	color: #ff0000;
}

div.waku3 {
	width: 490px;

	margin: auto;

	font-size: 120%;
	font-weight: bold;
	padding: 10px;
	text-align: justify;
	text-justify: inter-word;

	border-color: #000000;
	border-style: dotted;
	border-width: 2px;
	color: #993366;
	background-color:#ffcccc;

}


div.waku6 {
	padding: 10px;
	text-align: center;
	color: #993366;
	background-color:#ffffff;
	border-color: #ffcccc;
	border-style: solid;
	border-width: 0 2px 0 2px;

}


span.yellow { background-color: #ffff55; }
span.lime { background-color: #55ff55; }
span.blue { background-color: #55ffff; }
span.orange { background-color: #ffcc55; }
span.red { background-color: #ff5555; }

a{
	color: #993366;
	text-decoration: none;
}
a:hover{
	color: #993366;
	text-decoration: underline;
}
hr { 
background-color: #ffcc55; 
color: #ffcc55; 
height: 3px; 
} 

.style1 {
	font-size: 80%;
	color: #6666CC
}
.style3 {
	color: #FF99CC;
	font-size: 36px;
	font-weight: bold;
}
.style4 {
	font-size: 9px
}
.style6 {
	color: #ECA82D;
	font-size: 24px;
}
.style9 {
	color: #6666CC;
	font-size: 14px;
}

