@charset "utf-8";

/* バイオグラフィ情報 */
#contents #main p {
	font-size:12px;
	padding:14px 20px 20px;
	margin-bottom:4px;
	line-height:157%;
}
#contents .Picture {
	float:left;
	margin:0 20px 15px 0;
}
ul#biographyInformation {
	margin-top:15px;
	border-top:1px solid #666;
	clear:both;
	width:100%;
}
ul#biographyInformation img {
	float:right;
	margin:5px 0 20px 20px;
	border:1px solid #999;
}
ul#biographyInformation li.introduction {
	background:url(../images/listmark.png) no-repeat 9px 21px;
	font-size:12px;
	margin:0;
	padding:16px 20px;
	line-height:187%;
	display:block;
	font-weight:normal;
	border-bottom:1px dotted #666666;
}
ul#biographyInformation li.introduction:last-child  {
	border-bottom:none;
}
ul#biographyInformation h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	padding:0;
	line-height:157%;
	display:block;
}
ul#biographyInformation b {
	font-weight:bold;
	display:block;
	margin-top:1em;
}