#home_cach {
	position: relative;
	top: -40px;
	}

#index_searchbox {
	display: block;
	position: relative;
	top: -52px;
	width: 100%;
	height: 40px;
	margin-top: -76px;
	text-align: center;
	}

#index_searchbox input.searchbox {
	border:0;
	padding:0 10px;
	font-size:16px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	color:#444;
	border:solid 1px #aaa;
	margin:0 10px 20px 5px;
	width:400px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 12px rgba(0, 0, 0, 0.1);
	}

#index_searchbox input.searchbtn {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:7px 20px 6px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fff), color-stop(100%, #eee) );
	background:-moz-linear-gradient( center top, #fff 5%, #eee 100% );
	background:-ms-linear-gradient( top, #fff 5%, #eee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#eee');
	background-color:#fff;
	color:#333;
	display:inline-block;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	box-shadow:inset 1px 1px 0px 0px #ffffff;
	}

#index_searchbox input.searchbtn:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #eee), color-stop(100%, #fff) );
	background:-moz-linear-gradient( center top, #eee 5%, #fff 100% );
	background:-ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee', endColorstr='#fff');
	background-color:#eee;
	}

#index_searchbox input.searchbtn:active {
	position:relative;
	top:1px;
	}






#wp_searchbox {
	display: block;
	width: 546px;
	margin: 60px 0 -60px;
	text-align: center;
	background: #f7f7f7;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #e7e7e7;
	}

#wp_searchbox input.searchbox {
	border:0;
	padding:0 10px;
	font-size:16px;
	font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
	color:#444;
	border:solid 1px #ddd;
	margin:0 10px 0 5px;
	width:424px;
	height: 40px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

#wp_searchbox input.searchbtn {
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:7px 20px 6px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe9000), color-stop(100%, #fe7500) );
	background:-moz-linear-gradient( center top, #fe9000 5%, #fe7500 100% );
	background:-ms-linear-gradient( top, #fe9000 5%, #fe7500 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9000', endColorstr='#fe7500');
	background-color:#fe9000;
	color:#fff;
	display:inline-block;
	}

#wp_searchbox input.searchbtn:hover {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fe7500), color-stop(100%, #fe9000) );
	background:-moz-linear-gradient( center top, #fe7500 5%, #fe9000 100% );
	background:-ms-linear-gradient( top, #fe7500 5%, #fe9000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe7500', endColorstr='#fe9000');
	background-color:#fe7500;
	}

#wp_searchbox input.searchbtn:active {
	position:relative;
	top:1px;
	}