/* CSS Document */

#home{
}

#home h2{
	background:url(../images/home_tit01.jpg) no-repeat;
	width:605px;
	height:25px;
	font-size:95%;
	color:#891505;
	text-align:center;
	padding-top:30px;
	font-weight:bold;
	
	padding-left:0;
	margin-bottom:0;
}

.shokki table.goods{
	width:265px;
	margin:5px 14px;
	float:left;
	border-collapse:collapse;
	border:1px solid #EAEAEA;
}
.shokki table.goods th,
.shokki table.goods td{
	padding:5px;
	text-align:center;
}
.shokki table.goods td table{
width:100%;
margin:0 auto;
}
.shokki table.goods td table td{
	font-size:70%;
	text-align:left;
}