@charset "utf-8";

/* -----------------------------------------------------------
	QUALIER
	for preschool dir
	1. index.html
	2. flow.html
	
----------------------------------------------------------- */

/* -----------------------------------------------------------
  common class for index and flow
----------------------------------------------------------- */
div.preschool div#main ul#lnavi {
	margin-bottom:30px;
}
div.preschool div#main ul#lnavi li {
	display:inline;
}
div.preschool div#main img.subIntroduction {
	margin:0 20px 20px;
}
div.preschool div#main h2 {margin-bottom:0;}
div.preschool div#main div.inner {
	clear:both;
	margin:0 40px 30px;
}



/* -----------------------------------------------------------
  1. class for index.html
----------------------------------------------------------- */
/* Layout --- */
div.preschool div.index div#main div.inner div.lc {
	float:left;
	clear:both;
	width:360px;
}

div.preschool div.index div#main div.inner div.lc2 {
	float:left;
	clear:both;
	width:395px;
}

div.preschool div.index div#main div.inner div.rc {
	float:right;
	width:200px;
}

/* text --- */
div.preschool div.index div#main div.inner p {line-height:2;}

/* outline table area -------------- */
div.preschool div#main table.outline {
	margin:0 40px 30px;
	width:580px;
}
div.preschool div#main table.outline th {
	padding:10px 0;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
}
/* tbody setting */
div.preschool div#main table.outline tbody th {
	background:url(../images/table_bg.gif) repeat-y left top;
	width:148px;
}
div.preschool div#main table.outline tbody td.col1 {
	padding:5px 0 5px 30px;
	overflow:hidden;
	vertical-align:middle;
}
div.preschool div#main table.outline tbody td.col1 {
	background:url(../images/table_bg.gif) repeat-y right top;
}
/* rounded corner class */
div.preschool div#main table.outline tbody tr.roundtop,
div.preschool div#main table.outline tbody tr.roundbottom,
div.preschool div#main table.outline tbody tr.spacer {
	line-height:0;
	font-size:0;
}
div.preschool div#main table.outline tbody tr.roundtop {
	background:url(../images/table01.gif) no-repeat left top;
	height:4px;
}
div.preschool div#main table.outline tbody tr.roundbottom {
	background:url(../images/table02.gif) no-repeat left bottom;
	height:4px;
}
div.preschool div#main table.outline tbody tr.spacer {
	height:5px;
}
div.preschool div#main table.outline tbody tr.roundtop th,
div.preschool div#main table.outline tbody tr.roundtop td,
div.preschool div#main table.outline tbody tr.roundbottom th,
div.preschool div#main table.outline tbody tr.roundbottom td,
div.preschool div#main table.outline tbody tr.spacer td {
	padding:0;
}


/* curriculum area -------------- */
div.preschool div.index div#main div.curriculum p {
	margin-bottom:1em;
}

/* curriculum h4 background setting --- */
div.preschool div.index div#main div.inner div.lc h4 {
	margin-bottom:5px;
	padding-left:46px;
	height:34px;
	line-height:2.5;
}
div.preschool div.index div#main div.inner div.lc h4.ttl01 {
	background:url(../images/pre1_element01.gif) no-repeat left center;
}
div.preschool div.index div#main div.inner div.lc h4.ttl02 {
	background:url(../images/pre1_element02.gif) no-repeat left center;
}
div.preschool div.index div#main div.inner div.lc h4.ttl03 {
	background:url(../images/pre1_element03.gif) no-repeat left center;
}


/* message area -------------- */
div.preschool div.index div#main div.message {
	margin:0 20px 20px;
	background:url(../images/pre1_table02.jpg) no-repeat left bottom;
	padding-bottom:14px;
}

div.preschool div.index div#main div.message div.inner {
	margin:0;
	background:url(../images/pre1_table01.jpg) repeat-y left top;
	padding:20px 20px 0;
}
div.preschool div.index div#main div.message div.inner div.lc {
	width:370px;
}

/* other class -------------- */
div.preschool div.index div#main p.toTop {margin-bottom:30px;} /* overwrite for index */

div.preschool div.index div#main p.linkToIdea {
	clear:both;
	margin:0 40px 30px;
}
div.preschool div.index div#main p.linkToFlow {
	margin:0 20px 30px;
	text-align:right;
}


/* -----------------------------------------------------------
  2. class for flow.html
----------------------------------------------------------- */
div.preschool div.flow div#main dl {
	margin:0 50px 30px;
	background:url(../images/pre2_image01.jpg) no-repeat right 25px;
}
div.preschool div.flow div#main dl dt img {
	margin-right:5px;
	vertical-align:top;
}
div.preschool div.flow div#main dl dd {
	background:url(../images/pre2_element.gif) no-repeat 15px bottom;
	margin:-15px 0 9px;
	padding:0 0 14px 52px;
}
div.preschool div.flow div#main dl dd.last {
	background:none;
	margin-bottom:0;
	padding-bottom:0;
}
div.preschool div.flow div#main p.caption {
	margin:0 50px 50px;
	font-size:0.9em;
}