/* CSS Document */

.contentboxhome, .contentboxeducation, .contentboxadult, .clearbox {
	width: 100%;
	margin: 0px 0px 20px 0px;
}
.contentboxhome {
	background: url(/images/contentbox/home/boxbody-r.gif) no-repeat right bottom;
}
.contentboxeducation {
	background: url(/images/contentbox/education/boxbody-r.gif) no-repeat right bottom;
}
.contentboxadult {
	background: url(/images/contentbox/adult/boxbody-r.gif) no-repeat right bottom;
}

.contentboxheadhome, contentboxheadeducation, .contentboxheadadult  {
	margin: 0;
	padding: 0;
	text-align: left;
}
.contentboxheadhome {
	background: url(/images/contentbox/home/boxhead-r.gif) no-repeat right top;
}
.contentboxheadeducation {
	background: url(/images/contentbox/education/boxhead-r.gif) no-repeat right top;
}
.contentboxheadadult {
	background: url(/images/contentbox/adult/boxhead-r.gif) no-repeat right top;
}

.contentboxheadhome h2, .contentboxheadeducation h2, .contentboxheadadult h2 { 
	padding: 10px 0px 0px 10px;
	margin: 0;
}
.contentboxheadhome h2 {
	background: url(/images/contentbox/home/boxhead-l.gif) no-repeat left top;
	color: #666699;
}
.contentboxheadeducation h2 {
	background: url(/images/contentbox/education/boxhead-l.gif) no-repeat left top;
	color: #669966;	
}
.contentboxheadadult h2 {
	background: url(/images/contentbox/adult/boxhead-l.gif) no-repeat left top;
	color: #663366;	
}

.contentboxbodyhome, .contentboxbodyeducation, .contentboxbodyadult {
	margin: 0;
	padding: 1px 10px 10px 10px;
}
.contentboxbodyhome {
	background: url(/images/contentbox/home/boxbody-l.gif) no-repeat left bottom;
}
.contentboxbodyeducation {
	background: url(/images/contentbox/education/boxbody-l.gif) no-repeat left bottom;
}
.contentboxbodyadult {
	background: url(/images/contentbox/adult/boxbody-l.gif) no-repeat left bottom;
}