@charset "euc-jp";
/* CSS Document */

.centerColumn {
	width: 510px;
	margin: 10px 15px 10px 15px;
	padding: 0px;
	background-color: #FFFFFF;
}

.advisory {
	margin: 5px;
}

fieldset {
	margin: 10px;
	padding: 5px 10px;
	border: 1px solid #cccccc;
	}

legend {
	color: #990000;
	font-weight: bold;
	padding: 0.3em;
	}
	
label.inputLabel {
	float: left;
	}
	
.back {
	float: left;
	}

.forward {
	float: right;
	}
		
LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}

LABEL.inputLabelPayment {
	width: 30em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}
	
.centerColumn p {
	margin: 5px;
}
	
p.topmessage {
	margin: 15px 0px 5px 0px;
	font-size: 120%;
	font-weight: bold;
}
	
/***** ショッピングカート *****/
.tableHeading TH {
	border-bottom: 1px solid #C6B9A4;
	}

.tableHeading, #cartSubTotal {
	background-color: #DED7CB;
	 }
	 
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
	}
	
TR.tableHeading {
	background-color: #C6B9A4;
	height: 2em;
	}
	
.rowOdd {
	background-color: #F2EFEA;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #E5DFD5;
	height: 1.5em;
	vertical-align: top;
	}
	
/***** 配送 *****/

.centerColumn fieldset.shipping {
	height: 6em;
} 
	
.important {
	font-weight: bold;
	}
	
/***** ラッピングコメント部分 *****/	
.centerColumn fieldset#comments {
	height: 18em;
}

* html .centerColumn fieldset#comments {
	height: 15em;
}

.centerColumn fieldset#comments2 {
	height: 11em;
}

* html .centerColumn fieldset#comments2 {
	height: 8em;
}

/***** 入力エラーページ *****/
/* アスタリスク */
.alert {
/*	vertical-align: top;*/
	color: #CC0000;
/*	margin-left: 0.5em; */
	margin-left: 0.2em;
	}

.forward {
	float: right;
	}
	
.messageStackWarning, .messageStackError {
	background-color: #CC0000;
	color: #ffffff;
}

/***** 日付けテキストボックス *****/
.selectday {
	font-size: 120%;
	line-height: 120%;
}


/***** 右サイドボックス　ショッピングカート *****/
#cartBoxListWrapper {
	margin: 0px;
	padding: 0px 5px;
}

#cartBoxListWrapper ul {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 0px;
}

#cartBoxListWrapper li {
	margin: 5px;
	padding: 0px;
	color: #FFFFFF;
	text-align: right; 
}

#cartBoxListWrapper hr {
	border-top: solid 1px #FFFFFF;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

.cartBoxTotal {
	margin: 0px;
	padding: 5px 10px 0px; 
	font-weight: bold;
	text-align: right;
}

/***** マイページ *****/
#accountLinksWrapper ul {
	margin: 10px;
	line-height: 140%;
}


/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #330000;
	}
	
.messageStackSuccess {
	background-color: #FFCCFF;
	color: #330000;
	}

.messageStackCaution {
	background-color: #FFFF66;
	color: #000000;
	}


.ccinfo {
	float: left;
	}
	
/*** 送料計算 ***/
.shipping_address {
	margin-bottom: 15px;
}
