﻿@charset "utf-8";
/* ================================================
構成css
================================================ */
/*
#mainBtn3 a { background-position: -273px -51px;
	width: 137px;
	height: 51px; }
#mainBtn3 a:hover { background-position: -273px -51px;
	width: 137px;
	height: 51px; }

*/

/* エリア
----------------------------------------------------------------------------- */


#kiji_ttl {
	background-image: url(../imgs/curriculum/title.gif);
	background-repeat: no-repeat;
	height: 33px;
	width: 550px;
	font-size: 1%;
	line-height: 1%;
}

#kiji_ttl h2 {
	width: 550px;
	height: 33px;
	/* \*/overflow: hidden;
	display: block;
}#curriculum {
	width: 480px;
}

#curriculum dl {
	margin-bottom: 15px;
	margin-right: 16px;
	margin-left: 16px;
}
#curriculum dt {
	height: 31px;
	width: 448px;
}
#curriculum .kiso {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6EC8F2;
	background-image: url(../imgs/curriculum/kiso_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#curriculum .kiso_set {
/*	background-image: url(../imgs/curriculum/curriculum_01.gif);
	background-repeat: no-repeat; */
	background: url(../imgs/curriculum/curriculum_01_bg.gif) top left repeat-x;
	display: block;
	/* \*/overflow: hidden; /* */
	/* text-indent:-1000em; */
	text-align: center;
	padding: 0.7em 0 0 0;
	font-weight: bold;
}

#curriculum .honbun {
	line-height: 140%;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


#curriculum .oyo {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5C7DFF;
	background-image: url(../imgs/curriculum/oyo_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#curriculum .oyo_set {
/*	background-image: url(../imgs/curriculum/curriculum_02.gif);
	background-repeat: no-repeat; */
	background: url(../imgs/curriculum/curriculum_02_bg.gif) top left repeat-x;
	display: block;
	/* \*/overflow: hidden; /* */
	/* text-indent:-1000em; */
	text-align: center;
	padding: 0.7em 0 0 0;
	font-weight: bold;
}

table.border {
	border-collapse: collapse;
	border: 1px solid #8599b7; /* 外側の枠線 */
	width: 410px;
	margin: 10px 0px 10px 18px;
}
table.border th {
	font-weight: bold;
	border-width: 1px;
	border-color: #8599b7; 
	border-style: solid; 
	padding: 0.3em; /* セル内側の余白 */
	text-align: center;
	background: #2e63a5;
	color: #fff;
}
table.border td {
	border-width: 1px;
	border-color: #8599b7; 
	border-style: solid; 
	padding: 0.3em; /* セル内側の余白 */

}

table.border td.num {
	background: #e2ebf8;
	text-align: center;
}
