/*----------<BODY>タグスタイル設定開始----------*/
/*スクロールバーの色指定（白）*/

BODY {
scrollbar-face-color: #ffffff; scrollbar-shadow-color: #bebebe; scrollbar-highlight-color: #bebebe; scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-track-color: #ffffff; scrollbar-arrow-color: #bebebe;

/*左すみからのマージン指定*/
margin-top : 15px;
margin-left : 23px;

}

/*（TOPからの問い合わせページ）-------------------*/
#main {
	width: 723px;
	background: #ffffff url(../image/ts_main_bk2.gif);
}

/*（理念ページ）-------------------*/
#rinen1 {
	margin: 0;
	padding: 10px 10px 0 20px;
	background: #ffffff url(../rinen/image/rinen_bk.gif) repeat-y;
}



/*----------<BODY>タグスタイル設定終了----------*/

/*リンクの指定*/
A:link {
	COLOR: #646464; TEXT-DECORATION: none;
}
A:visited {
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #CC6000; TEXT-DECORATION: underline;
}

A{
  text-decoration : none;
}

/*What'sNewリンクの指定*/
#whatsNew a:link {
	color:#6e63d8;
	text-decoration: none;
}
#whatsNew a:visited {
	color:#800080;
	text-decoration: none;
}
#whatsNew a:hover {
	color: #CC6000;
	text-decoration: underline;
}
#whatsNew a{
  font-size: 11pt;
  text-decoration : none;
}


/*文字の大きさ指定*/

.a8pt {
	font-size: 8pt;
	color:#646464;
	line-height: 130%;
}

.a9pt {
	font-size: 9pt;
	color:#646464;
	line-height: 130%;
}

/*標準サイズ*/
.a10pt {
	font-size: 10pt;
	color:#646464;
	line-height: 130%;
}

.a11pt {
	font-size: 11pt;
	line-height: 130%;
}

/*標準サイズ太字*/
.a10ptb {
	font-size: 10pt;
	color:#646464;
	line-height: 130%;
	font-weight:bold;
}

/*標準サイズ行間150%*/
.a10pts {
	font-size: 10pt;
	color:#646464;
	line-height: 150%;
}

/*白文字サイズ10pt*/
.a10Wpt {
	font-size: 10pt;
	color:#ffffff;
	line-height: 130%;
}

/*白文字太字10pt*/
.a10Wptb {
	font-size: 10pt;
	color:#ffffff;
	line-height: 130%;
	font-weight:bold;
}

/*白文字11pt*/
.a11Wpt {
	font-size: 11pt;
	color:#ffffff;
	line-height: 130%;
}

/*オレンジ文字太字10pt*/
.a10Optb {
	font-size: 10pt;
	color:#ff6c24;
	line-height: 130%;
	font-weight:bold;
}

/*紫文字太字11pt*/
.a11Pptb {
	font-size: 11pt;
	color:#5a4ff0;
	line-height: 130%;
	font-weight:bold;
}

/*茶文字太字10pt（授業スケジュール：タイトル）*/
.a11Bptb {
	font-size: 11pt;
	color:#978444;
	line-height: 130%;
	font-weight:bold;
}

/*茶文字太字10pt（授業スケジュール）*/
.a10Bptb {
	font-size: 10pt;
	color:#786445;
	line-height: 130%;
	font-weight:bold;
}

/*薄茶文字10pt（授業スケジュール）*/
.a10Bpt {
	font-size: 10pt;
	color:#b09e22;
	line-height: 130%;
}

/*水色太字10pt（授業スケジュール）*/
.a10Sptb {
	font-size: 10pt;
	color:#0984df;
	line-height: 130%;
	font-weight:bold;
}

/*赤太字10pt*/
.red {
	font-size: 10pt;
	color:#cc3300;
	line-height: 130%;
	font-weight:bold;
}

/*薄紫文字太字10pt*/
.a10PPptb {
	font-size: 10pt;
	color:#a195fc;
	line-height: 130%;
	font-weight:bold;
}

/*紫文字太字11pt（ハロウィンページ）*/
.a11PPPptb {
	font-size: 11pt;
	color:#7030A0;
	line-height: 130%;
	font-weight:bold;
}

/*見出しサイズ*/
.a12pt {
	font-size: 12pt;
	color:#646464;
	line-height: 130%;
}

.a13pt {
	font-size: 13pt;
	color:#646464;
	line-height: 130%;
}

.a14pt {
	font-size: 14pt;
	color:#646464;
	line-height: 130%;
}

