/* CSS 会員FAXDM業者一覧 */

#main p {
	padding:30px 20px 0 20px;
}
#main p.subtitle {
	font-weight:bold;
	font-size:110%;
	text-align:center;
}

#main div.list-box {
	width:530px;
	margin:0px auto 10px auto;
	padding:10px;
	background-color:#DFF0CA;
}

/* FAXDM業者登録申請ボタン */
#main div.entry {
	width:297px;
	height:45px;
	background:url(../images/entry_bt.gif) top no-repeat;
	text-indent:-9999px;
	margin:25px auto 15px auto;
}
#main div.entry a {
	display:block;
	overflow:hidden;
	width:297px;
	height:45px;
}
#main div.entry a:hover {
	background:url(../images/entry_bt.gif) no-repeat 0 -45px;
}

