/*　＜全体の設定＞　*/
body {
	font-size: x-small;
	background-color: #ffffff;
	color:#000000;
	margin:0px;
	padding:0px;
}

table {
	width: 750px;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
}

tr {
	padding: 0px;
	margin: 0px;
}

th{
font-weight:bold;
}

th,td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}
	
a:link {
	color:#0000FF;
}

a:visited {
	color:#990066;
}

a:hover {
	color:#0000FF;
}

/*  ＜画面全体のレイアウト用テーブル＞　*/
table.cartLayout {
/*　画面全体のレイアウト用テーブル　*/
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

td.header {
/*　画面上部　*/
	padding: 0px;
	padding-right:10px;
	margin: 0px;
	color: #ffffff;
	text-align:right;
	background-color: #0000b0;
	height: 30px;
}

td.main {
/*　画面中央部　*/
	text-align:center;
	vertical-align:top;
	padding: 0px;
}

td.footer {
/*　画面下部　*/
	padding: 0px;
	padding-right:10px;
	margin: 0px;
	color: #ffffff;
	text-align:right;
	background-color: #0000b0;
	height: 30px;
}

/*　＜「お買い物の手順」＞　*/
div.flow-title {
/*　「お買い物の手順」という文字を表示する部分　*/
	text-align: left;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

div.flow {
/*　お買い物の手順・枠　*/
	width:750px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #e0e0ff;

	vertical-align: middle;

}

.flow-on {
/*　現在位置の表示部分　*/
	background-color: #ffffaa;
	color: #ff0000;
	font-weight:bold;
	/*font-size: 1.5em;*/
	clear:right; 
	width:9.5em;
}

/*文字の回りこみ*/
span.merchant-id{
	clear:right; 
	width:8em;
}

/*　＜ページタイトル表示部テーブル＞　*/
table.pagetitle {
/*　ページタイトル表示部テーブル　*/
	height:30px;
	vertical-align:middle;

}

table.pagetitle h1 {
/*　タイトルフォント　*/
	font-size: large;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	margin:auto;
}

/*　＜その他のテーブル設定＞　*/
.table-data1 {
/*　メインのテーブル・奇数部分の色　*/
	background-color: #eeeeee;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}

.table-data2 {
/*　メインのテーブル・偶数部分の色　*/
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
.table-data3 {
/*　メインのテーブル・奇数部分の色　*/
	background-color: #DCDCDC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}

.table-special-color {
/*　メインのテーブル・特殊な部分の色（配送料、支払手数料など）　*/
	font-weight:bold;
	background-color: #eeeeee;

	text-align: right;
}
.table-special-color-sec {
/*　メインのテーブル・特殊な部分の色（配送料、支払手数料など）　*/
	font-weight:bold;
	background-color: #ffffff;
	
}

.table-emphasis1 {
/*　メインのテーブル・ヘッダ部　*/
	font-weight:bold;
	color: #ffffff;
	background-color: #0000b0;
	
}

.table-emphasis2{
/*　メインのテーブル・合計フッタ部　*/
	font-weight:bold;
	color: #ffffff;
	background-color: #0000b0;
}

td.tabledata-emphasis1 {
/*　メインのテーブル・データ部・強調色　*/
	//2008-05-23
	text-align:			left;
	background-color: 	#aaaaaa;
	padding: 			2px 5px 2px 2px;
	font-weight:		bold;
	width:200px;
}

td.tabledata-emphasis2 {
/*　メインのテーブル・データ部・弱調色　*/
	//2008-05-23
	text-align:			left;
	background-color:	#cccccc;
	padding: 			2px 5px 2px 2px;
	font-weight:		bold;
	width:200px;
}

tr.table-center{
	text-align:center;
}
/*　＜汎用テーブル＞　*/
table.normal {
/*　汎用テーブル・全体（ページ個別のcssで子孫セレクタの設定に使用）　*/
	border:solid black 1px;
}
		
th.normal-header-left {
/*　汎用テーブル・ヘッダ行左側・汎用　*/
	width:150px;
	text-align:left;
}

th.normal-header-right {
/*　汎用テーブル・ヘッダ行右側・汎用　*/
	text-align:right;
}

.caution {
/*　汎用テーブルデータ部・重要な注意書き　*/
	color: #ff0000;
}

/*　＜お買い物情報表示テーブル＞　*/
table.shoppinginfo {
/*お買い物情報表示テーブル*/
	text-align:right;
	border:solid black 1px;
}

input.button{
	width:150px;
}

.shoppinginfo-rowname-cart{
/*項目名（商品名など）・カート内容確認画面用*/
	width:200px;
	text-align:center;
}

.shoppinginfo-rowname{
/*項目名（商品名など）・その他の画面用*/
	text-align:center;
}

.shoppinginfo-price {
/*単価（税込）*/
	width:92px;
}

.shoppinginfo-quantity {
/*数量*/
	width:92px;
}

.shoppinginfo-size {
/*サイズ*/
	width:92px;
}

.shoppinginfo-deliveryfee {
/*配送料*/
	width:92px;
}

.shoppinginfo-subtotal {
/*小計（税込）*/
	text-align:right;
	width:92px;
}

table.coments{
	color: #FF0000;
}

td.padding{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	text-align:center;
}
/*エラーメッセージ*/
p.error-message{
	color:#ff0000;
	margin: 10px;
}


/* 配送地域表フォント */
.delivery-data1 {
/*　メインのテーブル・奇数部分の色　*/
	background-color: #DCDCDC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}

.delivery-data2 {
/*　メインのテーブル・偶数部分の色　*/
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 7px;
	padding-right: 7px;
}
