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

/* グーグルサーチ部分
-------------------------------------------------------------------------------------------------------- */
#header .search {
	padding-bottom: 8px;
	float: left;
	margin-top: 2px;
}
#header .search #php {
	float: right;
	display:none;
}
#header .search #box {
	width: 164px;
	height: 16px;
	float: left;
	margin-right: 4px;
}

/* 検索結果部分
-------------------------------------------------------------------------------------------------------- */
#Search {
	float: left;
	width: 760px;
	/*IE6*/
	/margin-right: -2px
}
#Search .ttl {
	height: 61px;
	width: 760px;
	background-image: url(../nrh_img/google_search/search_ttl.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-bottom: 20px;
}
#Search .warp {
	background-color: #dedede;
	width: 754px;
	padding: 3px;
	float: left;
}
#Search .warp .block {
	background-color: #FFF;
	width: 724px;
	float: left;
	padding: 15px;
}