/* ポイントページ部分用スタイル
────────────────────────────────────────── */

/* リンク　─────────────────── */
#contentsaboutpoint a:link {
	color: #0000CC;
	text-decoration: underline;
	}
#contentsaboutpoint a:visited {
	text-decoration: none;
	color: #666699;
	}
#contentsaboutpoint a:hover {
	text-decoration: underline;
	color: #CF2C00;
	}
#contentsaboutpoint a:active {
	text-decoration: none;
	color: #0000CC;
	}

/* base　─────────────────── */
#contentsaboutpoint strong {
	color: #CF2C00;
	font-weight: bold;
	}
#contentsaboutpoint em {
	color: #CF2C00;
	font-style: normal;
	font-weight: normal;
	}


/* ポイント会員　開始の案内
────────────────────────────────────────── */
#intropoint {
	width: 570px;
	margin: 20px 10px;
	padding: 10px;
	background-color: #fde9e4;
	}

/* 会員様だけのお得な特典
────────────────────────────────────────── */
table#goodformember {
	width: 610px;
	border: none;
	border-collapse: collapse;
	}
table#goodformember td#body {
	width: 550px;
	padding: 10px 30px 0 30px;
	background: url(../img_for_point/bg_goodformemberbody.gif) repeat-y;
	}

ul.merit {
	display: block;
	list-style: none;
	padding: 0;
	}
ul.merit li {
	padding-left: 14px;
	background: url(../img_for_point/li_arrw.gif) no-repeat 0 0.35em;
	color: #333333;
	line-height: 1.4;
	font-weight: bold;
	}

/* 新規会員登録できないお客様（ヘルプ）
────────────────────────────────────────── */
table#help {
	width: 610px;
	border: none;
	border-collapse: collapse;
	}
table#help td#body {
	width: 550px;
	padding: 10px 30px 0 30px;
	background: url(../img_for_point/bg_helpbody.gif) repeat-y;
	}

/* ポイントについて
────────────────────────────────────────── */
#aboutpoint {
	width: 590px;
	margin: 0 10px;
	}

h2.point {
	margin: 3em 0 1em 0;
	padding: 0.2em 0.5em;
	background-color: #CC3300;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	}

h3.point {
	margin: 1.5em 0px 0.5em 0px;
	padding: 0em 0.4em;
	border-left: 7px #CC3300 solid;
	border-bottom: 3px #CC3300 double
	}

#aboutpoint p {
	margin: 0 1em 0.5em 1em;
	}
