@charset "utf-8";

@import url("../../css/sidebar.css");

/* main contents */
#content01 {
float:left;
width:645px;
font-size:1em;
}
#content01 h4 {
margin-bottom:30px;
}

/* category title */
#content01 h3 {
position:relative;
margin-bottom:20px;
padding:2px 0;
border-bottom:1px dotted #aaa !important;
border-bottom:1px solid #dadada;
}

/* anchor list */
#content01 .anchor {
position:relative;
width:649px;
margin:0 -2px 31px;
background:url(../img/kids_bg_01.png) repeat-y;
}
#content01 .anchor-inner {
padding-bottom:13px;
background:url(../img/kids_bg_02.png) left bottom no-repeat;
}
#content01 .anchor ul {
overflow:hidden;
height:100%;
padding-top:8px;
padding-left:1px;
background:url(../img/kids_bg_03.png) no-repeat;
font-size:1.2em;
font-weight:bold;
text-align:center;
}
#content01 .anchor li {
float:left;
width:200px;
padding:0 9px;
}
#content01 .anchor ul .last {
width:193px;
}

