@charset "Shift_JIS";

/* -----------------------------------------------------------
	CSS Information
		Author:      -
		Filename:    common.css
		Style-info:  みやざき地頭鶏とは
----------------------------------------------------------- */

#pagetitle h2 {
	background:url(img/bg-h2.jpg) 0 0 no-repeat;
	height:90px;
	width:760px;
	text-indent:-9999px;
}

.inner-contents h3 {
	margin-bottom:10px;
	text-indent:-9999px;
	height:35px;
	width:730px;
}
h3.seisansha {
	background:url(img/h3-subject-farmer.gif) 0 0 no-repeat #fff;
}
h3.shorigyosha {
	background:url(img/h3-subject-trader.gif) 0 0 no-repeat #fff;
}

/*-------------------------------------------------------
	検索トップ
--------------------------------------------------------*/
.code-search-top {
}

#code-search-farmer,
#code-search-trader{
	background:url(img/bg-search-block.gif) 0 0 no-repeat;
 float:left;
	margin:0 0 80px 40px;
	width:300px;
	display:inline;
}
.code-search-inner {
 padding:10px 20px 20px 20px;
}

.code-search-inner p {
	font-size:75%;
}

.code-search-inner form {
	text-align:center;
}
.code-search-inner select {
	width:40px;
}

#code-search-farmer h3 {
	background:url(img/bg-h3-search-farmer.gif) 0 0 no-repeat;
	margin-bottom:0px;
	width:300px;
	height:35px;
	text-indent:-9999px;
}

#code-search-trader h3 {
	background:url(img/bg-h3-search-trader.gif) 0 0 no-repeat;
	margin-bottom:0px;
	width:300px;
	height:35px;
	text-indent:-9999px;
}

input.searchBtn {
	margin:10px 0px;
}

/*keep*/
.code-search {
	margin-left:10px;
	margin-bottom:30px;
}

/*-------------------------------------------------------
	生産者 ・処理業者検索結果
--------------------------------------------------------*/
.farmer-hit {
	margin-left:10px;
	margin-bottom:30px;
}

table.farmer-data {
	margin-bottom:15px;
}
table.farmer-data th {
	background:url(../img/bg-brw.gif);
	border-bottom:1px solid #CCC;
	color:#fff;
	text-align:left;
	padding:5px;
	font-size:85%;
}
table.farmer-data td {
	border-bottom:1px solid #CCC;
	padding:5px;
	font-size:85%;
}

.codeimg {
	background:#FFF;
	border:1px solid #CCC;
	padding:5px;
	margin-left:5px;
	width:200px;
}

.dataList {
	font-size: 12px;
	width: 200px;
	padding-bottom: 3px;
	border-bottom: 1pt dotted #660000;
	
}

/*-------------------------------------------------------
	検索画面へ戻る
--------------------------------------------------------*/
p.search-back {
	margin-top:25px;
	margin-bottom:10px;
}
p.search-back a {
	background:url(../img/btn-search.gif) 0 0 no-repeat;
	display:block;
	height:28px;
	width:150px;
	text-indent:-9999px;
}




