@charset "utf-8";

#main{
	width:800px;
	height:500px;
	background:url(../images/profile.jpg);
	position: relative;
}
#honbun{
	width:500px;
	height:300px;
	padding-top:120px;
	padding-left:80px;
}
h1{
	font-size:15px;
	}
p{
	font-size:10px;
}
h3{
    color:#dc143c;
	font-size:15px;
}
#retean{
    position: absolute;
	right: 30px;
	top: 20px;
}