/* ************************************************ 
 *	お問合せ画面用CSS
 * ************************************************ */

/* ------------------------------------- 
 *	ページ背景色（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
* {
	margin:0px;
	padding:0px;
}

body {
	background:#fff;
	color:#666;
	font-size:12px !important;
	font-family:  "Meiryo","MS P Gothic",Arial,sans-serif;
	line-height: 150%;
	text-align:center;
	}

td {
	padding: 5px;
	}

img {
	border:none;
	}

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

a:link    {color: #91A823; text-decoration: underline; 
font-size:12px !important;}
a:visited {color: #91A823; text-decoration: underline;
font-size:12px !important;}
a:active  {color: #91A823; text-decoration: underline;
font-size:12px !important;}
a:hover   {color: #C4DB56; text-decoration: none;
font-size:12px !important;}


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

.base01 {
	background:#FFF;
}

.base02 {
        border-top:3px solid #333;
        width:600px !important;
        padding:10px 0 0 0;
}


/* ------------------------------------- 
 *	タイトルエリアの背景色
 * ------------------------------------- */
.title_area {
	color:#91A823;
	font-size:22px;
	font-weight:bolder;
        padding-left:105px !important;
        padding-bottom:0px !important; 
        padding-top:20px !important;
}

.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-color:#dedede;/*テーブル−枠の色*/
}

.CELL_1_C {
	font-weight:bolder;
	text-align:left !important;
	background-color:#f2f2f2;
        padding-left:10px !important;
}

.CELL_1_L {
	font-weight:bolder;
	text-align:left !important;
	background-color:#f2f2f2;
        padding-left:10px !important;
}

.CELL_1_R {
	font-weight:bolder;
	text-align:left !important;
	background-color:#f2f2f2;
        padding-left:10px !important;
}

.CELL_2 {
	background-color:#fff;
	}

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


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

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

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


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

.info {
	background-color: #f2f2de;
	color:#6B8744;
	padding:10px;
	margin: 10px auto;
	text-align: left;
        border:solid 1px #e2e2b8 !important;
        width:578px !important;
}

/* ------------------------------------- 
 *	エラー表示域の設定
 * ------------------------------------- */
 
.errorbox {
	background-color: #ffffe6;
	padding:10px;
	margin:10px auto;
	font-size:12px;
        line-height:1.5em;
        border:2px solid #CC6600;
        color:#CC6600 !important;
        width:576px !important;
}

/* ------------------------------------- 
 *	標準枠の設定
 * ------------------------------------- */
.sub {
	border: 1px solid #CCC;/*テーブル−枠の色と同じ*/
}

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

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

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

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

