@charset "utf-8";

/******************************
-------------------------------
昼画像 設定
-------------------------------
=1: TOP背景
=2: 2nd背景
=3: コンテンツタイトル
*******************************/

/*------------------------------
=1: TOP背景
------------------------------*/
#theader {
	height: 119px;
	background: url(../img/bg_top_dtop.jpg) no-repeat;
}

#tContents {
	height: 760px;
	background: url(../img/bg_top_dmid.jpg) no-repeat;
}

#infoArea {
	clear: both;
	padding: 24px 39px;
	background: url(../img/bg_top_dbot.jpg) #5e95d8 left top no-repeat;
}

/*------------------------------
=2: 2nd背景
------------------------------*/
.bg_cntTop {
	background: url(../img/bg_common_dtop.jpg) center top no-repeat;
}

.bg_cntMid {
	background: url(../img/bg_common_dmid.jpg) center top repeat-y;
}

.bg_cntBot {
	background: url(../img/bg_common_dbot.jpg) center bottom no-repeat;
}

/*------------------------------
=3: コンテンツタイトル
------------------------------*/
/* 子どものSOSサイン */
h2.sos {
 background: url(../img/title_sos_d.png) center 27px no-repeat;
}

/* 教師だからできること */
h2.possible {
 background: url(../img/title_possible_d.png) center 27px no-repeat;
}

/* 子どもとメンタルヘルス */
h2.mental {
 background: url(../img/title_mental_d.png) center 27px no-repeat;
}

/* そのウワサ本当 */
h2.uwasa {
 background: url(../img/title_uwasa_d.png) center 27px no-repeat;
}

/* こころの専門家 */
h2.expart {
 background: url(../img/title_expart_d.png) center 27px no-repeat;
}

/* 私の場合、僕の場合 */
h2.story {
 background: url(../img/title_story_d.png) center 27px no-repeat;
}

/* 教師のためのセルフメンテ */
h2.self {
 background: url(../img/title_self_d.png) center 27px no-repeat;
}

/* 保護者に相談されたら */
h2.consult {
 background: url(../img/title_consult_d.png) center 27px no-repeat;
}

/* こころの相談窓口 */
h2.access {
 background: url(../img/title_access_d.png) center 27px no-repeat;
}

/* インタビュー */
h2.interview {
 background: url(../img/title_interview_d.png) center 27px no-repeat;
}

/* サイトマップ */
h2.dlc {
 background: url(../img/title_dlc_d.png) center 27px no-repeat;
}

/* Step1 気づく */
h2.step1 {
 background: url(../img/title_step1_d.png) center 27px no-repeat;
}

/* Step2 知る */
h2.step2 {
 background: url(../img/title_step2_d.png) center 27px no-repeat;
}


/* Step3 相談する */
h2.step3 {
 background: url(../img/title_step3_d.png) center 27px no-repeat;
}


/* サイトマップ */
h2.sitemap {
 background: url(../img/title_sitemap_d.png) center 27px no-repeat;
}

/* プライバシーポリシー */
h2.privacy {
 background: url(../img/title_privacy_d.png) center 27px no-repeat;
}

/* このサイトに対するご意見 */
h2.inquiry {
 background: url(../img/title_inquiry_d.png) center 27px no-repeat;
}

/* リンク */
h2.link {
 background: url(../img/title_link_d.png) center 27px no-repeat;
}

/* 運営者について */
h2.administrator {
 background: url(../img/title_administrator_d.png) center 27px no-repeat;
}

/* コンセプト */
h2.concept {
 background: url(../img/title_concept_d.png) center 27px no-repeat;
}

/* このサイトについて */
h2.about {
 background: url(../img/title_about_d.png) center 27px no-repeat;
}
