@charset "windows-31j";

.inner {
	width: 950px;
	margin: 0 auto;
}


div#search_area{
  width: 948px;
  background-color: #ECECEC;
  border: 1px solid #CCC;
  margin-top: 10px;
  padding-bottom: 10px;
}

div#search_pref{
  margin: 10px 10px 0 10px;
  cursor: pointer;
  width: 930px;
  height: 26px;
  background-image: url('../img/search_pref.gif');
  background-position: 0px 26px;
}
div#search_category{
  margin: 10px 10px 0 10px;
  cursor: pointer;
  width: 930px;
  height: 26px;
  background-image: url('../img/search_category.gif');
  background-position: 0px 26px;
}

ul.category{
  width: 928px;
  height: 30px;
  margin: 0 10px;
  background-color: #FFF;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
ul.category li{
  float: left;
  text-indent: 20px;
  width: 150px;
  height: 30px;
  line-height: 30px;
}

dl.pref{
  width: 930px;
  margin: 0 10px;
}
dl.pref dt{
  width: 119px;
  height: 20px;
  text-indent: 20px;
  font-weight: bold;
  float: left;
  clear: both;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}
dl.pref dd{
  width: 809px;
  height: 20px;
  float: left;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
dl.pref dd ul{
  width: 810px;
  height: 20px;
}
dl.pref dd ul li{
  width: 80px;
  height: 20px;
  float: left;
}
.line1{
  background-color: #FFF;
}

div#search_button{
  width: 950px;
  height: 60px;
  background-image: url('../img/search_back.gif');
  background-repeat: repeat-x;
}
a#submit{
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 60px;
  overflow: hidden;
  background-image: url('../img/search_button.gif');
  text-indent: -1000px;
}
a#submit:hover{
  background-position: 0 -60px;
}

table#result{
  width: 950px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
table#result tr th{
  background-color: #20206D;
  color: #FFF;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-indent: 5px;
  line-height: 25px;
}
table#result tr td{
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-indent: 5px;
  line-height: 25px;
}
table#result tr td.nobr{
  white-space: nowrap;
}

.total{
  margin-top: 10px;
  text-align: right;
}
.paging{
  margin-bottom: 10px;
  text-align: right;
}
h3.subsidy{
  background-image: url('../img/h3.gif');
  width: 950px;
  height: 33px;
  line-height: 33px;
  text-indent: 15px;
  font-size: 15px;
  font-weight: 900;
}
h3.subsidy span{
  font-size: 20px;
}