@charset "utf-8";

/* header
--------------------------------------------------------------------*/
/*#header {
	background: #ffffff url('../images/category_header.jpg') no-repeat left top;
}*/

/* main
--------------------------------------------------------------------*/
#main {
	clear: both;
	float: left;
	width: 890px;
    min-height: 800px;
    height: auto !important; /* for IE7 */
    height: 800px; /* for IE6 */
	background: #ffffff url('../images/highschool_top_body.jpg') no-repeat -100px bottom;
}

h2#category-top {
	margin: 10px 0 10px 20px;
	background: url('../images/highschool_top_h2.jpg') no-repeat left top;
	text-indent: -9999em;
}

.topicscolumn {
	margin: 10px 5px 10px 20px;
	width: 550px;
    min-height: 400px;
}

.topicscolumn h3 {
	clear: both;
	height: 24px;
}
.topicscolumn h3.sub-category {
	padding-top: 6px;
	background: url('../images/cat_top_h3.gif') no-repeat left top;
	text-indent: 1.8em;
}
/*
p.catch-s {
	margin: 0 0 10px 40px;
    height: 60px;
	background: url('../images/elementary_top_catch_s.jpg') no-repeat left top;
	text-indent: -9999em;
}
p.catch-e {
	margin: 0 0 10px 40px;
    height: 40px;
	background: url('../images/elementary_top_catch_e.jpg') no-repeat left top;
	text-indent: -9999em;
}
*/
ul.sub-page {
	margin: 10px 0;
	width: 500px;
	height: 80px;
	list-style: none;
}
ul.sub-page li {
	display:inline;
	float: left;
	margin: 2px;
	padding: 3px 5px;
}
ul.sub-page li a {
	display: block;
	padding: 3px 5px;
	border: 1px solid #e5e5e5;
	background: #ffffff;
}
ul.sub-page li a:hover {
	text-decoration: none;
	background: #f0f0f0;
}