#listtag {
	color: #FFF;
	background-color: #DB4E02;
	padding: 5px;
	float: left;
}
#listkekka a {
	display: block;
	padding: 5px;
	border: 1px solid #F93;
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-right: 5px;
	background-color: #FAF9F3;
}

#listkekka {
	float: left;
	padding: 5px;
}
#listkekka a:hover {
	display: block;
	padding: 5px;
	border: 1px solid #F93;
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-right: 5px;
	background-color: #F60;
	color: #FFF;
}
#nofocus {
	display: block;
	padding: 5px;
	border: 1px dotted #999;
	float: left;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-right: 5px;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}
serch {
	font-size: 12px;
}
#serch-box {
	padding: 10px;
	width: 830px;
	border: 1px solid #F90;
	background-color: #FAF9F3;
	margin-top: 10px;
	margin-bottom: 10px;
}
.s-title {
	font-size: 120%;
	color: #099;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

#serch-left {
	float: left;
	width: 500px;
}
#serch-right {
	float: right;
	width: 320px;
}

