@charset "utf-8";

*{
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
}

body {
	background-color: #ffffff;
}

#title {
	text-align: center;
	padding: 20px;
}

#search_box {
	text-align: center;
	font-size: 12px;
}

#search_use {
	padding-top: 10px;	
}

#search_use a {
	text-decoration: none;
	color: #999999;
}

#search_use a:hover {
	color: #333333;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding: 20px;
}

#footer a {
	text-decoration: none;
	color: #0000CC;
}

#footer a:hover {
	text-decoration: underline;
}

/*result.php*/
a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#frame {
	padding:5px;
}

#searching {
}

#searching a {
	text-decoration: none;
	color: #999999;
}

#searching a:hover {
	color: #333333;
}

#total {
	clear: none;
	float: left;
}

.status {
	clear: none;
	float: left;
}

.result {
	background:#36c;
	color:#fff;
}
