@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

/*=========================================================================================
	リセット
=========================================================================================*/
* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, Arial, sans-serif;
	line-height: 200%;
	color: #333;
	margin: 0 auto;
	background: url(../common/body_bg.gif) top repeat-x;
}
img {
	border: 0;
}
hr {
	display: none;
}
ul,
ol {
	list-style-type: none;
}

sup {
	vertical-align: baseline;
	position: relative;
	top: -3px;
}
sub {
	vertical-align: -1px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}
/* List --------------------------------------------------*/
ul.list {
	padding-left: 24px;
	margin-left: 0px;
}
ul.list li {
	list-style-type: disc;
	margin: 2px 0;
}
ul.list li li {
	list-style-type: circle;
	margin-left: 30px;
}

ol.list {
	list-style-type: decimal;
	padding-left: 18px;
	margin-left: 12px;
}
/* link 初期設定 -----------------------------------------*/
a {
	overflow: hidden; /*　firefox用　枠線対処*/
	color: #003399;
}
a:link {
	color: #003399;
}
a:visited {
	/*	color:#C90;*/
	color: #551199;
}
a:hover {
	color: #990000;
}
a:active {
	color: #003399;
}
/*=====================================================
	共通
======================================================*/
/* clearfix ------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	/* For Mac IE5 \*/ /*/
    width: 100%;
    /* End for Mac IE5 */
	display: inline-block;
	/* Hide for Mac IE5 \*/
	clear: both;
	height: 1%;
	min-height: 1%;
	overflow: visible;
	/* End Hide for Mac IE5 */
}
.clearfix {
	/* for Safari Opera */
	/* Hide for Mac IE5 \*/
	display: block;
	/* End Hide for Mac IE5 */
}

/* 非表示テキスト --------------------------------------*/
.forReader {
	display: none;
}

/* 改行なし --------------------------------------------*/
.noWrap {
	white-space: nowrap;
}

/* 回り込みクリア --------------------------------------*/
.clear {
	clear: both;
}
/* 赤文字 --------------------------------------*/
.fontRed {
	color: #f00;
}
/* 紺文字 --------------------------------------*/
.fontNavy {
	color: #006;
}

/* 赤文字 --------------------------------------*/
.fontS {
	font-size: 86%;
}

/* 打ち消し線 --------------------------------------*/
.fontDelete {
	text-decoration: line-through;
	color: #f00;
}

/* 打ち消し線・黒 --------------------------------------*/
.fontDeleteBlack {
	text-decoration: line-through;
}

/* 打ち消し線・黒 --------------------------------------*/
.fontUnderLine {
	text-decoration: underline;
}

/* 打ち消し線・二重赤 --------------------------------------*/

.fontDeleteDoubleRed {
	background-image: linear-gradient(
		transparent 0.3em,
		#f00 0,
		#f00 calc(0.3em + 1px),
		transparent 0,
		transparent calc(0.3em + 3px),
		#f00 0,
		#f00 calc(0.3em + 4px),
		transparent 0
	);
	text-decoration: none;
}

/*=========================================================================================
	ヘッダー
=========================================================================================*/
#headerArea {
	width: 940px;
	height: 137px;
	margin: 0 auto;
	position: relative;
}
#headerArea #logo {
	margin: 37px 0px 0px 0px;
	float: left;
}
/* 右エリア --------------------------------------------*/
#headerArea #headRightArea {
	width: 453px;
	float: right;
}
/* リンク画像ボタン */
#headerArea #headRightArea #headBtnArea {
	width: 453px;
	height: 26px;
	margin-bottom: 9px;
}
#headerArea #headRightArea #headBtnArea li {
	float: left;
}
#headerArea #headRightArea #headBtnArea li img {
	display: block;
}

#fontSizeArea {
	float: right;
}

/*=========================================================================================
	グローバルナビエリア
=========================================================================================*/
#gnaviArea {
	width: 960px;
	height: 66px;
	background: url(../common/gnavi_bg.gif) 0px 0px no-repeat;
	position: absolute;
	top: 98px;
	left: -10px;
}
#gnaviArea ul {
	padding: 10px 0px 0px 10px;
	margin: 0;
}
#gnaviArea ul li {
	float: left;
}
#gnaviArea ul li img {
	display: block;
}

#gnaviArea ul li.gnaviAbout {
	background: url(../common/gnavi_about_on.gif) no-repeat;
}
#gnaviArea ul li.gnaviTrain {
	background: url(../common/gnavi_train_on.gif) no-repeat;
}
#gnaviArea ul li.gnaviStudy {
	background: url(../common/gnavi_study_on.gif) no-repeat;
}
#gnaviArea ul li.gnaviNews {
	background: url(../common/gnavi_news_on.gif) no-repeat;
}
#gnaviArea ul li.gnaviEmploy {
	background: url(../common/gnavi_employ_on.gif) no-repeat;
}
#gnaviArea ul li.gnaviTrans {
	background: url(../common/gnavi_trans_on.gif) no-repeat;
}

/*=========================================================================================
	検索窓
=========================================================================================*/
#srchBox {
	display: none;
	float: left;
	width: 276px;
	_width: 274px;
	color: #000000;
	text-align: left;
}
#srchBox * {
	margin: 0;
	padding: 0;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}
#srchBox a img {
	border: none;
}
#srchBox #srch {
	padding: 0px;
}
#srchBox #srch #srchForm {
	white-space: nowrap;
}
#srchBox #srchInput {
	width: 215px;
	margin-right: 6px;
	vertical-align: bottom;
}
#srchBox #srchBtn {
	width: 50px;
}
*html #srchBox #srchBtn {
	padding-top: 2px;
}
*:first-child + html #srchBox #srchBtn {
	padding-top: 2px;
}
#srchBox ul {
	margin-top: 6px;
	text-align: left;
}
#srchBox li {
	list-style-type: none;
	display: inline;
	zoom: 1;
	padding-right: 10px;
}
#srchBox li input {
	zoom: 1;
	margin-right: 2px;
	_margin: -4px 0 -4px -4px;
	vertical-align: middle;
	border: 0;
}
*: +html #srchBox li input {
	margin: -4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin: 6px 6px 6px 0;
	text-align: right;
}
#srchBox #srchLogo a {
	color: #666666;
	text-decoration: none;
	font-size: 85%;
}
#srchBox #srchLogo a:hover {
	text-decoration: underline;
}
#srchBox.watermark {
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
	padding: 1px 1px 2px 1px;
	border: 1px solid #a5acb2;
	background: #fff url(http://i.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
	display: none;
}

/*=========================================================================================
	メイン画像タイトルエリア
=========================================================================================*/
#leadTitleArea {
	background: #ffffff url(../common/title_bg_h1.jpg) 0px 0px no-repeat;
	background-color: #fff;
	width: 940px;
	margin: 0px auto 10px auto;
	height: 150px;
}
/* 第2階層h1タイトル ---------------------------------*/
#leadTitleArea h1 {
	padding: 58px 0px 0px 25px;
}
/*=========================================================================================
	第2階層パンくずリスト
=========================================================================================*/
#breadListArea {
	width: 940px;
	height: 52px;
	margin: 0px auto 0px auto;
}

/*=========================================================================================
	横幅設定（ローカルエリア + コンテンツエリア）
=========================================================================================*/
/* 全体幅 --------------------------------------------*/
#contentsBody {
	width: 940px;
	margin: 0px auto 0px auto;
	position: relative;
}
/* コンテンツエリア ----------------------------------*/
#contentsBody #contentsAera {
	width: 700px;
	float: right;
}
/* ローカルエリア ------------------------------------*/
#contentsBody #localNaviArea {
	width: 200px;
	float: left;
}
/*=========================================================================================
	ローカルナビエリア
=========================================================================================*/
#localNaviArea {
	width: 200px;
	background: url(../common/lnavi_bg.gif) left bottom no-repeat;
	padding-bottom: 6px;
	line-height: 1.2;
}
#localNaviArea ul {
	width: 194px;
	margin-left: 3px;
}
#localNaviArea ul li {
	width: 194px;
	border-bottom: 1px #b7b7b7 solid;
}
#localNaviArea ul li a {
	display: block;
	width: 168px;
	padding: 10px 0px 10px 22px;
	margin: 2px;
	background: url(../common/arrow_training.gif) 2px 10px no-repeat;
	text-decoration: none;
	color: #333333;
}
/*------------------------------------------------
 ローカルナビ　下階層 
------------------------------------------------*/
/* 下階層設定 ----------------------------------*/
#localNaviArea ul li ul {
	display: none; /* 初期表示なし */
}
#localNaviArea ul li ul {
	width: 194px;
	margin-left: 0px;
}
#localNaviArea ul li ul li {
	width: 194px;
	border-top: 1px #b7b7b7 solid;
	border-bottom: 0px;
}
#localNaviArea ul li ul li a {
	display: block;
	width: 155px;
	padding: 10px 0px 10px 35px;
	margin: 2px;
	background: url(../common/arrow_study_s.gif) 22px 13px no-repeat;
	text-decoration: none;
	color: #333333;
}
/*------------------------------------------------
 ローカルナビ　カテゴリ別 
------------------------------------------------*/
/* 日私教研について ------------------------------*/
.about #localNaviArea ul li a {
	background-image: url(../common/arrow_about.gif);
}
.about #localNaviArea ul li a:hover {
	background-color: #e4e8cc;
}
/* 研修会情報 -----------------------------------*/
.training #localNaviArea ul li a {
	background-image: url(../common/arrow_training.gif);
}
.training #localNaviArea ul li a:hover {
	background-color: #f4e8d9;
}
/* 研究事業 -------------------------------------*/
.study #localNaviArea ul li a {
	background-image: url(../common/arrow_study.gif);
}
.study #localNaviArea ul li a:hover {
	background-color: #f2efcc;
}
.study #localNaviArea ul li a.nestTop {
	/* 下階層トップ（矢印↓） */
	background-image: url(../common/arrow_study_b.gif);
}
.study #localNaviArea ul li ul li a {
	/* 下階層 */
	background-image: url(../common/arrow_study_s.gif);
}
.study #localNaviArea ul li ul li a:hover {
	background-color: #f2efcc;
}
/* 日私教研からのお知らせ -----------------------*/
.news #localNaviArea ul li a {
	background-image: url(../common/arrow_news.gif);
}
.news #localNaviArea ul li a:hover {
	background-color: #e2e8f0;
}
/* 教職員採用情報 -------------------------------*/
.employ #localNaviArea ul li a {
	background-image: url(../common/arrow_employ.gif);
}
.employ #localNaviArea ul li a:hover {
	background-color: #d9f2f4;
}
/*=========================================================================================
	タイトル
=========================================================================================*/
/* h2タイトル -------------------------------*/
#contentsAera .h2DefTitle {
	background: url(../common/title_bg_h2.gif) 0px 0px repeat-x;
	border-bottom: 1px #a3b5bf solid;
	margin-bottom: 20px;
}
#contentsAera .h2DefTitle h2 {
	font-size: 150%;
	line-height: 1.2;
	padding: 10px 0px 11px 10px;
}

/* h3タイトル -------------------------------*/
#contentsAera .h3DefTitle h3 {
	color: #333333;
	font-size: 133%;
	border-bottom: 1px #cbd5db solid;
}
/* 日私教研について */
.about #contentsAera .h3DefTitle h3 {
	color: #829610;
}
/* 研修会情報 */
.training #contentsAera .h3DefTitle h3 {
	color: #8e370c;
}
/* 研究事業 */
.study #contentsAera .h3DefTitle h3 {
	color: #8d7900;
}
/* 日私教研からのお知らせ */
.news #contentsAera .h3DefTitle h3 {
	color: #4373a9;
}
/* 教職員採用情報 */
.employ #contentsAera .h3DefTitle h3 {
	color: #00819f;
}

/* その他の特別研修会等 */
#etc #contentsAera .h3DefTitle {
	background-color: #cfe7c2;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin-bottom: 20px;
}
#etc #contentsAera .h3DefTitle h3 {
	font-size: 100%;
	color: #000;
	line-height: 1.2;
	padding: 10px 0px 11px 10px;
}

/* 文部科学省委託事業 */
#commission #contentsAera .h3DefTitle {
	background-color: #cfe7c2;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	margin-bottom: 20px;
}
#commission #contentsAera .h3DefTitle h3 {
	font-size: 100%;
	color: #000;
	line-height: 1.2;
	padding: 10px 0px 11px 10px;
}

/* h4タイトル -------------------------------*/
/* その他の特別研修会等 */
#etc #contentsAera .h4DefTitle {
	background-color: #e4dfec;
	margin-bottom: 20px;
}

#etc #contentsAera .h4DefTitle02 {
	background-color: #99ffcc;
	margin-bottom: 20px;
}

#etc #contentsAera .h4DefTitle03 {
	background-color: #d9f1f4;
	margin-bottom: 20px;
}

#etc #contentsAera .h4DefTitle h4,
#etc #contentsAera .h4DefTitle02 h4,
#etc #contentsAera .h4DefTitle03 h4 {
	font-size: 100%;
	color: #000;
	line-height: 1.2;
	padding: 10px 0px 11px 10px;
}

/* 文部科学省委託事業 */
#commission #contentsAera .h4DefTitle {
	background-color: #d9f1f4;
	margin-bottom: 20px;
}

#commission #contentsAera .h4DefTitle04 a {
	font-weight: bold;
}

#commission #contentsAera .h4DefTitle02 {
	background-color: #ffdfb0;
	margin-bottom: 20px;
}

#commission #contentsAera .h4DefTitle03 {
	background-color: #ffb0b0;
	margin-bottom: 20px;
}

#commission #contentsAera .h4DefTitle04 {
	background-color: #99ffcc;
	margin-bottom: 20px;
}

#commission #contentsAera .h4DefTitle h4,
#commission #contentsAera .h4DefTitle02 h4,
#commission #contentsAera .h4DefTitle03 h4,
#commission #contentsAera .h4DefTitle04 h4 {
	font-size: 100%;
	font-weight: normal;
	color: #000;
	line-height: 1.2;
	padding: 10px 0px 11px 10px;
}

/* h2タイトル（リンク付き） -----------------*/
#contentsAera .h2LinkTitle {
	background: url(../common/title_bg_h2.gif) 0px 0px repeat-x;
	border-bottom: 1px #a3b5bf solid;
	margin-bottom: 20px;
}
#contentsAera .h2LinkTitle h2 {
	font-size: 150%;
	line-height: 1.2;
}
#contentsAera .h2LinkTitle h2 a {
	display: block;
	padding: 10px 0px 11px 28px;
	text-decoration: none;
	color: #333333;
}
/* 教職員採用情報 */
.employ #contentsAera .h2LinkTitle h2 a {
	background: url(../common/arrow_employ.gif) 8px 14px no-repeat;
}
/* マウスオーバー（共通） */
#contentsAera .h2LinkTitle h2 a:hover {
	color: #990000;
	text-decoration: underline;
}

/*=========================================================================================
	汎用 class
=========================================================================================*/
/* 矢印リンク  ---------------------------------------*/
a.defLink {
	background: url(../common/arrow.gif) 0px 3px no-repeat;
	padding-left: 11px;
}
li.defLink,
ul.defLink li {
	background: url(../common/arrow.gif) 0px 8px no-repeat;
	padding-left: 11px;
}
/* 矢印マークなし　インデントのみ---------------------*/
li.noMarkLink,
ul.noMarkLink li {
	text-indent: -11px;
	padding-left: 11px;
}
/* PDFマーク直置き -----------------------------------*/
.icoPdf {
	margin: 0px 5px 0px 0px;
	vertical-align: -2px;
}
/* PDFマーク -----------------------------------------*/
.pdfLink {
	background: url(../common/ico_pdf.gif) 0px 3px no-repeat;
	padding-left: 22px;
}
/* PDFマーク2 -----------------------------------------*/
.pdfLink2 {
	background: url(../common/ico_pdf.gif) 0px 0px no-repeat;
	padding: 0 0 3px 22px;
}
/* 新規ウィンドウ ------------------------------------*/
a.newWin {
	background: url(../common/icon_newwin.gif) 0px 2px no-repeat;
	padding-left: 18px;
}
li.newWin,
ul.defLink li.newWin {
	background: url(../common/icon_newwin.gif) 0px 7px no-repeat;
	padding-left: 18px;
}
/* 新規ウィンドウマーク直置き --------------------------*/
.icoWin {
	margin: 0px 5px 0px 0px;
	vertical-align: -2px;
	text-decoration: none;
}
/* セクション区切り ------------------------------------*/
.section {
	margin-bottom: 35px;
}
/* 段組み 初期設定 -------------------------------------*/
.leftArea {
	float: left;
}
.rightArea {
	float: right;
}
/* 段組み L1R1 -----------------------------------------*/
#contentsAera .layoutL1R1 {
	width: 700px;
}
#contentsAera .layoutL1R1 .leftArea {
	width: 340px;
}
#contentsAera .layoutL1R1 .rightArea {
	width: 340px;
}
/* 段組み L2R1 -----------------------------------------*/
#contentsAera .layoutL2R1 {
	width: 700px;
}
#contentsAera .layoutL2R1 .leftArea {
	width: 460px;
}
#contentsAera .layoutL2R1 .rightArea {
	width: 220px;
}
/* 段組み L1R2-----------------------------------------*/
#contentsAera .layoutL1R2 {
	width: 700px;
}
#contentsAera .layoutL1R2 .leftArea {
	width: 220px;
}
#contentsAera .layoutL1R2 .rightArea {
	width: 460px;
}
/* 段組み L1L1R1 -----------------------------------------*/
#contentsAera .layoutL1L1R1 {
	width: 700px;
}
#contentsAera .layoutL1L1R1 .leftArea {
	width: 220px;
	margin-right: 20px;
}
#contentsAera .layoutL1L1R1 .rightArea {
	width: 220px;
}
/* 段組み L1L1L1R1 -----------------------------------------*/
#contentsAera .layoutL1L1L1R1 {
	width: 700px;
}
#contentsAera .layoutL1L1L1R1 .leftArea {
	width: 169px;
	margin-right: 8px;
}
#contentsAera .layoutL1L1L1R1 .rightArea {
	width: 169px;
}
/* 本文 -----------------------------------------------*/
.txtStart {
	margin-top: 0;
}
.txt {
	margin-top: 1.5em;
}
.txtIndent {
	margin-top: 1.5em;
	margin-left: 2em;
}
/* 注釈文 ---------------------------------------------*/
.txtNote {
	text-indent: -1em;
	margin-left: 1em;
}
.txtNote2em {
	text-indent: -2em;
	margin-left: 2em;
}
/* 注釈文 (※がある場合）------------------------------*/
.note {
	color: #ff0000;
}
/* 赤字 -----------------------------------------------*/
.colRed {
	color: #ff0000;
}
/* 青字 -----------------------------------------------*/
.colBlue {
	color: #3366ff;
}

/* 外字レイアウト用 -----------------------------------------------*/
.fontImg {
	margin-bottom: -1px;
}

/* リスト　改行なし -----------------------------------*/
.inlineList {
	display: inline;
	margin-right: 15px;
	padding-bottom: 3px;
}
/* リスト　マークが○や●の場合 -----------------------*/
.listIndent {
	text-indent: -1em;
	margin-left: 1em;
}

/* マージン -------------------------------------------*/
#contentsAera .marT0 {
	margin-top: 0 !important;
}
#contentsAera .marT05e {
	margin-top: 0.5em !important;
}
#contentsAera .marT3mm {
	margin-top: 10px !important;
}
.marT1e {
	margin-top: 1em !important;
}
#contentsAera .marT2e {
	margin-top: 2em !important;
}
#contentsAera .marT3e {
	margin-top: 3em !important;
}
#contentsAera .marT4e {
	margin-top: 4em !important;
}
#contentsAera .marB1e {
	margin-bottom: 1em !important;
}
#contentsAera .marB2e {
	margin-bottom: 2em !important;
}
#topContentsAera .marB2e {
	margin-bottom: 2em !important;
}
#contentsAera .marB3e {
	margin-bottom: 3em !important;
}
#contentsAera .marL1e {
	margin-left: 1em !important;
}
#contentsAera .marL2e {
	margin-left: 2em !important;
}
#contentsAera .marL3e {
	margin-left: 3em !important;
}
/* 右寄せ -------------------------------------------*/
.R {
	text-align: right;
}
/* センタリング -------------------------------------------*/
.CTR {
	text-align: center;
}
/* アドビREADER -----------------------------------*/
#readerArea {
	padding: 25px;
	background-color: #e4e8e0;
}
#readerArea #readerImg {
	float: left;
}
#readerArea #readerTxt {
	margin-left: 130px;
	line-height: 1.4;
}
/* お知らせタイプ１ -----------------------------------*/
#contentsBody .notice {
	border: solid 1px #f00;
	margin-bottom: 1em;
	padding: 1em;
	color: #f00;
	text-align: center;
	font-size: 115%;
}
/* お知らせタイプ2 -----------------------------------*/
#contentsBody .notice2 {
	border: double 1px #f00;
	margin-bottom: 1em;
	padding: 0.5em;
	color: #f00;
	background: #fde9d9;
	text-align: center;
	font-size: 115%;
}
/* お知らせタイプ3 -----------------------------------*/
#contentsBody .notice3 {
	border: dashed 1px #f00;
	padding: 0.5em;
	color: #c00;
	background: #ffc;
	text-align: center;
	font-size: 115%;
}
/* お知らせタイプ4 -----------------------------------*/
#contentsBody .notice4 {
	border: dashed 1px #f00;
	padding: 0.5em;
	color: #039;
	background: #fcf;
	text-align: center;
	font-size: 115%;
}
/* お知らせタイプ5 -----------------------------------*/
#contentsBody .notice5 {
	border: dashed 1px #f00;
	padding: 0.5em;
	color: #039;
	background-color: #ffffdd;
	text-align: center;
	font-size: 115%;
}
/* お知らせタイプ6 -----------------------------------*/
#contentsBody .notice6 {
	border: double 3px #f00;
	padding: 0.5em;
	background-color: #ffffdd;
	text-align: center;
	font-size: 115%;
}
#contentsBody .notice6 h2 {
	color: #039;
}
/*=========================================================================================
	データテーブル
=========================================================================================*/
table.dataTbl {
	border-collapse: collapse;
	border: 0px;
}
table.dataTbl th {
	border: 1px #b2b2b2 solid;
	padding: 3px;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	background-color: #e8cbc0;
	line-height: 1.5;
}
table.dataTbl td {
	border: 1px #c1c1c1 solid;
	padding: 3px;
	text-align: left;
}
/* th背景カテゴリ別 ----------------------------------*/
/* 日私教研について */
.about table.dataTbl th {
	background-color: #d6ddb2;
}
/* 研修会情報 */
.training table.dataTbl th {
	background-color: #e8cbc0;
}
/* 研究事業 */
.transfer table.dataTbl th {
	background-color: #dddbee;
}
/* 教職員採用情報 */
.employ table.dataTbl th {
	background-color: #b2e5ea;
}
/* セル背景色1 ---------------------------------------*/
table.dataTbl td.color01 {
	background-color: #eff1ed;
}
table.dataTbl td.color02 {
	background-color: #d6ddb2;
}
table.dataTbl td.color03 {
	background-color: #e5dfb8;
}
table.dataTbl td.color04 {
	background-color: #d6e6e8;
}
table.dataTbl td.color05 {
	background-color: #bdf6ff;
}
table.dataTbl td.color06 {
	background-color: #bfffb6;
}
table.dataTbl td.color07 {
	background-color: #ffccea;
}
table.dataTbl td.color08 {
	background-color: #8bffc9;
}
table.dataTbl td.color09 {
	background-color: #d99bff;
}
table.dataTbl td.color10 {
	background-color: #ffdca4;
}
table.dataTbl td.color11 {
	background-color: #66eafe;
}
table.dataTbl td.color12 {
	background-color: #80b1fe;
}
table.dataTbl td.color13 {
	background-color: #ffc94e;
}
table.dataTbl th.color04 {
	background-color: #d6e6e8;
}

/* ボーダーなし --------------------------------------*/
table.dataTbl td.noBdr {
	border: 0px;
}
/* テーブル内上下スペース ----------------------------*/
table.dataTbl td.tdHspace {
	padding: 0px;
	height: 8px;
	border: 0px;
}
/* 折り返し無し --------------------------------------*/
table.dataTbl td.noWrap {
	white-space: nowrap;
}
/* センタリング --------------------------------------*/
table.dataTbl td.CTR {
	text-align: center;
}
/* 左寄せ --------------------------------------------*/
table.dataTbl th.L {
	text-align: left;
}
/* 上寄せ --------------------------------------------*/
table.dataTbl td.T {
	vertical-align: top;
}
/* テーブルセル幅 ------------------------------------*/
table.dataTbl th.w50 {
	width: 50px;
}
table.dataTbl th.w70 {
	width: 70px;
}
table.dataTbl th.w90 {
	width: 90px;
}
table.dataTbl th.w100 {
	width: 100px;
}
table.dataTbl th.w130 {
	width: 130px;
}

table.dataTbl .w87 {
	width: 87px;
}

table.dataTbl .w541 {
	width: 541px;
}

table.dataTbl .w70 {
	width: 70px;
}

/* youtubeリンク用テキスト ------------------------------------*/
.h250 {
	height: 250px;
}

/* 下寄せ --------------------------------------------*/
.btm {
	position: relative;
}
.btm p {
	position: absolute;
	bottom: 0;
}

/*=========================================================================================
	フッター
=========================================================================================*/
#footer {
	width: 100%;
	text-align: center;
	background: #eff2f4 url(../common/footer_bg.gif) 0px 0px repeat-x;
	margin-top: 75px;
	position: relative;
	clear: both;
}

#footer #footerBody {
	width: 940px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 10px 0px 18px 0px;
	position: relative;
}
#footer #footerBody #footerBtn {
	position: absolute;
	right: 0px;
	top: -25px;
}
#footer #footerBody #footerBtn li {
	float: left;
}
#footer #footerBody #footerBtn li img {
	display: block;
}
