@charset "utf-8";  





/*---------------------------------*/
/* ページ全体のサイズ */
/*---------------------------------*/

#kids{
	border-bottom:1px solid #CCCCCC;
	padding-bottom:50px;
	}


#container {
	text-align:center;
	padding: 0; 
	
      }


/*---------------------------------*/
/* ヘッダー*/
/*---------------------------------*/

#kids_header{
	display:none;
	}



/*---------------------------------*/
/* コンテンツボックス */
/*---------------------------------*/
.containt {
	width:650px ;
	}

/*---------------------------------*/
/* 第2階層 カテゴリトップのレイアウト */
/*---------------------------------*/

table.index_menu{
	clear:both;
	width:650px;
	margin:auto;
	}

div#spacer{
	width:10px
	}
	
	
div#illust{
	width:170px;
	float:right
	}
	
div#title{
	padding-top:10px;
	width:400px;
	float:left}


/*---------------------------------*/
/*　食べ物探検隊 090327 追加　*/
/*---------------------------------*/
#content {
	margin: 0px auto; 
	background-color: #fff;
	text-align: left;
	width: 100%;
	overflow: visible;
}
#content .bdy {
	width: auto;
	float: none;
}
#content .sidemenu {
	display: none;
}

#content h1 {
	margin: 10px 0px;
	padding: 5px;
	background: none;
	background-color: #71C354;
}
#content h1 a {
	display: block;
	height: auto;
	background: none;
	text-indent: 0px;
	text-decoration: none;
	font-size: large;
	color: #FFFFFF;
	overflow: visible;
}
#content h1.roots a,
#content h1.oneselfhokuriku a,
#content h1.wonder a,
#content h1.japan a,
#content h1.national a,
#content h1.food a,
#content h1.oneself a,
#content h1.book a {	background: none;}

