@charset "shift-jis";
*{
	margin:0;
	padding:0;
}
img{
	vertical-align:bottom;
}

body#popup p{
	font-size:100%;
	line-height:160%;
	margin-bottom:1em;
}

body#popup #wrapper{
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	width:800px;
}
body#popup h1{
	margin-bottom:25px;
}
body#popup #wrapper #contnts{
	background-image:url(../popup/images/recipe/bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
	padding:5px 35px 10px 35px;
}
body#popup #wrapper #contnts #leftBox{
	float:left;
	width:460px;
}
body#popup #wrapper #contnts #rightBox{
	float:right;
	width:230px;
}

/*--------------------------------------------------------------------------------
  clearfix
--------------------------------------------------------------------------------*/
body#popup #wrapper #contnts:after{
	content: "."; 
	line-height: 0;
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	font-size: 0.1em;
}
body#popup #wrapper #contnts{
	display:inline-block;
	min-height:1%; /* for IE 7*/
}

/* Hides from IE-mac \*/
* html body#popup #wrapper #contnts{
	height: 1%;
}

body#popup #wrapper #contnts{
	display: block;
}
/* End hide from IE-mac */
