A:link {
	COLOR: #555555; TEXT-DECORATION: none
}
A:visited {
	COLOR: #800080; TEXT-DECORATION: none
}
A:active {
	COLOR: #800080; TEXT-DECORATION: none
}
A:hover {
	COLOR: blue; TEXT-DECORATION: underline
}
TABLE {
	FONT-SIZE: 13px; COLOR: #555555
}
BODY {
	FONT-SIZE: 13px; COLOR: #555555
}

/* 左共通メニュ−各項目セル */
.leftMenuCell {
	width:160; text-align:left; vertical:top; background-color: #ffffff
}
/* 「かごの中の確認」の文字設定 */
.cartEmpty{
	color:#555555 /* かごが空の場合 */
}
.cartCheck{
	color:#0000ff;font-weight:bold /* かごが空ではない場合 */
}

/* カート用詳細情報テーブル */
.detailTable {
	width				: 750;
	background-color	: #888888;
}
/* カート用商品名 */
.itemName {
	text-align			: center;
	font-size			: 15px;
	color				: #666666;
	background-color	: #d0ea8f;
}
/* カート用商品詳細項目名 */
.itemHeader {
	width				: 140;
	text-align			: left;
	font-weight			: bold;
	color				: #555555;
	background-color	: #eaf6e2;
}
/* カート用商品詳細情報 */
.itemDetail {
	width				: 610;
	text-align			: left;
	color				: #555555;
	background-color	: #ffffdd;
}
/* カート用商品詳細情報−強調したい部分 */
.itemDetailCaution {
	text-align: left; color:#555555; background-color: #ffffdd
}
