@charset "EUC-JP";
/* --------------#right-------------- */
#right {
	float: left;

	width: 550px;
	height: auto;

	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 15px;

	display: block;
	overflow: hidden;
}

#right h1{
	width: 550px;
	height: auto;

	border-bottom: 1px solid #CC0000;
	margin-bottom: 5px;

	padding: 0px 0px 5px 5px;

	font-size: 18px;
	font-weight: bold;
	color: #333333;

	clear: both;
	display:block;
}

#right p{
	font-size:12px;
	line-height: 150%;
	clear: both;
}

#right table caption{
	padding:5px 0px 5px 5px;
	background:#F2F2EE;
	text-align:left;
}

#right td{
	padding:5px 5px 5px 0px;
	line-height: 150%;
}

#right td a:hover {
	color: #F75604;
}

#right td.photo{
	background:url(/images/back_photo.gif) no-repeat left top;
}

#right td.photo img{
	margin-top: 5px;
	border: 1px solid #DFDFDD;
}

#right td.no{
	text-align:center;
	font-weight:bold;
	color:#E54346;
}

#right td.materials{
	padding-left:5px;
	text-align:left;
}

#right td.howto{
	width: 520px;
	text-align:left;
}


#link_char:link { color: #1e90ff }
#link_char:visited { color: #ff0000 }

#link_char1:link { color: #c71585 }
#link_char1:visited { color: #dda0dd }


/* --------------.entryBody-------------- */
.entryBody {
	width: 540px;
	height: auto;

	padding: 12px 0px 12px 5px;
/*
	background-color: #FBF2F2;
*/
	font-size:12px;
	color:#333333;

	clear: both;
	display:block;
}


.entryBody h2 {
	margin: 0px 0px 5px 0px;
	padding: 4px 0px 4px 0px;
	background:#FDF0F1;
	font-size:16px;
	font-weight: bold;
	color:#E54346;
}

.entryBody h3{
	margin-bottom: 10px;
	padding: 2px 2px 2px 10px;
	background:url(/images/cook_h3.gif) repeat left top;

	font-size:14px;
	font-weight: bold;
	color:#E54346;
}

.entryBody .category {
	font-size:14px;
	font-weight: bold;
	line-height: 150%;
}


.entryBody p {
	padding: 0px 5px 5px 5px;

	font-size: 12px;
	line-height: 160%;
}

.entryBody img {
	margin-left: 10px;
	margin-right: 10px;
}


/* --------------.catalog-------------- */
#right table.border_dotted{
	border: 1px dotted #676767;
	margin-bottom: 10px;
}


