/* ############################################################
 * POINT.CSS
 * 2006/10/27 16:19 SUJ Miyanaga
 * ------------------------------------------------------------
 * pt購入画面用
 * ------------------------------------------------------------
 *
 * ############################################################ */
html {overflow-y:scroll;}
body {
	font-size:8pt;
	*font-size:10pt;
	scrollbar-face-color: #cc3366;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #cc3366;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #cc3366;
	scrollbar-darkshadow-color: #ffffff;
}

form {
  margin: 0px;
  padding: 0px;
}

div.caution {
  width: 700px;
  margin: 1em auto;
  padding: 0.25em 0.5em;
  border: 3px double #000;
  background: #fc0;
  text-align: left;
  font-size: 12px;
  line-height: 1.5em;
}
/* 楽天ポイント料金表 */
table.tblPt {
}

/* ポイント料金表セル */
table.tblPt td {
	width: 175px;
	font-size: 12pt;
	text-align: center;
}

/* 楽天ポイント料金表セル */
table.Rakuten_tblPt td {
	font-size: 12px;
	text-align: center;
	padding:5px;
}

/* エクストラポイント */
span.extraPt {
    font-weight: bold;
    color : #f00;
}

/* 銀行振込ID表示ブロック */
p.bankCode {
    margin: 0.5em 20%;
	padding:0.5em;
	border:4px solid #000;
	color: #000;
    background-color: #ffe;
    text-align: center;
}

/* 銀行振込ID */
p.bankCode code {
    font-weight: bold;
    font-size: large;
    letter-spacing: 0.3em;
}


/**
 * 保持ポイント表示部
 */
table.dispPt {
  width: 400px;
  margin: 10px 0;
  border: 1px solid #000;
  border-collapse: collapse;
}
table.dispPt th, table.dispPt td {
    width: 50%;
    margin: none;
    padding: 0.25em 0.5em;
	border: 1px solid #000;
}
table.dispPt th {
    background-color: #FFCFCE;
}
table.dispPt td {
    background-color: #fff;
    text-align: right;
}

th{
	font-size:8pt;
	*font-size:10pt;
}
td{
	font-size:8pt;
	*font-size:10pt;
}
/*キャンペーンバナー*/
div.camp_banner01{
	width:710px;
	height:70px;
	background-image:url(../img/1000yen_reg.gif);
}
/*
div.camp_banner02{
	width:700px;
	height:150px;
	margin-top:10px;
	background-image:url(../img/100507_weekend_point.gif);
}
*/

