body {
	background-color:#f2f2ff;
}
#waku1 {
	width:900px;
	margin:auto;
}
#waku2 {
	width: 900px;
	padding:5px;
	background-color:#f2f2ff;
	margin:auto;
}
h1 {
	margin:auto;
	padding:15px;
	width:600px;
	color:#0000cc;
	font-size:180%;
	border-bottom: 3px solid #550088;
}
h2 {
	margin:auto;
	width:600px;
	padding:10px;
	line-height:1.6em;
	text-align:left;
	color:#222222;
	font-size:130%;
}
h3 {
	text-align:center;
	border-bottom: 2px solid #550088;
	color:#550088;
	font-size:130%;
}
.icbox {
	float:left;
	width:290px;
	height:150px;
	margin:0px;
	text-align:left;
}
.icbox2 {
	width:700px;
	height:80px;
	margin:0px;
	text-align:center;
}


.pvbox{
	float:right;
	width:380px;
	margin:0px;
	padding:5px;
	background-color:#ffffff;
}
.olbox{
	float:left;
	width:800px;
	margin-left:30px;
	font-size:95%;
	line-height:1.6em;
	color:#555555;
	font-weight:bold;
}
a {
	background-color:#550088;
	padding:6px;
	margin:2px;
	font-size:110%;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
a:hover {
	background-color:#ffff00;
	color:#ff0000;
}
.icbox a {
	background-color:#f2f2ff;
	padding:3px;
	text-decoration:none;
}
.icbox a:hover {
	background-color:#ff0000;
}

.icbox2 a {
	background-color:#f2f2ff;
	padding:3px;
	text-decoration:none;
}
.icbox2 a:hover {
	background-color:#ff0000;
}
.olbox a {
	background-color:#f2f2ff;
	font-weight:bold;
	color:#0000cc;
	text-decoration:none;
}
.olbox a:hover {
	color:#ff0000;
}
.cll{
	clear:left;
}
