/* NetReal! : 法人名簿サービス はじめての方へ */


/*オーバーライド*/
/* h2 */
#wrapper #main #contents h2 {
	margin-bottom:10px;
}
/* h3 */
#wrapper #main #contents h3 {
	margin-bottom:0px;
}
/* テーブル */
#wrapper #main #contents table.list {
	margin-bottom:25px;
}
#wrapper #main #contents td {
	background-color:#CCC4D4;
	background-color:#FFFFFF;
}
#wrapper #main #contents table.list td.title-column {
	color:#cc0000;
	background-color:#FFFFFF;
}
/* テーブル内文章 */
#wrapper #main #contents td p.top {
	margin-bottom:1em;
}
#wrapper #main #contents table.list td p.top span.blue {
	color:#0033CC;
}






/* キャッチコピー（ページ上部と下部） */
#wrapper #main #contents p.catch {
	width:592px;
}


/* 会員登録 ボタン */
#wrapper #main #contents p.entry {
	width:309px;
	height:56px;
	background:url(../images/beginner_button_entry.gif) top no-repeat;
	margin:0px 0 30px 136px;
	text-indent:-9999px;
}
#wrapper #main #contents p.entry a {
	display:block;
	width:309px;
	height:56px;
}
#wrapper #main #contents p.entry a:hover {
	background:url(../images/beginner_button_entry.gif) no-repeat 0 -56px;
}


/* ビギナーメニュー */
#wrapper #main #contents #beginner_menu ul {
	width:592px;
	height:47px;
	list-style:none;
	margin:30px 0 30px 5px;
}
#wrapper #main #contents #beginner_menu ul li {
	float:left;
	width:140px;
	height:47px;
	list-style:none;
	margin:0 0 0 4px;
}
#wrapper #main #contents #beginner_menu ul li a {
	display:block;
	width:140px;
	height:47px;
	text-indent:-9999px;
}
/* 法人データとは？ */
#wrapper #main #contents #beginner_menu ul li a.menu01 {
	background:url(../images/beginner_menu_01.gif) no-repeat 0 0;
}
#wrapper #main #contents #beginner_menu ul li a.menu01-current,
#wrapper #main #contents #beginner_menu ul li a:hover.menu01 {
	background:url(../images/beginner_menu_01.gif) no-repeat 0 -47px;
}
/* データ入手法比較 */
#wrapper #main #contents #beginner_menu ul li a.menu02 {
	background:url(../images/beginner_menu_02.gif) no-repeat 0 0;
}
#wrapper #main #contents #beginner_menu ul li a.menu02-current,
#wrapper #main #contents #beginner_menu ul li a:hover.menu02 {
	background:url(../images/beginner_menu_02.gif) no-repeat 0 -47px;
}
/* 反応率向上の秘訣 */
#wrapper #main #contents #beginner_menu ul li a.menu03 {
	background:url(../images/beginner_menu_03.gif) no-repeat 0 0;
}
#wrapper #main #contents #beginner_menu ul li a.menu03-current,
#wrapper #main #contents #beginner_menu ul li a:hover.menu03 {
	background:url(../images/beginner_menu_03.gif) no-repeat 0 -47px;
}
/* リストデータサンプル */
#wrapper #main #contents #beginner_menu ul li a.menu04 {
	background:url(../images/beginner_menu_04.gif) no-repeat 0 0;
}
#wrapper #main #contents #beginner_menu ul li a.menu04-current,
#wrapper #main #contents #beginner_menu ul li a:hover.menu04 {
	background:url(../images/beginner_menu_04.gif) no-repeat 0 -47px;
}


