@charset "utf-8";
/* CSS Document */

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
body {
	font-family: "MS PGothic", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background: url(https://img14.shop-pro.jp/PA01082/158/etc/head.jpg) center top no-repeat;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}


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

a:link    {color: #0098CC; text-decoration: underline;}
a:visited {color: #0098CC; text-decoration: underline;}
a:active  {color: #0098CC; text-decoration: underline;}
a:hover   {color: #33CBFF; text-decoration: none;}


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

.base01 {
	width: 1000px !important;
	text-align: left !important;
	margin: 0 auto;
	padding: 0 !important;
}

.base02 {
	width: 700px !important;
}
.copyright {
	width: 1000px;
	margin: 0px auto 10px auto !important;
	padding: 5px 0 5px 0 !important;
	background-color: #EEEEEE;
	border-top: 1px solid #00CCFF;
	border-bottom: 1px solid #00CCFF;
	display: block;
	text-align: center;
	color: #666;
}
.copyright a {
	color: #666;
}
.copyright a:link {
	color: #666;
}
.copyright a:visited {
	color: #666;
}
.copyright a:hover {
	color: #666;
}
.copyright a:active {
	color: #666;
}

/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	color:#0098CC;
	font-size:22px;
	font-weight:bold;
	text-align: left;
	margin: 0 auto !important;
	padding: 0 !important;
	width: 1000px;
}
.title_area a {
	display: block;
	width: 1000px;
	height: 300px;
	text-indent: -9999px;
	overflow: hidden;
 }

.title_area a:link    {color: #000; text-decoration: none;}
.title_area a:visited {color: #000; text-decoration: none;}
.title_area a:active  {color: #000; text-decoration: none;}
.title_area a:hover   {color: #666; text-decoration: none;}

/* ------------------------------------- 
 *	テーブルの背景色と文字色
 * ------------------------------------- */

.table1 {
	background:#CCC;/*テーブル−枠の色*/
}

.CELL_1_C {
	font-weight:bolder;
	text-align:center;
	background-color:#DDD;
	border:2px solid #FFF;
}

.CELL_1_L {
	font-weight:bolder;
	text-align:center;
	background-color:#DDD;
	border:2px solid #FFF;
}

.CELL_1_R {
	font-weight:bolder;
	text-align:right;
	background-color:#DDD;
	border:2px solid #FFF;
}

.CELL_2 {
	background-color:#FFFFFF;
	}

table.secure_table,table.table1 {margin:0 auto;}


/* ------------------------------------- 
 *	注意書き１の文字色
 * ------------------------------------- */
.note {
	color: #3399CC;
	}

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

/* ------------------------------------- 
 *	注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: x-small;
	font-weight:bolder;
	color: #336699;
	}


/* ------------------------------------- 
 *	メッセージ表示域の設定
 * ------------------------------------- */

.info {
	background-color: #EEE;
	border:2px #CCC solid;/*テーブル−枠の色と同じ*/
	color:#336699;
	padding:10px;
	margin: 10px auto;
	text-align: left
}


/* ------------------------------------- 
 *	会員ログインページのメッセージ表示域の設定
 * ------------------------------------- */

.members_info {
	background-color: #EEE;
	border:2px #CCC solid;/*テーブル−枠の色と同じ*/
	color:#336699;
	padding:10px;
	margin: 10px auto;
	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: #336699;
	font-weight: bold;
}

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

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

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