@charset "iso-8859-1";

/* Styles for kids pages */


h1 {
	font-size: 100%;
	color: #FF0000;
	background: #FFF url("../img/h1_bg.gif") no-repeat 0 0;
	padding: 15px 90px 15px 15px;
	margin-bottom: 15px;
}


h2 {
	clear: both;
	font-size: 90%;
	color: #FFF;
	background: #000 url("../img/h2_bg.gif") no-repeat 0 0;
	padding: 6px 6px 5px 15px;
	margin: 0 6px 20px 6px;
	border:none;
}

#contents #kidsindex ul#category-index {
	background: #D2FABA url("../img/idx_boxtop.gif")  no-repeat 0 0;
	margin: 0;
	padding:10px 0 1px 0;
	font-size: 100%;
}

#contents #kidsindex ul#category-index li {
	list-style-type: none;
	font-weight:bold;
	padding:6px 5px 5px 27px;
	margin:1px 20px 1px 108px;
	background: url("../img/listmark.gif") no-repeat 0 6px;
	border:none;
}

#contents #kidsindex{
	background: #D2FABA url("../img/idx_boxbtm.gif")  no-repeat bottom center;
	padding:0 0 14px 0;
	margin: 0 5px 20px 5px;
}


