@charset "utf-8";


/* ----------------------------------------
	00 contents
------------------------------------------*/

#contents #cont-main {
	background: #e5ebea;
}

#contents #cont-main #cont-body {
}


/* ----------------------------------------
	01 cont
------------------------------------------*/


#search-title {
	width: 419px;
	height: 107px;
	margin: 0 auto 20px;
}

#search-subtitle {
	width: 593px;
	height: 58px;
	margin: 0 auto;
	background: url(../img/search_line_dash_01.gif) bottom left repeat-x;
}
#search-subtitle p {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	height: 31px;
	padding: 17px 0 0 65px;
	background: url(../img/result_subtitle.gif) top left no-repeat;
	color: #be0000;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.result_box {
	position: relative;
	width: 581px;
	padding: 25px 0 21px 12px;
	margin: 0 auto;
	background: url(../img/search_line_dash_01.gif) bottom left repeat-x;
	color: #be0000;
	font-size: 100%;
	text-align: left;
	cursor: pointer;
}
.result_box .result_box_img {
	float: left;
	border: 4px #fff solid;
}
.result_box .result_box_img img {
	width:92px;

}

.result_box .result_box_txt {
	float: left;
	width: 360px;
}
.result_box .result_box_txt p {
	padding-left: 25px;
	margin-top: 13px;
	line-height: 120%;
}
.result_box .result_box_txt .result_box_txt_pickle {
	background: url(../img/result_icon_pickle.gif) 0 2px no-repeat;
}
.result_box .result_box_txt .result_box_txt_drink {
	background: url(../img/result_icon_drink.gif) 0 2px no-repeat;
}
.result_box .result_box_txt .result_box_txt_food {
	background: url(../img/result_icon_food.gif) 0 2px no-repeat;
}
.result_box .result_box_txt .result_box_txt_pickle_ov {
	color: #ff6600;
	background: url(../img/result_icon_pickle_ov.gif) 0 2px no-repeat;
}
.result_box .result_box_txt .result_box_txt_drink_ov {
	color: #ff6600;
	background: url(../img/result_icon_drink_ov.gif) 0 2px no-repeat;
}
.result_box .result_box_txt .result_box_txt_food_ov {
	color: #ff6600;
	background: url(../img/result_icon_food_ov.gif) 0 2px no-repeat;
}
.result_box .result_box_detail {
	display: block;
	position: absolute;
	left: 473px;
	bottom: 21px;
	width: 120px;
	height: 32px;
	background: url(../img/result_icon_detail.gif) top left no-repeat;
	text-indent: -9999px;
}
.result_box .result_box_detail_ov {
	position: absolute;
	left: 473px;
	bottom: 21px;
	width: 120px;
	height: 32px;
	background: url(../img/result_icon_detail_ov.gif) top left no-repeat;
	text-indent: -9999px;
}





.result_page_box {
	/*width: 593px;*/
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin: 18px auto 0;
}

.result_selecter {
	display: table-cell;
}

.result_page_box .link_before {
	width: 82px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/result_back.gif) top left no-repeat;
	margin-right: 18px;
	display: block;
	float: left;
}
.result_page_box .link_before:hover {
	background: url(../img/result_back_ov.gif) top left no-repeat;
}
.result_page_box .link_before_disable {
	width: 82px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/result_back_disable.gif) top left no-repeat;
	margin-right: 18px;
}
.result_page_box .link_next {
	width: 82px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/result_next.gif) top left no-repeat;
	margin-left: 12px;
	display: block;
	float: left;
}
.result_page_box .link_next:hover {
	background: url(../img/result_next_ov.gif) top left no-repeat;
}
.result_page_box .link_next_disable {
	width: 82px;
	height: 29px;
	text-indent: -9999px;
	background: url(../img/result_next_disable.gif) top left no-repeat;
	margin-left: 18px;
}
.result_page_box a.link_page {
	width: 33px;
	height: 29px;
	margin-right: 6px;
	background: url(../img/result_page.gif) top left no-repeat;
	text-decoration: none;
	line-height: 29px;
	color: #ea8f95;
	font-weight: bold;
	display: block;
	float: left;
	text-align: center;
}
.result_page_box a.link_page:hover {
	background: url(../img/result_page_ov.gif) top left no-repeat;
	color: #ff6600;
}
.result_page_box .current_page {
	width: 33px;
	height: 29px;
	margin-right: 6px;
	background: url(../img/result_page_enable.gif) top left no-repeat;
	text-decoration: none;
	line-height: 29px;
	color: #e5c7c2;
	font-weight: bold;
	display:block;
	float: left;
	text-align: center;
}





















