/* ************************************************ 
 * ------------------------------------------------
 *	メルマガ登録・解除 CSS
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	background:#F7E9CE url(https://img08.shop-pro.jp/PA01033/048/etc/03_bg_all.gif) repeat-x;
	color:#4D4D4D;
	font: 12px/130% "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Geneva", "Arial", "Verdana", "sans-serif";
	margin: 0px;
	padding: 0px;
	text-align:center;
}

tr,td,th,div,font {
	font: 12px/130% "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "Geneva", "Arial", "Verdana", "sans-serif";
	color:#4D4D4D;
}

td {
	padding: 5px;
}

form {
	margin: 0px;
	padding: 0px;
}

img {
	border:0px;
}

input, select, textarea {
}



/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */

a:link    {color:#FF6600; text-decoration: none;}
a:visited {color:#FF6600; text-decoration: none;}
a:active  {color:#FF6600; text-decoration: none;}
a:hover   {color:#669933; text-decoration:none;}



/* design css------------------------------------------ */

.base01 {
	background-color: #FFF;
	border-style:solid;
	border-top:solid 3px ;
	border-bottom:solid 3px;
	border-left:solid 1px;
	border-right:solid 1px;
	border-color: #E1D2B6;
}

.base02 {
	background-color:#FFF;
}



/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */
.table1 {
	background-color:#999999;
}

.CELL_1_C {
	color: #000000;
	background-color:#EEEEEE;
	text-align:center;
}
.CELL_1_L {
	color: #000000;
	background-color:#EEEEEE;
	text-align:left;
	padding-left: 10px;
}
.CELL_1_R {
	color: #000000;
	background-color:#EEEEEE;
	text-align:right;
	padding-right: 10px;
}

.CELL_2 {
	color: #666666;
	background-color:#FFFFFF;
}



/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #CC3333;
}

/* ------------------------------------- 
 *	注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 11px;
	color: #999999;
}

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	font-weight:bolder;
	color: #339999;
}



/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	background:url(https://img08.shop-pro.jp/PA01033/048/etc/03_kessai_bg_01.jpg) no-repeat;
}



/* ------------------------------------- 
 *	タイトルのショップ名の文字サイズと文字色
 * ------------------------------------- */

.shop_title {
	font-size:14px;
	color: #D2A36C;
	font-weight:bold;
	font-family: "Georgia", "Times", "Times New Roman", "serif";
}



/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #CCC 1px solid;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 90%;
	color: #333;
	background-color: #EEE;
	text-align: left
}



/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
 
.errorbox {
	background-color: #FFFF99;
	padding: 5px;
	margin:10px auto;
	font-size:11px;
	font-weight:bolder;
}



/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	border: 1px solid #CCC;
}



/* ------------------------------------- 
 *	商品合計金額の文字色
 * ------------------------------------- */
.prod_total {
	color: #CC3333;
	font-weight: bold;
}



/* ------------------------------------- 
 *	手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}



/* ------------------------------------- 
 *	総合計の文字色
 * ------------------------------------- */
.all_total {
	color: blue;
	font-weight: bold;
}



/* ------------------------------------- 
 *	使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: red;
	font-weight: bold;
}
