.article2 {
	width:460px;
	float:left;
	margin: -9px 0 0 0;
	padding: 10px;
	text-align:left;
}
.aside2 {
	float:right;
	width:460px;
	margin: 0px;
	padding-left: 10px;
	text-align:left;
	background-image: none;
}

/** 商品　Page **/
.waku {
	border: medium solid #941E23;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px 0;
	padding:0px;
	behavior: url(./PIE.htc);
	overflow: hidden;
}
.waku p {
/*	font-family: "MS UI Gothic";*/
	font-size: 90%;
	line-height: 140%;	
	margin:5px 10px 5px 10px;
}
.waku h3 {
	margin: 5px;
	color: #941E23;
	padding: 2px 0 2px 10px;
	background-position: center;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #981E23;
}
.photo {
	width:80px;
	float:left;
	margin:5px;
}
h2 {
	background-color: #941E23;
	text-align: center;
}
.waku table {
	margin:0 auto;
	width:80%;
	text-align: center;
}
.waku td {
	text-align: center;
	font-size: 80%;
	width:33.3%;
}
.waku table img {
	display: block;
	margin: 0 auto;
}