@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------*/
/*  組織概要用																*/
/*--------------------------------------------------------------------------*/

/*  ページタイトル  */
h3{
	width:600px ;
	margin:0 auto 30px auto ;
}


/*  コンテンツ  */
div.contents{
	width:600px ;
	margin:10px auto ;
	color:#231815 ;
	font-size:1em ;
}

.bar_blue{
	border-top:3px solid #0079C3 ;
	padding-top:5px ;
}

.bar_blue01{
	border-top:2px solid #0079C3 ;
	padding-top:5px ;
	margin-top:50px ;
	margin-bottom:0px ;
}

	/*  タイトル  */
	h4{
		width:600px ;
		font-weight:bolder ;
		margin:5px auto 0 auto;
		font-size:1.1em ;
		background:url(../images/contact/icon.gif) left no-repeat ;
		text-indent:1em ;
	}

	/*  区切り  */
	div.bar{
		clear:both ;
		width:600px ;
		margin-top:20px ;
	}

	/*  段落  */
	p.contents{
		width:600px ;
		margin:0 0 10px 0 ;
	}
	
	/*  段落：ボールド  */
	p.bold{
		font-weight:bolder ;
	}
	
		/*  ボールド  */
		.bold{
			font-weight:bolder ;
		}

		/*  文字色：青  */
		.blue{
			color:#0079C3 ;
		}

		/*  文字色：赤  */
		.red{
			color:#E60012 ;
		}

		/*  文字色：ピンク  */
		.pink{
			color:#EC6D81 ;
		}

		/*  文字色：緑  */
		.green{
			color:#8DC556 ;
		}

		/*  文字色：オレンジ  */
		.orange{
			color:#F39800 ;
		}


	/*  コメント０１  */
	div.body_block{
		clear:both ;
		width:600px ;
		margin:0 auto 0 auto ;
		font-size:1em ;
		overflow: hidden; /* これがポイント */
	  	position: relative;
	}
	
		div.body_block div.image01{
			width:140px ;
			position:relative ;
			float:left ;
			text-align:center ;
		}

		div.body_block div.comment01{
			width:450px ;
			position:relative ;
			float:left ;
			margin-left:10px ;
		}

		div.body_block div.image02{
			width:140px ;
			position:relative ;
			float:left ;
			margin-left:10px ;
			text-align:center ;
		}

		div.body_block div.comment02{
			width:450px ;
			position:relative ;
			float:left ;
		}

		
		div.body_block p.name{
			width:580px ;
			margin:20px auto ;
			text-align:right ;
		}

		


		