.bar{
	height:18px;
	width:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/bar/bar_p.png);
}

.contents{
	width:100%;
	height:940px;
	padding-top:30px;
	padding-bottom:10px;
	position:relative;
}

.frame{
	position:absolute;
	left:170px;
	width:580px;
	height:900px;
	background-color: #000000;
}

.profile{
	width:100%;
	height:320px;
	background-color:#000000;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/profile/logo.jpg);
}

.profileimage{
	width:450px;
	height:300px;
	float:center;
	margin-left:10px;
	margin-top:10px;
	background-color:#FFFFFF;
}

.profiledetail{
	text-align:center;
	font-size:14px;
}

.research{
	margin-top:30px;
	margin-bottom:50px;
	padding-left:30px;
	width:550px;
	height:180px;
}

.research1{
	padding-left:320px;
	height:100%;
	background-repeat:no-repeat;
	background-image:url(../img/profile/img4.jpg);
}

.research2{
	padding-right:320px;
	height:100%;
	background-repeat:no-repeat;
	background-position:right;
	background-image:url(../img/profile/img1.jpg);
}

.report{
	text-align:left;
	color:#cccccc;
	font-size:12px;
	line-height:150%;
}

.catchcopy{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:150px;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url(../img/profile/catchcopy.png);
}