/* NetReal! : 法人名簿サービス ご利用の流れ（データ利用の流れ[リストデータレンタル]） */

/* キャッチコピー */
#wrapper #main #contents div.catch {
	width:592px;
}

/* キャッチコピー02 */
#wrapper #main #contents div.catch02 {
	width:592px;
	margin-bottom:15px;
}

/* ページ上部メニューボタン */
#wrapper #main #contents div.menu {
	width:592px;
	height:83px;
	margin:0 0 0 0px;
}

/* データリストレンタル */
#wrapper #main #contents div.menu div.menu-01 {
	width:280px;
	height:83px;
	background:url(../images/price_menu_01.gif) top no-repeat;
	margin:0 0px 0px 9px;
	text-indent:-9999px;
	float:left;
	display:inline;
}
#wrapper #main #contents div.menu div.menu-01 a {
	display:block;
	width:280px;
	height:83px;
	float:left;
	display:inline;
}
#wrapper #main #contents div.menu div.menu-01 a:hover {
	background:url(../images/price_menu_01.gif) no-repeat 0 -83px;
}
/* リストデータ購入 */
#wrapper #main #contents div.menu div.menu-02 {
	width:280px;
	height:83px;
	background:url(../images/price_menu_02.gif) top no-repeat;
	margin:0 0 0 14px;
	text-indent:-9999px;
	float:left;
	display:inline;
}
#wrapper #main #contents div.menu div.menu-02 a {
	display:block;
	width:280px;
	height:83px;
	float:left;
	display:inline;
}
#wrapper #main #contents div.menu div.menu-02 a:hover {
	background:url(../images/price_menu_02.gif) no-repeat 0 -83px;
}

/* ポイント画像 */
#wrapper #main #contents div.point {
	width:571px;
	height:108px;
	margin:0 0 30px 11px;
}
/* ポイント換算（画像） */
#wrapper #main #contents div.point div.rate {
	width:278px;
	height:108px;
	float:left;
	display:inline;
	margin:0 15px 0 0;
}
/* ポイント購入単位（画像） */
#wrapper #main #contents div.point div.unit {
	width:278px;
	height:108px;
	float:left;
	display:inline;
	margin:0 0 0 0px;
}

/* tableオーバーライド（通常） */
#wrapper #main #contents table.normal {
	width:575px;
	line-height:18px;
	text-align:center;
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#dad0ed;
    empty-cells:show;
	margin:0 0 40px 9px;
}
#wrapper #main #contents table.normal th {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#ffffff;
    background-color:#a288d0;
    padding:9px;
}
#wrapper #main #contents table.normal td {
	line-height:18px;
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    padding:5px;
}
#wrapper #main #contents table.normal td span.red {
	color:#cc3300;
}
#wrapper #main #contents table.normal td span.red_b {
	color:#cc3300;
	font-size:15px;
}
#wrapper #main #contents table.normal td span.black {
	color:#000000;
	font-size:15px;
}


/* tableオーバーライド */
#wrapper #main #contents table.pattern {
	width:575px;
	line-height:18px;
    border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
    border-spacing:0;
    background-color:#dad0ed;
    empty-cells:show;
	margin:0 0 0 9px;
}
#wrapper #main #contents table.pattern th {
	padding:9px 2px;
	color: #ffffff;
	text-align: center;
}
#wrapper #main #contents table.pattern td {
	text-align:center;
	padding:5px 2px;
}

#wrapper #main #contents table.pattern {
	color:#000000;
}
#wrapper #main #contents table.pattern tr {
	color:#000000;
}
#wrapper #main #contents table.pattern tr.purple {
	color:#000000;
}
#wrapper #main #contents table.pattern tr.purple td {
	color:#000000;
	background-color: #dad0ed;
}
#wrapper #main #contents table.pattern th {
	padding:9px 9px;
}
#wrapper #main #contents table.pattern td {
	text-align:center;
	color:#000000;
	background-color:#FFFFFF;
	padding:5px 5px;
}
#wrapper #main #contents table.pattern .red {
	color:#cc3300;
}





/* 会員登録ボタン */
#wrapper #main #contents div.entry {
	width:309px;
	height:56px;
	background:url(../images/price-button_entry.gif) top no-repeat;
	margin:0 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/price-button_entry.gif) no-repeat 0 -56px;
}

