.r {
	float: left;
	width: 250px;
	height: auto;
}
.main {
	float: right;
	height: auto;
	width: 580px;
	margin-left: 10px;
}
.waku {
	float: none;
	height: auto;
	width: 850px;
	clear: both;
}
.kate {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #0CF;
	border-right-color: #0CF;
	border-bottom-color: #0CF;
	border-left-color: #0CF;
}
.kate2 {
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

h1 {
	font-size: 18px;
	color: #960;
	background-color: #FFFFD7;
}
hr {
	border: thin dotted #0CF;
}
