/* NetReal! : 法人名簿サービス データ検索 */




/* フォーム */
#wrapper #main #contents table.search {
	margin-top:10px;
	margin-bottom:30px;
	border-bottom:#666666;
	
}
#wrapper #main #contents table.search th {
	width:150px;
	padding:10px;
}
#wrapper #main #contents table.search td {
	padding:10px;
	text-align:center;
}
/* テキストボックス */
#wrapper #main #contents table.search td input.form {
	width:250px;
	border:#7f9db9 solid 1px;
	padding:2px;
	vertical-align:middle;
}
/* ボタン画像 */
#wrapper #main #contents table.search td input.seach_button {
	margin:0px 0px 0px 0px;
	padding:2px;
	vertical-align:middle;
}
/* ラジオボタン */
#wrapper #main #contents table.search td div.radio {
	width:100%;
	margin-top:5px;
}
#wrapper #main #contents table.search td input.fax_radio {
	margin:0px 0px 0px 50px;
	padding:2px;
	vertical-align:middle;
}
#wrapper #main #contents table.search td input.all_radio {
	margin:0px 0px 0px 0px;
	padding:2px;
	vertical-align:middle;
}



/* 普通のテーブル */
#wrapper #main #contents table.nomal {
	margin-bottom:10px;
}
#wrapper #main #contents table.nomal th {
	width:150px;
	padding:10px;
}
#wrapper #main #contents table.nomal td {
	text-align:center;
	padding:10px;
	font-weight:bold;
}
#wrapper #main #contents table.nomal td span.red {
	color:#cc0033;
	font-size:120%;
}


/* 注釈 */
#wrapper #main #contents p.note {
	color:#cc0000;
	text-align:center;
	margin:0 0 10px 0;
}



/* パネル */
#wrapper #main #contents div.panel {
	width:575px;
	margin:0px 0 0px 11px;
}
#wrapper #main #contents div.panel p {
	width:110px;
	margin:0 5px 0px 0;
	float:left;
	display:inline;
}

/* 会員登録ボタン */
#wrapper #main #contents div.entry {
	width:309px;
	height:56px;
	background:url(../images/list_data_search_button_entry.gif) top no-repeat;
	margin:20px 0 0 137px;
	text-indent:-9999px;
}
#wrapper #main #contents div.entry a {
	display:block;
	width:309px;
	height:56px;
}
#wrapper #main #contents div.entry a:hover {
	background:url(../images/list_data_search_button_entry.gif) no-repeat 0 -56px;
}

