/* ショッピング */
#item {
	margin-bottom: 3em;
}
#item h1 {
	margin-bottom: 0.3em;
	text-indent: -9999px;
	overflow: hidden;
	height: 30px;
}
h1.material { background: url(../img/title_material.gif) no-repeat }
h1.allmaterial { background: url(../img/title_allmaterial.gif) no-repeat }
h1.kind { background: url(../img/title_kind.gif) no-repeat }
h1.allkind { background: url(../img/title_allkind.gif) no-repeat }

#item h2 {
	margin-bottom: 0.5em;
	padding: 4px 0px 0px 6px;
	background: url(../../common/title_back.gif) repeat-x;
	color: #900;
	font-size: 16px;
	text-align: left;
	height: 30px;
}
#item h3 {
	margin-bottom: 0.3em;
	color: #A00;
	font-size: 14px;
	text-align: left;
}
#item table.t1 {
	margin-bottom: 1em;
	border: none;
	border-collapse: collapse;
	width: 100%;
}
#item table.t1 th {
	border-right: 1px solid #CCC;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
#item .t1 td.space  {
	padding-left: 20px;
	text-align: left;
}
#item table.t2 {
	margin-bottom: 1em;
	border: none;
	border-collapse: collapse;
	width: 100%;
}
#item .t2 td {
	text-align: left;
	vertical-align: top;
	width: 50%;
}
#item p.clear {
	clear: left;
}

