/* NetReal! : DM発送サービス トップページ */


/* オーバーライド */
#wrapper #navi { /* トップページはパンくずがないので余白 */
	margin-bottom:25px;
}




/* メイン画像上部 */
#wrapper #main #contents p.main-img-catch {
	width:592px;
	height:137px;
}

/* メイン画像ステップ画像 */
#wrapper #main #contents div.main-img-01 {
	width:592px;
	height:142px;
	background:url(../images/top_main_01.jpg) top no-repeat;
	padding:0;
	text-indent:-9999px;
}
	#wrapper #main #contents div.main-img-01 a {
		display:block;
		width:592px;
		height:142px;
	}
	#wrapper #main #contents div.main-img-01 a:hover {
		background:url(../images/top_main_01.jpg) no-repeat 0 -142px;
	}

/* メイン画像中部 */
#wrapper #main #contents p.main-img-02 {
	width:592px;
	height:148px;
}

/* メイン画像下部 */
#wrapper #main #contents p.main-img-03 {
	width:592px;
	height:198px;
}




/* 中央パネル */
/* リストデータレンタル */
#wrapper #main #contents div.panel  {
	width:592px;
	margin:0px 0 10px 11px;
}
#wrapper #main #contents div.panel p {
	width:106px;
	height:106px;
	margin:0 11px 8px 0;
	float:left;
	display:inline;
}





/* お知らせ */
/* 全体レイアウト */
#wrapper #main #contents div.each-news {
	width:592px;
}
/* 原稿（DM原稿） */
#wrapper #main #contents div.each-news div.document {
	width:285px;
	float:left;
}
#wrapper #main #contents div.each-news div.document p.title {
	width:285px;
	height:33px;
}
#wrapper #main #contents div.each-news div.document div.main {
	width:283px;
	background-color:#F0FDF6;
	border-right:#317159 solid 1px;
	border-bottom:#317159 solid 1px;
	border-left:#317159 solid 1px;
	padding:10px 0 0 0;
}
#wrapper #main #contents div.each-news div.document div.main p.subtitle {
	width:270px;
	margin:0 auto 0 auto;
}
#wrapper #main #contents div.each-news div.document div.main p {
	width:260px;
	text-align:left;
	line-height:15px;
	margin:10px auto 10px auto;
}
#wrapper #main #contents div.each-news div.document div.main p a {
	color:#750202;
}

/* 名簿（FAXリスト） */
#wrapper #main #contents div.each-news div.list {
	width:285px;
	float:right;
}
#wrapper #main #contents div.each-news div.list p.title {
	width:285px;
	height:33px;
}
#wrapper #main #contents div.each-news div.list div.main {
	width:283px;
	background-color:#F9FDEF;
	border-right:#7C874F solid 1px;
	border-bottom:#7C874F solid 1px;
	border-left:#7C874F solid 1px;
	padding:10px 0 0 0;
}
#wrapper #main #contents div.each-news div.list div.main p.subtitle {
	width:270px;
	margin:0 auto 0 auto;
}
#wrapper #main #contents div.each-news div.list div.main p {
	width:260px;
	text-align:left;
	line-height:15px;
	margin:10px auto 10px auto;
}
#wrapper #main #contents div.each-news div.list div.main p a {
	color:#750202;
}





/* 名簿（FAXリスト）お知らせ */
#wrapper #main #contents div.info {
    margin-top: 20px;
	width:592px;
}
#wrapper #main #contents div.info p.title {
	width:592px;
	height:31px;
	margin:0 0 10px 0;
}
#wrapper #main #contents div.info dl.info-list dt {
  float: left;
  margin: 0 0 0.8em;
  width: 6.5em;
  padding-left:15px;
  background: url(../images/top_info_arrow.gif) no-repeat;
}
#wrapper #main #contents div.info dl.info-list dd {
  margin-bottom: 0.8em;
  margin-left:6.5em;
}

