@charset "utf-8";
/*------------------	ボックス指定	----------------*/
div.box6{
	position:relative;
	padding:15px;
	height:140px;
	background-color:#FFF1C7;
	border-right:1px solid #FFBF87;
	border-bottom:1px solid #FFBF87;
}

div.box7{
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	padding:10px;
}
/*------------------	検索フォーム	----------------*/
div#search_f h3{
	text-indent:15px;
	padding-top:7px;
	height:12px;
	background:url(./../img/search_f_tp.gif) no-repeat 0 0;
}
*html div#search_f h3{
	padding-top:1px;
}

*html div.box6{
	height:170px;

}
div#search_f input#ky{
	display:block;
	width:400px;
	padding:2px;
	background-color:white;
	margin-bottom:5px;
}
div#search_f input.radio{
	margin-left:10px;
}
div#search_f select{
	margin-top:10px;
	background-color:#white;
}
div#search_f form input#submit{
	position:absolute;
	padding:2px 10px 2px 10px;
	background-color:#c0c0c0;
	bottom:15px;
	right:15px;
/*
	display:block;
	clear:both;
	margin-top:10px;
	background:url(./../img/submit.gif) no-repeat 0 0;;
	width:176px;
	height:63px;
	font-size:0.01em;
*/
}
*html div#search_f form input#submit{
	padding:0 10px 0 10px;
}

/*------------------	検索結果	----------------*/
div#result{
	margin-top:10px;
}
div#result p#res{
	text-align:right;
}

div#result h3{
	background:url(./../img/mono_ber.gif) no-repeat 0 0;
	width:590px;
	height:23px;
	padding-top:11px;
	text-indent:10px;
}
div.page{
	text-align:center;
	padding:10px 10px 0 10px;
}
div#result ol li{
	clear:both;
	width:545px;
	padding:4px 10px 4px 10px;
	background-color:white;
}
div#result ol li.g{
	background-color:#f2f2f2;
}

div#result ol li h5 {
	margin-bottom:3px;
	background:url(./../../img/title_icon.gif) no-repeat 0 1px;
	padding-left:12px;
}
*html div#result ol li h5 {
	background:url(./../../img/title_icon.gif) no-repeat 0 3px;

}
div#result ol li h5 a{
	font-size:14px;
	font-weight:bold;
}
div#result ol li p{
	width:100px;
	float:left;
	margin-right:10px;
	padding-top:2px;
	height:14px;
	font-size:12px;
	overflow:hidden;
	line-height:1.2em;
}
div#result ol li p.nm{
	padding-left:25px;
	background:url(./../img/nm_icon_w.gif) no-repeat 12px 0;
}
div#result ol li.g p.nm{
	background:url(./../img/nm_icon_g.gif) no-repeat 12px 0;
}
div#result ol li p.cate{
	padding-left:17px;
	background:url(./../img/cat_icon_w.gif) no-repeat 0 0;
}
div#result ol li.g p.cate{
	background:url(./../img/cat_icon_g.gif) no-repeat 0 0;
}
div#result ol li p.shops{
	padding-left:15px;
	background:url(./../img/shop_icon_w.gif) no-repeat 0 0;
}
div#result ol li.g p.shops{
	background:url(./../img/shop_icon_g.gif) no-repeat 0 0;
}
div#result ol li p.areas{
	padding-left:20px;
	background:url(./../img/area_icon_w.gif) no-repeat 0 0;
}
div#result ol li.g p.areas{
	background:url(./../img/area_icon_g.gif) no-repeat 0 0;
}

*html div#result ol li p.nm{
	padding-left:25px;
	background:url(./../img/nm_icon_w.gif) no-repeat 12px 2px;
}
*html div#result ol li.g p.nm{
	background:url(./../img/nm_icon_g.gif) no-repeat 12px 2px;
}
*html div#result ol li p.cate{
	padding-left:17px;
	background:url(./../img/cat_icon_w.gif) no-repeat 0 2px;
}
*html div#result ol li.g p.cate{
	background:url(./../img/cat_icon_g.gif) no-repeat 0 2px;
}
*html div#result ol li p.shops{
	padding-left:15px;
	background:url(./../img/shop_icon_w.gif) no-repeat 0 2px;
}
*html div#result ol li.g p.shops{
	background:url(./../img/shop_icon_g.gif) no-repeat 0 2px;
}
*html div#result ol li p.areas{
	padding-left:20px;
	background:url(./../img/area_icon_w.gif) no-repeat 0 2px;
}
*html div#result ol li.g p.areas{
	background:url(./../img/area_icon_g.gif) no-repeat 0 2px;
}
