﻿@charset "utf-8";

/*-----profile text setting-----*/


.my_prof{
	position:relative;
	width:740px;
	min-height:550px;
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin:auto;
	padding:0px;
}

.my_photo{
position:absolute;
margin:20px 0px 0px 5px;
width:130px;
height:160px;
border:dotted 1px;
background-color:#ffffff;
text-align:center;
}

.prof_txt{
	position:absolute;
	margin:30px 0px 0px 150px;
	width:580px;
	font-size:14px;
	color:#333333;
	font-weight:normal;
	line-height:20px;
}

