@charset "UTF-8";
table.t1 td{
/*
height: 440px;
*/
	border-width:1px 1px 1px 1px;
/*

	border-color:#ffcc66;
	border-color:#fff0a0;
*/
	border-color:#ff3300;	
	border-style:solid;
}
.p1{
	color: #ffffff;
	font-size: 90%;
	font-weight: bold;
	background-color:#ff3300;
	border-width: 0px 0px 0px 0px;
	height:12px;
	padding:5px;
	width: 190px;
	text-align: center;
	margin-top:10px;
}
.p2{
	background:url(img/product_arrow.gif) left center no-repeat;
	font-size: 75%;
	text-align: left;
	line-height:25px;
	margin:0px;
	padding-left:8px;
}

.menuTable{
	margin-top: 5px;
	width: 180px;
	border: 1px solid #ff0000;
	font-size: 75%;
	text-align: left;
	float: left;
}
.menuTable.menuItem{
	margin: 0px;
	padding: 3px;
}
.menuTable.nowMenuItem{
  margin: 0px;
	padding: 3px;
	background-color: #ff3300;
  border: 0px solid #ffaa00;
}
.menuTable.nowMenuItem a:visited{
	font-weight:bold;
 color: #ffffff;
}
.menuTable div{
	font-size: 90%;
	font-weight:bold;
	text-align:center;
	border-bottom: 1px solid #ff3300;
}

#product_box{
	width:830px;
	padding-top:20px;
}

#product_box .margarine{
	width:200px;
	float:left;
	height:500px;
}

#product_box .butter{
	width:200px;
	float:left;
	margin-left:10px;
	height:500px;

}
#product_box .cheese{
	width:200px;
	float:left;
	margin-left:10px;
	height:500px;

}
#product_box .hotcake{
	width:200px;
	float:left;
	margin-left:10px;
	height:500px;

}
#product_box .others{
	width:200px;
	float:left;
	height:500px;

}
#product_box .mbutter{
	width:200px;
	float:left;
	margin-left:10px;
	height:500px;

}
#product_box .mcheese{
	width:200px;
	float:left;
	margin-left:10px;
	height:500px;
}

#product_box .box{
	padding:0px 0px 0px 5px;
	border-left:1px solid #ff3300;
	border-right:1px solid #ff3300;
	border-bottom:1px solid #ff3300;
	height:300px;
}
