.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

/* --------------------------------------------------------
*common
-------------------------------------------------------- */
body {
  background: url(../img/cooking/bg_01.jpg);
}
#wrapper{
	background:url(../img/bg_header.png) repeat-x top left;
}
#container {
  width: 960px;
  margin: 0 auto;
}

.waku{
	width:960px;
	position:relative;
	background:#FFF;
  behavior: url(common/js/PIE.htc);
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
-moz-box-shadow: 2px 2px 3px #CCC;　/* Firefox用 */  
-webkit-box-shadow: 2px 2px 3px #CCC;　/* Safari,Google Chrome用 */ 
box-shadow: 2px 2px 3px #CCC;
overflow:hidden;
} 
#container h2.tit{
	text-align:center;
	padding:40px 0 20px;
}




a {
  color: #333333 !important;
}

#header{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#header p.logo{
	width:500px;
	padding:10px 0 0 0;
	float:left;
}
#header div.right_box{
	padding-top:40px;
	width:420px;
	float:right;
}
#header h1{
	text-align:right;
	font-size:12px;
	position:absolute;
	right:0;
	top:10px;

}
#header div.right_box div.header_contact{
	width:400px;
	position:relative;
	background:#FFF;
  behavior: url(common/js/PIE.htc);
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
-moz-box-shadow: 1px 1px 3px #CCC;　/* Firefox用 */  
-webkit-box-shadow: 1px 1px 3px #CCC;　/* Safari,Google Chrome用 */ 
box-shadow: 1px 1px 3px #CCC;
overflow:hidden;
} 
#header div.right_box div.header_contact ul{
	margin:5px 10px 0 10px;
	width:220px;
	float:left;
	display:inline;
	font-size:12px;
}
#header div.right_box div.header_contact p{
	float:right;
	width:146px;
	margin:10px 10px 0 0 ;
	display:inline;
}
#header div.right_box div.header_contact li.tel{
	line-height:1;
	font-size:20px;
}

/* --------------------------------------------------------
*g_navi
-------------------------------------------------------- */
div#g_navi{
	background:url(../img/gnav/bg_navi.png) no-repeat top center;
	margin-bottom:20px;
}
div#g_navi ul{
	width:889px;
	margin:0 auto;
	overflow:hidden;
}
div#g_navi ul li{
	float:left;
}

#about li#navi_02 img {
	visibility	: hidden;
}
#about li#navi_02  a {
	display	: block;
	background:url(../img/gnav/navi_02_on.png) no-repeat top left;
}
#cooking li#navi_03 img {
	visibility	: hidden;
}
#cooking li#navi_03  a {
	display	: block;
	background:url(../img/gnav/navi_03_on.png) no-repeat top left;
}
#arrange li#navi_04 img {
	visibility	: hidden;
}
#arrange li#navi_04 a {
	display	: block;
	background:url(../img/gnav/navi_04_on.png) no-repeat top left;
}
#qa li#navi_05 img {
	visibility	: hidden;
}
#qa li#navi_05  a {
	display	: block;
	background:url(../img/gnav/navi_05_on.png) no-repeat top left;
}
#shop li#navi_06 img {
	visibility	: hidden;
}
#shop li#navi_06  a {
	display	: block;
	background:url(../img/gnav/navi_06_on.png) no-repeat top left;
}

/* --------------------------------------------------------
*pankuzu
-------------------------------------------------------- */
.pankuzu{
	width:960px;
	margin:0 auto 10px;
}
.pankuzu li{
	display:inline;
	font-size:12px;
}




/* --------------------------------------------------------
*recipe
-------------------------------------------------------- */
#recipe {
  padding-top: 17px;
  height: 268px;
  background: url(../img/cooking/recipe_bg_01.jpg) 0 0 no-repeat;
  margin: 0 auto;
  margin-bottom: 32px;
  width: 892px;
}
#recipe h2 {
  text-align: center;
  margin-bottom: 15px;
}
#recipe ul {
  width: 790px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
#recipe ul li {
  float: left;
  margin-right: 23px;
}
#recipe ul li.x4 {
  margin-right: 0;
}

/* --------------------------------------------------------
*footer
-------------------------------------------------------- */
#pagetop {
  text-align: right;
  margin-bottom: 8px;
  width:960px;
  margin:0 auto 10px;
}

#footer {
  /*text-align: center;
  height: 42px;
  background: url(../img/recipe/footer_bg_01.jpg) 0 0 repeat-x;
  text-align: center;
  padding-top: 22px;
  @incude f12;*/
}
.footer_in_01{
	padding:10px 0;
	background:url(../img/bg_footer_01.png) repeat-x top left;
}
.footer_in_01 ul{
	text-align:center;
}
.footer_in_01 li{
	display:inline;
	font-size:12px;
	border-right:1px solid #666;
	padding:0 10px;
	color:#BBBBBB;
}
.footer_in_01 li.through{
	/*text-decoration:line-through;*/
}

.footer_in_01 li.last{
	border-right:none;
}

.footer_in_02{
	padding:20px 0 20px;
	background:url(../img/bg_footer_02.png) repeat-x top left;
}
.footer_in_02 dl{
	overflow:hidden;
	width:900px;
	margin:0 auto 30px;
}
.footer_in_02 dl dt{
	width:150px;
	 float: left;
}
.footer_in_02 dl dd{
	margin-left:155px;
}
.footer_in_02 p{
	text-align:center;
	padding-bottom:10px;
}


.under_navi{
		text-align:center;
}
.under_navi li{
	display:inline;
	padding-right:10px;

}
	

