@charset "utf-8";

/* =============================================================== */
/* ■ 汎用エラーページ
/* --------------------------------------------------------------- */
#search_error {
	text-align: center;
}

#search_error #wrap {
	margin: 0 auto;
	width: 970px;
}

#search_error #e_header {
	margin: 15px auto 0;
	width: 970px;
	height: 140px;
	background: url('../img/error_header.png') center bottom no-repeat;
	position: relative;
}

#search_error #e_header h1 {
	left: 130px;
	top: 60px;
	width: 370px;
	height: 75px;
	position: absolute;
}

#search_error #e_header h1 a {
	width: 370px;
	height: 75px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#search_error #e_header p.powered_by {
	left: 570px;
	top: 80px;
	width: 270px;
	height: 45px;
	position: absolute;
}

#search_error #e_header p.powered_by  a {
	width: 270px;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

#search_error div.contents_wrap {
	width: 970px;
	text-align: center;
	background: url('../img/bg_error_contents.png') center bottom no-repeat;
}

#search_error div.contents_wrap p.error_message {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #FF0000;
	padding-top: 40px;
	margin-bottom: 50px;
	line-height: normal;
}

#search_error div.contents_wrap p.search_box_message {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #333333;
	margin-bottom: 10px;
}

#search_error div.contents_wrap div.search_box {
	margin: 0 auto 30px;
	width: 710px;
	height: 82px;
	position: relative;
	background: url('../img/bg_error_search_box.png') left top no-repeat;
}

#search_error div.contents_wrap div.search_box input.search_word {
	position: absolute;
	left: 100px;
	top: 26px;
	height: 28px;
	width: 320px;
}

* html #search_error div.contents_wrap div.search_box input.search_word {
	top: 27px;
	height: 30px;
	width: 330px;
}

#search_error div.contents_wrap div.search_box input.search_btn {
	position: absolute;
	left: 510px;
	top: 23px;
	padding: 0;
	width: 142px;
	height: 38px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url('../img/btn_search.png') left top no-repeat;
	border: none;
}

#search_error div.contents_wrap div.search_box input.search_btn:hover {
	background: url('../img/btn_search.png') left -38px no-repeat;
}

* html #search_error div.contents_wrap div.search_box input.search_btn {
	left: 515px;
}

#search_error div.contents_wrap p.link {
	text-align: center;
	font-size: 20px;
	margin-bottom: 50px;
}

#footer02 {
	padding-top: 25px;
	margin-left: 40px;
	margin-right: 40px;
}

/*error*/
#search_error div.contents_wrap div.search_box {
	background: url('../img/bg_error_search_box2.png') left top no-repeat;
	height: 82px;
    margin: 0 auto 30px;
    position: relative;
    width: 710px;
}

.search_box input.area,
.search_box input.menu {
	border: 1px solid #666666;
	height: 30px;
	top: 27px;
}

.search_box input.area {
	width: 120px;
	left:60px;
	position:absolute;
}

.search_box input.menu {
	left: 220px;
	width: 231px;
	padding-left: 5px;
	position:absolute;
}

* html .search_box input.menu {
	width: 236px;
}

#search div.search_menu_contents input.search_btn {
	left: 520px;
}

#search div.search_menu_contents input.search_btn:hover {
	background: url('../img/btn_search.png') left -38px no-repeat;
}

#search div.search_menu_contents {
	background: url('../img/bg_search_box2.png') left top no-repeat;
}
