body{
	height:100%;
	width:100%;
	font-size: 9pt;
	line-height: 160%;
	color:#11343B;
	background-image:url(images/cookbook_bg_g.gif);
	text-align:center;
	}
/*************win IE修正***********/	
*html body{
	font-size:84%;
	}
/*************win IE修正ここまで***********/
	
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	line-height:160%;
	font-weight:100;
	margin:0;
	padding:0;
	}
a{
	color:#006699;
	}
.small{
	font-size:87%;
	}
	
.gray {color: #555;}
.highlight{
	font-size:140%;
	font-weight:bolder;
	}
.clear{
	clear:both;
	}
.margin_b10{
	margin-bottom: 10px;
	}
.padding_t40 {padding-top:40px;}
	
.img_center{
	text-align:center;
	margin:1em 0;
	}
	
#wrapper{
	width:600px;
	height:100%;	
	text-align:left;	
	background-color:#ffffff;
	margin:0 auto;
	}
div#cookbook{
	width:auto;
	line-height:180%;
	padding:0px 50px 30px 50px;
	border-top:8px solid #C8BB45;
	}	
.element {margin:10px 0 10px 0; }
div#cb_header{
	min-height:320px;
	}
div#cb_header h2.logo{
	display:block;
	width:244px;
	height:290px;
	background-image:url(images/cookbook_logo_c.gif);
	background-position:-5px 10px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:0 20px 40px 0;	
}
div#cb_header p.intro {
	line-height:250%;
	color:#421814;
	padding-top:40px;
	}
p.notice{
	clear:both;
	text-align:right;
	color:#555;
	font-size:8pt;
	}
	
div#description{
	margin-bottom:30px;
	}
div.description p {margin-bottom:15px; }
#cookbook h3#title{
	background-image:url(images/cookbook_slash_bg.gif);
	background-repeat:repeat;
	border:1px solid #C8BB45;
	padding:5px 4px;
	margin:0 0 0 0;
	clear:both;
	font-weight:bold;
	color:#222;
	cursor: pointer;
	}
#cookbook h3#title:hover{
	border:1px solid #f93;
	}
	
h4.topic{
	border-left:5px solid #C8BB45;
	border-bottom:1px dotted #C8BB45;
	padding:0 0 3px 4px;
	margin:0 0 15px 0;
	clear:both;
	}	
div.cooking{
	margin:24px 0 10px 0;
	padding-bottom:18px;
	}
div.profile{
	border-top:1px dotted #C8BB45;
	padding:18px 0 18px 0;
	color:#421814;
	}
div.profile img.portfolio{
	float:left;
	margin-right:20px;
	}
	
div.back{
	margin-top:1em;
	text-align:right;
	font-size:100%;
	clear:both;
	}
div.back a{
	background-color: transparent;
	background-image:url(images/yajirushi.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
	text-decoration: none;
	border-style: none;
	/*＼*/
   	overflow: hidden;
	/**/
	}
	
div.back a:hover{
	color: #FF9900;
	}	
.ingredients{
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
	}
	
.ingredients dt, .ingredients dd, .ingredients li{
	margin-bottom: 0.3em;
	}
.ingredients dt{
	float: left;
	width: 290px;
	border-bottom: 1px dotted #e8e8e8;
	}
.ingredients dd{
	margin-left: 290px;
	text-align: right;
	border-bottom: 1px dotted #e8e8e8;
	}
.ingredients:after { content: " "; display: block; clear: both; height: 0; visibility: hidden; }
.ingredients { display: inline-block; }
/* \*/
* html .ingredients { height: 1%; }
.ingredients { display: block; }
/* */


.border {border: 1px solid #ccc; padding: 20px;}	
.noborder {border: none;}	
	/*=============================吹き出し用========================*/
	#dhtmlgoodies_tooltip{
		width:140px;
		background-color:#ffffff;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:10px 18px 10px 18px;
		font-size:105%;
		line-height:180%;
		color:#000;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family:sun-serif;
		text-align:left;
		}
		
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#332233;
		display:none;
		z-index:10000;
		opacity:0.3;
		filter:alpha(opacity=30);
		-khtml-opacity: 0.3;
		-moz-opacity: 0.3;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}