/* CSS Document */@charset "utf-8";

.profile_box{
	width:537px;
	height:auto;
	float:left;
	margin-top:2px;
	padding:10px;
	padding-top:0;	
}


.profile{
	width:560px;
	height:auto;
	float:left;
}

.profile h3{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-align:left;
	padding:10px 0 10px 0;
}

.profile table{
	width:560px;
	height:auto;
}

.profile th{
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	background:#009D8E;
	color:#FFFFFF;
}

.profile td{
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	font-size:12px;
	line-height:16px;
	vertical-align:top;
	background:#E8E0E2;
}

.txt_b{
	white-space:nowrap;
	text-align:center;
}

.txt_mt20{
	margin-top:20px;
	display:block;
}