@charset "shift_jis";

/* ============================

2009.6.10 検索部分専用CSS

============================ */

/* ------------
   企業検索
------------*/
#region-wrapper h2{
	margin-bottom: 8px;
	background-image: url(../images/help.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#region-wrapper{
	width: 455px;
	float: left;
	}
	
#region-wrapper li{
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../../index/images/list01.gif);
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-bottom: 10px;
	}
	
#other-search{
	float: right;
	width: 230px;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #CCC;
	padding-left: 10px;
	}
#other-search h3{
	color: #666;
	}	
	
	
.s-field{
	padding-left: 15px;
	color: #808080;
	width: 170px;
	background-image: url(../../search/images/s-icon.gif);
	background-repeat: no-repeat;
	border: 1px inset #808080;
	}