/* CSS Document */
<!--
	/* ---- dl,dt,dd 初期値 ---- */
	dl {
			margin:0;
	}
	dt {
			font-weight:bold;
	}
	dd {
			margin:0 0 0 15px;
			line-height:20px;
	}
	/* ---- body で行間が指定出来ない場合 ---- */
	.line {
			line-height: 1.4em;
			_line-height: 1.5em;
			_letter-spacing:0.2em;
	}
	/* ---- TOPの最新の出品 ---- */
	.itemLine {
			margin-top:5px;
			margin-bottom:4px;
			_margin-top:2px;
			_margin-bottom:2px;
	}
	/* ---- TOPの件数表示 ---- */
	.itemPosition {
			position:relative;top:3px;
	}
	/* ---- 管理画面のヘッダーメニュー ---- */
	.menuPosition {
			position:relative;top:4px;
	}
	/* ---- 管理画面のタイトルバー（画像）とテーブル付着(IE) ---- */
	.titberTable {
			_position:relative;top:3px;
	}
	/* ---- リスト表示 ---- */
	.tablePart1 {
			margin:0 auto 0 10px;
			border:0;
	}
	.tablePart1 th {
			width:16px;
			color:#ff0000;
			font-size:15px;
			vertical-align:top;
	}
	.tablePart1 td {
			line-height:20px;
			vertical-align:middle;
	}
	.undarberFont {
			border-bottom:double 3px #ff0000;
	}
	p {
			padding:0;
			margin:0 0 5px 0;
	}
-->