@charset "UTF-8";
/* CSS Document */

@import "common/layout.css";


/*-------------------------------------------------------------------------
	INDEX
/*-----------------------------------------------------------------------*/

body {
	background:url(../img/kodomo/bg001.gif) 0 0 repeat;
}

#all {
	width:800px;
	margin:0 auto;
}

#main{
	background:url(../img/kodomo/bg002.gif) 0 0 repeat;
	border:1px #CCC solid;
	padding:15px 26px 26px 26px;
}

#main ul.item li{
	float:left;
	margin:15px 0 0 0;
}

#main ul.item li.center{
	float:left;
	margin:15px 15px 0 15px;
}

#main p.txt{
	text-align:center;
	clear:both;
	padding:20px 0 0 0;
}
