@charset "utf-8";
@import url("common.css");

h3{
	margin:20px 0 0 0;
}

#comment {
margin-top:30px;
}

.person{
	width:430px;
	border:1px solid #CCC;
	-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	padding:10px;
	margin:10px 0 0 0;
}
.person .left{
	width:175px;
}
.person .right{
	width:220px;
}
.name{
	color:#fe5e00;
	font-weight:bold;
}
.table_of_profile{
	margin:10px 0 0 0;
}
.table_of_profile th{
	width:7em;
	padding:3px 2px;
	color:#fe5e00;
	font-weight:bold;
	font-size:12px;
	vertical-align:top;
}
.table_of_profile td{
	padding:3px 2px;
	font-size:12px;
}
.caption{
	margin:20px 0 0 0;
}
.profole_comment{
	margin:10px 0 0 0;
}
