/* index
------------------------------------------------ */
#list{
	width:600px;
	margin:0 auto;
	text-align:left;
}
#list li{
	background:url(../packing/image/arrow.gif) no-repeat left;
	padding-left:25px;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

/* テーブル共通
------------------------------------------------ */
table.stdt1{
	width:600px;
	margin:0 auto;
	margin-bottom:30px;
	border-collapse:collapse;
	border:solid 1px #CCC;
}

table.stdt1 th,
table.stdt1 td{
	border:solid 1px #CCC;
	padding:6px;
}

table.stdt1 th{
	background:#F5F5F5;
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	color:#660000;
}
table.stdt1 td{
	font-size:12px;
	line-height:140%;
	color:#333333;
}

/* 梱包の例
------------------------------------------------ */
.stitle{
	width:594px;
	padding:3px;
	margin:10px auto;
	background:#6699FF;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

.photo{
	width:578px;
	padding:10px;
	margin:0 auto 30px;
	border:1px #CCC solid;
}
