@charset "UTF-8";

/*
======== table of content. =================================

summary:中等教育学校 共通スタイル


- INDEX NAVI

============================================================


/*----------------------------------------------------------
 WRAPPER
----------------------------------------------------------*/

#wrap {
	background-image: url( ../images/bg_footer.gif );
}


/*----------------------------------------------------------
 HEADER
----------------------------------------------------------*/

#header {
	background-image: url( ../images/bg_header.gif );
}

/**
 * Font Color
 */
#fontsize dl {
	background-color: #41B1D9;
}
#s-L {
	background: transparent url( ../images/btn_fontsize_l.gif ) no-repeat 0px 0px;
}
#s-M {
	background: transparent url( ../images/btn_fontsize_m.gif ) no-repeat 0px 0px;
}
#s-S {
	background: transparent url( ../images/btn_fontsize_s.gif ) no-repeat 0px 0px;
}

/**
 * Topic Path
 */
#topic_path li a {
	color: #2B7A96;
}


/*----------------------------------------------------------
 SIDE NAVIGATION
----------------------------------------------------------*/

#side_navi dt.selected,
#side_navi dd.selected {
	background: transparent url( ../images/bg_side_selected.jpg ) no-repeat left top;
}


/*----------------------------------------------------------
 FORMAT
----------------------------------------------------------*/

/**
 * Color
 */
strong.c_blue {
	color: #41B1D9;
}


/**
 * Headline Format
 */
.h_bar {
	background: transparent url( ../images/bg_h_bar.jpg ) no-repeat left center;
}

.h_circle {
	background: transparent url( ../images/bg_h_circle.gif ) no-repeat left center;
}

.h_rect {
	background: transparent url( ../images/bg_h_rect.gif ) no-repeat left center;
}

.h_line {
	color: #41B1D9;
}

.h_pt {
	background: transparent url( ../images/bg_h_pt.gif ) no-repeat left center;
}


/**
 * Table
 */
.basic_table table caption {
	background-color: #C6E7F4;
}

.basic_table table th {
	background-color: #C6E7F4;
}

