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

h3{
	margin:20px 0 0 0;
}
#btn_to_blog{
	position:relative;
	top:-43px;
	left:290px;
}
#profile{
	margin:20px 0 0 0;
	border:1px solid #CCC;
	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
	padding:10px;
}
#list_of_bio,
#list_of_others{
	width:420px;
}
#list_of_bio th{
	color:#fe5e00;
	width:6em;
	vertical-align:top;
	padding:2px 3px;
}
#list_of_others{
	position:relative;
	top:-20px;
}

#list_of_others th{
	color:#fe5e00;
	width:10em;
	vertical-align:top;
	padding:2px 3px;
}
#list_of_bio td,
#list_of_others td{
	padding:2px 3px;
}
#greeting{
	width:500px;
}
#greeting p{
	margin:1em 0 0 0;
}

h4{
	margin:20px 0 10px 0;
}

