@charset "utf-8";
/* CSS Document */
 
body  {
	margin: 0; /* 【ＦＯＡＳ生学習用】複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* 【ＦＯＡＳ生学習用】これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #181818;
	background-color: #FFF;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 20px;
}
a:link {
	text-decoration: none;
	color: #181818;
}
a:hover {
	text-decoration: underline;
	color: #FF8040;
}
a:visited {
	text-decoration: none;
	color: #181818;
}


.thrColAbsHdr #pagetop{
	height: 15px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	text-align: right;
	padding: 0px;
}
.pankuzu_01 {
	background-color: #FF1F00;
	height: 20px;
}
.pankuzu_02 {
	background-color: #FF8000;
	height: 20px;
}
.pankuzu_03 {
	background-color: #0C0;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
.pankuzu_04 {
	background-color: #F2F200;
	height: 20px;
}
.pankuzu_05 {
	background-color: #0080C0;
	height: 20px;
}
.pankuzu_06 {
	background-color: #FF8000;
	height: 20px;
}
.pankuzu_07 {
	background-color: #C0C0C0;
	height: 20px;
}
.pankuzu_08 {
	background-color: #C0C0C0;
	height: 20px;
}

.thrColAbsHdr #pagetop2{
	height: 60px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: left;
	padding: 0px;
}
.thrColAbsHdr #pagetop2 img {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.news {
	background-color: #FBFBFB;
	height: 120px;
	width: 330px;
	border: 1px solid #C1C1C1;
	overflow: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 120%;
	list-style-position: outside;
	list-style-type: square;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.back_color {
	background-color: #FFC;
}
.text_color {
	color: #0000A0;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.text_color_01 {
	color: #F00;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
}
.back_color_01 {
	background-image: url(top_img/scho_bg.gif);
	border: 1px solid #C0C0C0;
}


.thrColAbsHdr #container {
	position: relative; /* 【ＦＯＡＳ生学習用】adding position: relative により、このコンテナに対する相対位置に 2 つのサイドバーを配置できます */
	width: 960px;  /* 【ＦＯＡＳ生学習用】最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: left;
	height: auto;
	padding: 0px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
} 

/* 【ＦＯＡＳ生学習用】ヘッダーとフッターのある絶対位置指定されたサイドバーに関するヒント：
1. 絶対位置指定された（AP）エレメントには、トップ値とサイド値（右または左）が設定されている必要があります。初期設定では、トップ値を設定しなければ、AP エレメントはページのソースオーダーにある最後のエレメントの直後に配置されます。つまり、サイドバーがドキュメントのソースオーダーにある #container の最初のエレメントであれば、トップ値が設定されていなくても、サイドバーは #container の最上部に表示されます。ただし、後でサイドバーをソースオーダー内で移動した場合は、適切な場所に表示されるようにサイドバーのトップ値を設定する必要があります。
2. 絶対位置指定された（AP）エレメントは、ドキュメントのフローから除外されます。つまり、AP エレメントの周囲にあるエレメントは、AP エレメントの存在を認識せず、ページ上で AP エレメントと重複することがあります。したがって、常に中央の #mainContent div にほとんどのコンテンツが含まれることが確実である場合は、AP div はサイドバーとしてのみ使用してください。どちらかのサイドバーにより多くのコンテンツが含まれる場合、そのサイドバーは（この場合フッターも）親 div の下端の外に配置されるため、サイドバーは含まれていないように表示されます。
3. 上述の要件に対応していれば、絶対位置指定されたサイドバーにより、ドキュメントのソースオーダーを簡単に制御できます。
4. ソースオーダーが変更されると、列がヘッダーと視覚的に接触するため、トップ値はヘッダーの高さと同じである必要があります。
*/
.thrColAbsHdr #header {
	background-color: #000;
	padding: 0;
	height: 240px;
	margin: 0px;
} 
.thrColAbsHdr #sidebar1 {
	position: absolute;
	width: 345px; /* 【ＦＯＡＳ生学習用】余白は、div のコンテンツを div の端に接触しない位置に維持します */
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #FFF;
	left: 0px;
	top: 300px;
}
.thrColAbsHdr #container #sidebar1 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
}
.thrColAbsHdr #container #sidebar2 h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #030303;
	font-size: 13px;
}
.thrColAbsHdr #container #mainContent h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	font-size: 13px;
}
.thrColAbsHdr #container #mainContent a:hover {
	color: #FF8040;
	text-decoration: underline;
}
.thrColAbsHdr #container .pankuzu a:hover {
	color: #FF0;
	text-decoration: underline;
}


.thrColAbsHdr #container #header h1 {
	font-size: 8pt;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	right: 2px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
.thrColAbsHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 360px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	width: 340px;
	border-left-width: 1px;
	border-left-style: dotted;
}
.thrColAbsHdr #container #mainContent ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.margin_head200 {
	margin-top: 200px;
}
.margin_head30 {
	margin-top: 30px;
}
.margin_head60 {
	margin-top: 60px;
}
.thrColAbsHdr #container #sidebar1 ul {
	font-size: 13px;
	margin: 0px;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.margin_bottom30 {
	margin-bottom: 30px;
}
.thrColAbsHdr #footer {
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #030303;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* 【ＦＯＡＳ生学習用】フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* 【ＦＯＡＳ生学習用】このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}
.thrColAbsHdr #container #sidebar2 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 12px;
}

.fltrt { /* 【ＦＯＡＳ生学習用】このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* 【ＦＯＡＳ生学習用】このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}

.course_1 {
	color: #FFF;
	background-color: #0080FF;
}
.course_00 {
	width: 310px;
	background-color: #DFDFFF;
	text-indent: 10px;
	border-left-width: 30px;
	border-left-style: outset;
	border-left-color: #0080FF;
	margin-top: 30px;
}
.course {
	width: 330px;
	background-color: #242424;
	color: #FFF;
}

.course_00_1 {
	width: 310px;
	background-color: #D7FFD7;
	text-indent: 10px;
	border-left-width: 30px;
	border-left-style: outset;
	border-left-color: #008000;
	margin-top: 30px;
}
.red_arrow {
	color: #F00;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 20px;
}
.blue_arrow {
	color: #000080;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 20px;
}
.course_01 {
	width: 340px;
	margin-bottom: 15px;
}
.course_02 {
	width: 325px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px;
}
.course_03 {
	text-align: right;
	padding: 0px;
	color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 0px;
}
.course_04 {
	text-align: right;
	padding: 0px;
	color: #F00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.blog_01 {
	font-size: 12px;
	border: 1px solid #808080;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 10px;
	height: 930px;
	width: 320px;
	color: #FF8000;
}
 


/*[if IE 5]
<style type="text/css"> 
 【ＦＯＡＳ生学習用】この条件分岐コメントに IE 5* を対象とした css ボックスモデルのフィックスを配置します
.thrColAbsHdr #sidebar1 { width: 180px; }
</style> [endif]*/
