/*--------------------
ヘッダー検索窓
--------------------*/
#searchform{
	width:252px;
	height:38px;
	background: url(../images/menu_search.gif) no-repeat top left;
}
#searchBtn{
	position:relative;
	top:11px;
	left:13px;
}
#keywords{
	width:200px;
	border:1px solid #fff;
	position:relative;
	top:6px;
	left:13px;
}
/*--------------------
左カラム検索窓
--------------------*/
#searchform_local{
	width: 168px;
	background: url(../images/local_search.gif) left top no-repeat; 
	display: block;
	height: 38px;
	position: relative;
}
#keywords_local{
	width: 105px;
	position: absolute;
	top: 10px;
	left: 40px;
	overflow:hidden;
	border: 1px solid #FFF;
}

html:\66irst-child #keywords_local{
	width: 105px;
	position: absolute;
	top: 12px;
	left: 40px;
	overflow:hidden;
	border: 1px solid #FFF;
}
#searchBtn_local{
	position: absolute;
	top: 11px;
	left: 17px;
}
/*--------------------
キーワード検索窓
--------------------*/
#searchform_key{
	width: 250px;
	background: url(../images/key_search.gif) left top no-repeat; 
	display: block;
	height: 22px;
	position: relative;
}
#keywords_key{
	width: 210px;
	position: absolute;
	top: 3px;
	left: 25px;
	border: 1px solid #FFF;
}
#searchBtn_key{
	position: absolute;
	top: 3px;
	left: 5px;
}
/*--------------------
デフォルトテキスト
--------------------*/
.tipped {
	font-size:95%;
	color: #aaa;
}
