@charset "utf-8";
/* CSS Document */

/*ページタイトル*/
h1{
	
}
/*ページサブタイトル*/
h2{
	font-size:14px;
	font-weight:bold;
	line-height:40px;
	color:#740000;
	border-bottom: dashed 1px #740000;
	padding-bottom:5px;
}

.profile_wrapper{
	width:567px;	
}

.profile_personal{
	margin-left:10px;
	width:548px;
	background: url(images/bg_profile.jpg) top left no-repeat #F7F7F7;
}

.profile_detail{
	margin:10px;
	width:528px;
}

dl.detail {

}

dl.detail dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 100px;
	border-left: solid 8px #CCC;
	padding-left: 5px;
	color: #000;
}
dl.detail dd {
	  margin-bottom: 0.8em;
	  margin-left: 7.5em;
}



