@charset "utf-8";
/* CSS Document */
/* serachtb start */

#gsearch {
	text-align: center;
}

#gsearch_box {
	font-size: 12px;
	padding: 7px 0;
}

#gsearch-form .textarea{
	margin-bottom: 5px;
}

#gsearch-form .search-txt {
	text-align: left;
	width: 200px;
}

.clear{
	clear: both;
}

/* add deguchi-t 20130619 */
input.searchBtn {
	border: none;
	background: url("../img/btn_search.gif") no-repeat;
	display: block;
	margin: 0 auto;
	width: 58px;
	height: 26px;
	text-indent: -9999px;
	cursor: pointer;
}

input.searchBtn:hover {
	background-position: 0 2px;
}