@charset "utf-8";

/******************************
-------------------------------
昼画像 設定
-------------------------------
=1: TOP背景
=2: 2nd背景
=3: コンテンツタイトル
*******************************/

/*------------------------------
=1: TOP背景
------------------------------*/
#theader {
	height: 140px;
}

#tContents {
	height: 757px;
}

#infoArea {
	clear: both;
	padding: 24px 39px;
}

/*------------------------------
=2: 2nd背景
------------------------------*/
.bg_cntMid {
	background: url(../img/bg_common_dmid.png) center top repeat-y;
	z-index: 2;
}

.bg_cntBot {
	background: url(../img/bg_common_dbot.png) center bottom no-repeat;
}

/*------------------------------
=3: コンテンツタイトル
------------------------------*/
/* ストレスとこころ */
h2.stress {
 background: url(../img/title_stress_d.png) center 27px no-repeat;
}

/* こころのSOS サイン */
h2.sos {
 background: url(../img/title_sos_d.png) center 27px no-repeat;
}

/* こころのセルフメンテ */
h2.self {
 background: url(../img/title_self_d.png) center 27px no-repeat;
}

/* 友達の力になりたい */
h2.friend {
 background: url(../img/title_friend_d.png) center 27px no-repeat;
}

/* ダウンロードセンター */
h2.dlc {
 background: url(../img/title_dlc_d.png) center 27px no-repeat;
}

/* そのウワサ本当 */
h2.uwasa {
 background: url(../img/title_uwasa_d.png) center 27px no-repeat;
}

/* 私の場合、僕の場合 */
h2.story {
 background: url(../img/title_story_d.png) center 27px no-repeat;
}

/* インタビュー */
h2.interview {
 background: url(../img/title_interview_d.png) center 27px no-repeat;
}

/* 今、できること */
h2.talk {
 background: url(../img/title_talk_d.png) center 27px no-repeat;
}

/* こころの専門家 */
h2.expart {
 background: url(../img/title_expart_d.png) center 27px no-repeat;
}

/*  相談の窓口 */
h2.access {
 background: url(../img/title_access_d.png) center 27px no-repeat;
}

/* ヘルプノート */
h2.helpnote {
 background: url(../img/title_helpnote_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;
}
