@charset "Shift_JIS";

* {
	margin:0;
	padding:0;
}

/* --- 全体の背景・テキスト --- */
body {
	margin:0;
	padding:0;
	background-color: #e6e7e8; /* ページの背景色 */
	color: #000; /* 全体の文字色 */
	font-size: 100%; /* 全体の文字サイズ */
}

/* --- 全体のリンクテキスト --- */
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff0000; }
a:active { color: #ff0000; }

.jisage{
	text-indent: 1em;
}

.full{
	width: 100%;
}

.atred{
	color: #ff3300;
}

.atpink{
	color: #ff0066;
}

.purple {
	color:#CE5D8C;
}

.green {
	color:#4DA859;
}

.blue {
	color:#96CADC;
}

/*------------------------------------------------------コンテナ --- */
#container {
	width: 950px; /* ページの幅 */
	margin: 0 auto; /* センタリング */
	background:url(../mentalassist/bg.gif) repeat-x;
}

#containerInner {
	width: 100%;
}

/*------------------------------------------------------ヘッダ --- */
#header {
	padding: 0;
	background-color: #4d4d4d; /* ヘッダの背景色 */
}

/*------------------------------------------------------メインカラム --- */
#content {
	float: left;
	width: 600px; /* メインカラムの幅 */
	padding: 0;
	margin: 0;
}

#contentInner{
	margin: 0;
	padding: 20px 40px;
}

#contentInner img{
	padding: 0;
	margin: 0;
}

.imgbox{
	padding-bottom: 15px;
}

#contentInner p{
	font-size: 0.95em;
	padding: 0 2px;
	line-height: 1.5em;
}

/*------------------------------------------------------footer*/
#footer {
	clear: left; /* フロートのクリア */
	width: 100%;
	padding: 0;
	background-color: #000; /* フッタの背景色 */
	border-top: 2px solid #14CD00;
}

address {
	font-size:0.75em;
	font-style:normal;
	color: #666;
	border-top: 1px solid #666;
	margin: 0px;
	padding:10px;
	text-align:center;
}

/*------------------------------------------------------ヘッダーナビゲーションバー --- */

/* --- ボックス --- */
.section {
	width: 950px; /* ボックスの幅 */
	margin: 0; /* ボックスのマージン（上下、左右） */
	font-size: 90%; /* ボックスの文字サイズ */
	color: #000000; /* ボックスの文字色 */
	font-weight: bold; /* 太字 */
}

/* --- タブエリア --- */
.section .sectionNav {
	width: 100%; /* タブエリアの幅 */
	margin: 0 0 0 28px;
	padding: 0;
	list-style-type: none;
}

.section .sectionNav li {
	position: relative;
	z-index: 1;
	width: 176px; /* タブの幅 */
	height: 48px;
	margin: 0 3px -1px 0; /* タブのマージン（上右下左） */
	background: url(../common/tab_gen_left.gif) no-repeat left top; /* タブの背景（左） */
	border-bottom-style: none;
	text-align: center;
	float: left;
}

/* --- リンク --- */
.section .sectionNav li a {
	display: block;
	position: relative; /* IE6用 */
	padding: 25px 2px 9px 2px; /* リンクエリアのパディング（上右下左） */
	background: url(../common/tab_gen_right.gif) no-repeat right top; /* タブの背景（右） */
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li a:hover {
	text-decoration: underline; /* テキストの下線（あり） */
}

/* --- アクティブなタブ --- */
.section .sectionNav li.active {
	z-index: 3;
	background: url(../common/tab_act_left.gif) no-repeat left top; /* アクティブタブの背景（左） */

}

.section .sectionNav li.active a {
	background: url(../common/tab_act_right.gif) no-repeat right top; /* アクティブタブの背景（右） */
	color: #fff; /* アクティブタブの文字色 */
}

/* --- ポイント時の設定 --- */
.section .sectionNav li.active a:hover {
	text-decoration: none; /* テキストの下線（なし） */
}

/* --- 本文領域 --- */
.section .textArea {
	clear: left;
	position: relative;
	z-index: 2;
	padding: 0;
	background-color: #ffffff; /* 本文領域の背景色 */
	border-top: 1px #666 solid; /* 本文領域の枠線 */
}

/* --- フロートリセット --- */
.reset {
	clear:both;
}


/* --- テキスト --- */
.assist_txt01 {
	margin:0px 0px 10px 86px;
	font-size: 0.95em;
	line-height:1.75em;
	color:#51391D;
}

/* --- こころのケア” はどんな事をするの？ --- */
#assist_box01 {
	width:902px;
	margin:0px 0px 0px 24px;
	padding:0px;
}

.assist_box01_top{
	width:902px;
	height:30px;
	margin:0px 0px 0px 24px;
	padding:0px;
	font-size:0px;
	line-height:0px;
	background:url(../mentalassist/bg01_top.gif) no-repeat;
}

.assist_box01 {
	width:902px;
	margin:0px 0px 0px 24px;
	padding:0px;
	font-size: 0.95em;
	line-height:1.75em;
	background:url(../mentalassist/bg01.gif) repeat-y;
}

.assist_box01 .txt01{
	width:554px;
	margin:0px 0px 0px 40px;
	padding:20px 0px 0px 0px;
	font-size: 1.05em;
	line-height:2.05em;
	color:#4A3333;
	float:left;
}

.assist_box01_bottom {
	width:902px;
	height:30px;
	margin:0px 0px 20px 24px;
	padding:0px;
	font-size: 0px;
	line-height:0px;
	background:url(../mentalassist/bg01_bottom.gif) no-repeat;
}

.assist_box02 {
	width:340px;
	margin:20px 0px 0px 64px;
	padding:0px;
	float:left;
}

.assist_box03_top{
	width:340px;
	height:38px;
	margin:0px;
	padding:0px;
	font-size:1.15em;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	color:#50442F;
	background:url(../mentalassist/bg02_top.gif) no-repeat;
}

.assist_box03 {
	width:340px;
	height:170px;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size: 0.95em;
	line-height:1.75em;
	background:url(../mentalassist/bg02.gif) repeat-y;
}

.assist_box03 .head01 {
	margin:0px;
	padding:0px:
	font-size:0px;
	line-height:0px;
}

.assist_box03 .list01{
	margin:0px 0px 0px 104px;
	padding:10px 0px;
	text-align:left;
	font-size: 1.05em;
	font-weight:normal;
	line-height:1.75em;
	list-style-type: none;
	background:url(../mentalassist/head02.gif) no-repeat 0px 13px;
	text-indent: 28px;
}

.assist_box03 .list02{
	margin:0px 0px 0px 24px;
	padding:10px 0px 0px 28px;
	text-align:left;
	font-size: 1.05em;
	font-weight:normal;
	line-height:1.75em;
	list-style-type: none;
	background:url(../mentalassist/head02.gif) no-repeat 0px 13px;
}

.assist_box03 .list03{
	margin:4px 0px 4px 24px;
	padding:0px;
	text-align:left;
	font-size: 1.05em;
	font-weight:normal;
	line-height:1.75em;
	list-style-type: none;
	background:url(../mentalassist/head02.gif) no-repeat 0px 3px;
	text-indent: 28px;
}

.assist_box03 .box03_txt01{
	margin:0px 0px 0px 38px;
	padding:0px 0px;
	text-align:left;
	font-size: 1.05em;
	font-weight:normal;
	line-height:1.75em;
}

.assist_box03_bottom {
	width:340px;
	height:10px;
	margin:0px;
	padding:0px;
	font-size: 0px;
	line-height:0px;
	background:url(../mentalassist/bg02_bottom.gif) no-repeat;
	display:block;
}

.assist_box04 {
	width:338px;
	margin:10px 0px 10px 66px;
	padding:0px;
	float:left;
	text-align:center;
	font-size: 1.05em;
	font-weight:normal;
	line-height:1.75em;
}

.assist_head01 {
	margin:0px 0px 10px 168px;
	padding:0px:
}

.assist_img01 {
	margin:0px 10px 0px 0px;
	padding:0px:
	float:left;
}

/* --- カウンセリング料金 --- */
.assist_box05 {
	width:748px;
	margin:0px 0px 20px 100px;
	padding:0px;
	font-size: 1.05em;
	font-weight:normal;
	line-height:1.75em;
	background:#ffffff;
}

.assist_box05 .box05_dl01 {
	margin:10px 0px 20px 100px;
	padding:0px;
}

.assist_box05 .box05_dl01 dt{
	margin:0px;
	padding:0px;
	font-size: 1.45em;
	line-height:1.75em;
}

.assist_box05 .box05_dl01 dd{
	margin:0px 0px 0px 32px;
	padding:0px;
	font-size: 0.95em;
	font-weight:normal;
	line-height:1.55em;
}

.assist_box05 .box05_dl02 {
	margin:0px;
	padding:0px;
}

.assist_box05 .box05_dl02 dt{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-size: 0.95em;
	line-height:1.55em;
}

.assist_box05 .box05_dl02 dd{
	margin:0px 0px 0px 20px;
	padding:0px;
	font-size: 0.85em;
	font-weight:normal;
	line-height:1.55em;
}

.assist_box05 .name{
	font-size: 1.25em;
	font-weight:bold;
}

.assist_box05 .line01 {
	width:604px;
	margin:0px 0px 0px 72px;
	padding:0px;
	border-bottom:3px dotted #BFD98D;
}

.assist_box05 .line02 {
	width:604px;
	margin:0px 0px 20px 72px;
	padding:0px;
	border-bottom:3px dotted #9DCDDE;
}

.assist_box05 .photo01 {
	width:188px;
	margin:0px 0px 20px 52px;
	padding:0px;
	border:1px solid #9DCDDE;
	float:left;
}

.assist_box05 .profile {
	width:470px;
	margin:0px 0px 20px 12px;
	padding:0px;
	float:left;
}


.assist_bd01 {
	border:1px solid #BFD98D;
}

.assist_bd02 {
	border:1px solid #9DCDDE;
}

.assist_head02 {
	margin:0px 0px 10px 30px;
	padding:0px:
}

/* --- バナー部分 --- */
#assist_bn {
	clear: left; /* フロートのクリア */
	width: 100%;
	height:409px;
	padding: 0;
	background:url(../mentalassist/bg03.gif) repeat-x;
}

#assist_bn .assist_address{
	width: 430px;
	height:388px;
	margin:5px 0px 0px 0px;
	padding:0px;
	text-align:right;
	float:right;
}

#assist_bn .assist_map{
	width: 470px;
	height:340px;
	margin:8px 0px 0px 34px;
	padding:0px;
	border:1px solid #CE5D8C;
	background:#ffffff;
}

#assist_bn .gmap{
	margin:2px;
	padding:0px;
}

