/*Tofu Cooking*/
.content {
	padding-bottom: 6px;
}
.content img{
	margin: 0 6px 0px 4px;
}
.content p.ttl{
	margin: 0;
	padding: 0;
}
.content p img{
	float: none;
	border: none;
	margin: 0;
	margin: 0 6px 3px 4px;
}
.content p{
	font-size: 134%;
	font-weight: bold;
	padding: 4px 4px 0px 4px;
	margin: 0 0 6px 0px;
}
/*================================
CLEAR
================================*/
.content{
	min-height:1%;
}
.content:after{
/* for modern browser */
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}
* html .content{/* for IE */
/*\*/height:1%;/* for WinIE */
display:inline-table;/* for MacIE */
}
/* ----------------------------- */