@charset "utf-8";
p{
	font-size:1.0em;
}

/*スタッフ紹介
--------------------------------------------------------*/
.staff-introduction{
	float:left;
	width:230px;
	height:300px;
	border:1px solid #ddd;
	margin:6px 0 0 8px;
	padding:3px 0 0 0;
	text-align:center;
}
*html .staff-introduction{
	margin:3px;
}
#maincontents p.staff-name{
	border:1px solid #ccc;
	background:#ececec;
	padding:3px;
	margin:5px 8px 0 8px;
	color:#666;
}
#maincontents p.staff-desc{
	text-align:left;
	color:#666;
	margin:5px 8px 0 8px;
	line-height:1.4;
}
