@charset "utf-8";


/*プロフィール
--------------------------------------------------*/

.topImg{
	float:left;
	width:240px;
}
.topImg img{
	width:240px;
}

.topTxt{
	float:right;
	width:505px;
	padding-bottom:0;
}
.topTxt h3{
	font-size:13px;
	font-weight:bold;
	line-height:normal;
}

.topTxt .proftxtWrap{
	width:400px;
	clear:both;
	padding:0 0 20px 18px;
	margin:-10px 0 0 0;
}
.topTxt .proftxtWrap ul{
	clear:both;
	margin:15px 0 0 0;
}
.topTxt .proftxtWrap ul li{
	margin:0 !important;
	padding:0 !important;
}

.topTxt .proftxtWrap dl{
	 clear:both;
	 overflow:hidden;
	 _zoom: 1;
}
.topTxt .proftxtWrap dl dt{
	float:left;
	width:50px;
}
.topTxt .proftxtWrap dl dd{
	float:left;
	width:350px;
}

.topTxt .txtRight{
	text-align:right;
	padding:5px 0 0 0;
}