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

/* -------- SearchBox -------- */
#srchBox{
	width:154px;
	float:left;
	height:19px;
	overflow:hidden;
}
#srchInput{
	padding:2px 2px 2px 2px;
	width:104px;
	height:13px;
	float:left;
	/*height:20px;*/
	border:1px solid #7f9db9;
	background:#fff url(http://img.yahoo-search.jp/img/logo_wm.gif) no-repeat center 2px;
}
* html #srchInput {	width:104px;}
*+html #srchInput {	width:104px;}
html>body #srchInput {	width:104px;}

#srchBtn{
	width:43px;
	height:19px;
	display:block;
	float:right;
}



