@charset "euc-jp";

body{
	padding-top:	20px;
}

.seminarWrap{
	text-align:left;
	width:640px;
	height:390px;
	margin:0 0 0 50px;
	color:#000;
	overflow:auto;
	font-family:Verdana, Geneva, sans-serif;
}

.seminarWrap a{
	text-decoration:none;
	color:#537D90;	
}
.seminarWrap a:hover{
	color:#537D90;	
	text-decoration:underline;
}


.seminarWrap h1{
	font-size:25px;
	color:#ab2d43;
	text-align:center;
	margin:10px 0 30px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.2;
}

.seminarWrap .profileBox{
}
.seminarWrap .profileBox p.photo{
	width:185px;
	float:left;
	margin-right:20px;
}
.seminarWrap .profileBox dl{
	float:left;
	width:390px;
}
.seminarWrap .profileBox dl dt{
	font-size:25px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1;
}
.seminarWrap .profileBox dl dd{
	font-size:12px;
	padding:20px 0 0 0;
	line-height:1.6;
}
