@charset "Shift_JIS";
/* CSS Document */

/* タイトル */
#contentsInner h3{
	background-image: url(images/h3_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999em;
	display: block;
	height: 50px;
	width: 660px;
}
h4{
	font-size:14px;
	font-weight:bold;
	width:647px;
	height:25px;
	margin:10px auto;
	padding-left:10px;
	line-height:25px;
	vertical-align:middle;
	border-left:3px solid #966 ;	
	border-bottom:1px dotted #CCC;
}

p#subtitle{
	margin:10px auto 0;
	padding:5px;
	width:638px;
	color:#333;
	font-size:12px;
	line-height:16px;
	border:1px solid #CCC;
	background:#F3F3F3;
}

/*スタッフ紹介*/

center{
padding:100px 0;
margin:0 auto;
}



/*スタッフここから*/

.staff_box{
	display:block;
	margin:0 auto 20px;
	width:628px;
	padding:10px;
	border:1px solid #CCC;
}

.staff_photo{
	width:150px;
	display:block;
	float:left;
}

table.staff_data{
float:right;
width:450px;
}

table.staff_data th{
width:120px;
}


.staff_coment{
	width:608px;
	margin:0 auto;
	clear:both;
	padding-top: 20px;
}


