@charset "Shift_JIS";

/* ----------------------------------------------------- */
/* ----- 取扱商品テーブル設定 -------------------------- */
/* ----------------------------------------------------- */

DIV#navi {
	margin: 10px 0px 0px 0px;

	color: #666666;
}

TABLE.item {
	margin: 1em 0px 2em 0px;

	background-color: #000000;

	line-height: 135%;
}
TABLE.item TH {
	padding: 8px 8px 8px 8px;

	background-color: #ececec;
}
TABLE.item TH DIV {
	font-weight: normal;
}
TABLE.item TD {
	padding: 8px 8px 8px 8px;

	background-color: #eeeecc;
}
TABLE.item TD STRONG {
	color: #880000;
	font-weight: normal;
}
TABLE.item TD DIV {
	margin: 8px 0px 0px 0px;

	text-align: right;
}

/* ----------------------------------------------------- */
/* ----- 取扱商品詳細ページ設定 ------------------------ */
/* ----------------------------------------------------- */

DIV#BB BR.clear {
	margin: 0px 0px 0px 0px;

	clear: left;
	clear: right;
}

DIV#item_ex {
	margin: -1em 0px 1em 0px;

	line-height: 140%;
}
DIV#item_ex IMG {
	margin: 0px 0px 0px 16px;

	float: right;
}

P#item_img {
	margin: 2em 0px 0px 0px;

	text-align: center;
}
P#item_img A:link {
	color: #0000ff;
	text-decoration: none;
}
P#item_img A:visited {
	color: #0000ff;
	text-decoration: none;
}
P#item_img A:active {
	color: #0000ff;
	text-decoration: underline;
}
P#item_img A:hover {
	color: #0000ff;
	text-decoration: underline;
}
P#item_img IMG {
	margin: 10px 0px 0px 0px;

	border: solid 1px #0000ff;
}

/* ----------------------------------------------------- */
/* ----- フラッシュページ説明 -------------------------- */
/* ----------------------------------------------------- */

DIV#flash {
	margin: 2em 0px 0px 0px;
	padding: 5px 0px 5px 0px;

	border-top: dotted 2px #000000;

	color: #333333;
	font-size: 8pt;

	line-height: 140%;
}
DIV#flash IMG {
	margin: 0px 20px 0px 0px;

	float: left;
}
