.titlebox,
.titlebox table,
.introbox,
.introbox table,
.ingredientbox,
.ingredientbox table,
.makebox,
.makebox table,
.usebox,
.usebox table{
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.titlebox td,
.titlebox th,
.introbox td,
.introbox th,
.ingredientbox td,
.ingredientbox th,
.makebox td,
.makebox th,
.usebox td,
.usebox th{
	padding: 0;
	line-height: 1.6;
}

.titlebox{
	width: 100%;
	height: 26px;
	margin: 12px 0;
	background: #e3a737;
}

.titlebox .title{
	padding: 0 0 0 5px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.titlebox .timebox{
	display: inline;
	float: right;
	height: 20px;
	overflow: hidden;
	margin: 0 3px 0 0;
}

.titlebox .timebox td.time{
	height: 20px;
	padding: 0 20px 0 80px;
	color: #a1721b;
	font-size: 12px;
	border-right: 1px solid #a1721b;
	background: #fff url(../img/time.gif) no-repeat left 0;
}

.titlebox td.kaisetsu{
	font-size: 9px;
	color: #FFFFFF;
}

.introbox{
	width: 100%;
	margin: 0 0 14px;
}

.introbox td{
	font-size: 12px;
	vertical-align: top;
}

.introbox .intro{
	padding: 0 10px 0 0;
}

.ingredientbox{
	width: 100%;
	margin: 0 0 20px;
	background: #fffbe9;
}

.ingredientbox th{
	padding: 0.5em 0 0.5em 5px;
	color: #613912;
	font-size: 14px;
	text-align: left;
	background: #ede6c8;
}

.ingredientbox th span.amount{
	font-weight: normal;
	font-size: 12px;
}

.ingredientbox .content{
	padding: 0 0 15px;
	background: url(../img/ingredient_bg.gif) no-repeat right bottom;
	border-collapse: separate;
	border-spacing: 10px;
}

.ingredientbox .content td{
	font-size: 14px;
	vertical-align: top;
}

.ingredientbox .content .ingredient{
	width: 246px;
}

.ingredientbox .content .ingredient th{
	padding: 0;
	color: #333;
	font-size: 14px;
	background: none;
	border-bottom: 1px dotted #e2d9b1;
}

.ingredientbox .content .ingredient td{
	color: #613912;
	vertical-align: middle;
	border-bottom: 1px dotted #e2d9b1;
}

.ingredientbox .content2{
	padding: 0 0 15px;
	border-collapse: separate;
	border-spacing: 10px;
}

.ingredientbox .content2 td{
	font-size: 14px;
	vertical-align: top;
}

.ingredientbox .content2 .ingredient{
	width: 246px;
}

.ingredientbox .content2 .ingredient th{
	padding: 0;
	color: #333;
	font-size: 14px;
	background: none;
	border-bottom: 1px dotted #e2d9b1;
}

.ingredientbox .content2 .ingredient td{
	color: #613912;
	vertical-align: middle;
	border-bottom: 1px dotted #e2d9b1;
}

.makebox{
	width: 100%;
	margin: 0 0 20px;
}

.makebox th{
	color: #613912;
	font-size: 14px;
	text-align: left;
	border-bottom: 2px solid #e2d9b0;
}

.makebox .content td{
	padding: 7px 0 7px 7px;
	font-size: 14px;
	vertical-align: top;
	border-bottom: 1px solid #e2d9b0;
}

.usebox{
	width: 508px;
	margin: 0 0 10px;
	background: url(../img/use_bg.gif);
}

.usebox td{
	border: 1px solid #ede8d0;
}

.usebox .content{
	margin: 5px auto 0;
	text-align: left;
	border-collapse: separate;
	border-spacing: 16px;
}

.usebox .content td{
	width: 100px;
	font-size: 12px;
	vertical-align: top;
	border: none;
}
