
/*------------------------------*/
/* 全体							*/
/*------------------------------*/
body {
	color : #000000;
	/* background-color : #cccccc; */
	/* background-color : #ffffff; */
	/* background-color : lightcyan; */
	 background-color : #ffffff;
	/* background-color : #330000 */ 
	margin : 0px 0px 2px 6px;

}


/*------------------------------*/
/* リンク               		*/
/*------------------------------*/

/*A{ text-decoration:none; }
A:hover{ text-decoration:underline }
.un { text-decoration:underline }
a:link { color:#0000ff; }
a:visited { color:#000080; }
a:active { color:#ff0000; }*/

A{ text-decoration:none; }
A:hover{ text-decoration:underline }
.un { text-decoration:underline }
a:link{color:#000ff;}
a:visited{color:#9932cc;}
a:hover{color:ff0000; }
/*------------------------------*/
/* タイトル ＆ メッセージ		*/
/*------------------------------*/
/* 画面タイトル */
.bigTitle{
	font-weight : bold;
	background-repeat : no-repeat;
	/*background-position : 95% 30%;*/
	padding : 1px;
	font-size : 12pt;
	color : #000000;
}
/* サブタイトル */
.subTitle{
	 color : blue;
}

/* ユーザ情報表示 */
.normalsm{
	font-size:10pt;
}
/* ユーザ情報表示 */
.normalrg{
	font-size:11pt;
}
/* ユーザ情報表示 */
.user{
	color : #ffffff;
	background-color : #aa0000;
	font-size:10pt;
}
/* ガイダンスメッセージ */
.guidance {
	color : #0000ff;
	font-size:11pt;
}
/* エラーメッセージ */
.error {
	font-weight:bold;
	font-size : 14pt;
	color : #ff0000;
}
/* 処理メッセージ */
.message {
	color : #ffffcc;
}
/* 必須項目 */
.hissu{
    color : #ff0000;
}
/* 処理メッセージ */
.hosoku{
    color : #333333;
}

/* ▼矢印 */
.yajirusi{
    color : #ff8c00;
}

/*------------------------------*/
/* テーブル						*/
/*------------------------------*/
/* お買い上げ商品項目（行） */
.tdheaderrow {
	font-weight : normal;
	color : #ffffff;
	background-color : #666666;
	text-align : center;
	font-size:10pt;
}
/* テーブルヘッダ（行） */
.tdheaderright {
	font-weight : normal;
	color : #ffffff;
	background-color : dimgray;
	text-align : right;
}
/* テーブルヘッダ（列）*/
.tdheadercol {
	font-weight : normal;
	color : #ffffff;
	background-color : dimgray;
}
/* テーブル明細部（左揃え）*/
.tdleft{
	font-weight : normal;
	color : #000000;
	background-color : #eeeeee;
	text-align : left;
}
/* テーブル明細部（中央揃え）*/
.tdcenter{
	font-weight : normal;
	color : #000000;
	/* background-color : #eeeeee; */
	text-align : center;
}
/* テーブル明細部（右揃え）*/
.tdright{
	font-weight : normal;
	color : #000000;
	/* background-color : #eeeeee; */
	/* text-align : right; */
}
/* テーブル明細部（左揃え・警告）*/
.tdleftwarn{
	font-weight : normal;
	color : #000000;
	background-color : yellow;
	text-align : left;
}
/* テーブル明細部（中央揃え・警告）*/
.tdcenterwarn{
	font-weight : normal;
	color : #000000;
	background-color : yellow;
	text-align : center;
}
/* テーブル明細部（右揃え・警告）*/
.tdrightwarn{
	font-weight : normal;
	color : #000000;
	background-color : yellow;
	text-align : right;
}
/* テーブルヘッダ（列・管理者用）*/
.tdheadercolKanrisya{
	font-weight : normal;
	background-color : blue;
	color : yellow;
}
/* テーブル明細部（中央揃え・登録）*/
.tdregist{
	font-weight : normal;
	color : #000000;
	background-color : #808080;
	text-align : center;
}
/* テーブル明細部（右揃え・ラベル）*/
.tdrightlbl{
	font-weight : normal;
	color : #000000;
	/* background-color : #eeeeee; */
	text-align : right;
}
/*------------------------------*/
/* アンカー						*/
/*------------------------------*/
.aheaderrow{
	color : #ffffff;
}
/*------------------------------*/
/* コピーライト					*/
/*------------------------------*/
.copyright{
	border-top : solid 2px #a9a9a9;
	right : 0px;
	text-align : right;
	font-size:10px;
	color : #6666cc;
}

/*------------------------------*/
/* テーブル（メイン)　　　　*/
/*------------------------------*/
.maintable{
	/*background-color : #ffffcc;*/
	background-color : #ffffff;
	width : 780px;
	padding: 0;
	margin:0px;
	font-size : 11px;
}

/*------------------------------*/
/* テーブル（検索結果)　　　　*/
/*------------------------------*/
.kekkatable{
/*	background-color : #bc8f8f;*/
	background-color : #a9a9a9;
	color : #fffffff;
	border : 0px;
	width : 755;
	padding:0; 
}
/*------------------------------*/
/* テーブル（検索結果マスタ用)　*/
/*------------------------------*/
.kekkatable2{
/*	background-color : #bc8f8f;*/
	background-color : #a9a9a9;
	color : #fffffff;
	border : 0px;
	width : 980;
	padding:0; 
}
/*------------------------------*/
/* トップのボーダーライン		*/
/*------------------------------*/
.topborder{
	border-top : solid 1px #000000;
}



/*------------------------------*/
/* 店舗一覧　　　　　　　　　　 */
/*------------------------------*/
.shopheader{
	background-color : #666666;
	font-weight:bold;
	white-space:nowrap;
	color : #ffffff;
	font-size:11pt;
	border-color: #000000;
	border-top:none;
	border-bottom: inset 3px;
	border-left: inset  1px;
	border-right:none;
}

/*------------------------------*/
/* 店舗一覧(店舗名) */
/*------------------------------*/
.colShopNm{
	border-top:none;
	border-bottom:dotted 1px;
	border-left:double  1px;
	border-right:none;
	background-color : #ffffff;
	width : 240;
	white-space:nowrap;
	color : #000000;
	font-size:11pt;
}
/*------------------------------*/
/* 店舗一覧(電話番号) */
/*------------------------------*/
.colPhone{
	border-top:none;
	border-bottom:dotted 1px;
	border-left:none;
	border-right:none;
	background-color : #ffffff;
	width : 110;
	white-space:nowrap;
	color : #000000;
	font-size:10pt;
}

/*------------------------------*/
/* 店舗一覧(住所) */
/*------------------------------*/
.colAdress{
	border-top:none;
	border-bottom:dotted 1px;
	border-left:none;
	border-right:none;
	background-color : #ffffff;
	width : 240;
	white-space:nowrap;
	color : #000000;
	font-size:11pt;

}
/*------------------------------*/
/* 店舗一覧(取扱い商品) */
/*------------------------------*/
.colSellItem{
	border-top:none;
	border-bottom:dotted 1px;
	border-left:none;
	border-right:none;
	background-color : #ffffff;
	width : 180;
	white-space:nowrap;
	color : #000000;
	font-size:11pt;
}


/*------------------------------*/
/* 店舗一覧(都道府県名一覧) */
/*------------------------------*/
.colSellPref{
	white-space:nowrap;
	color : #000000;
	font-size:12pt;
}


/*------------------------------*/
/* 店舗一覧(都道府県名一覧) */
/*------------------------------*/
.colUnderInfo{
	white-space:nowrap;
	color : #000000;
	font-size:10pt;
}

