/* CSS Document */
html {
	overflow-y:hidden;
}
img {
	border:0;
}
* {
	margin:0;
	padding:0;
}
BODY{
	font-family: "", "Osaka|";
	font-size: 12px;
	color: #000000;
	background: #F4F0EA;
}

a:link{
	text-decoration:underline;
	font-size: 12px;
	color:#666666;
}
a:visited{
	text-decoration:underline;
	font-size: 12px;
	color:#999999;
}

a:hover {
	text-decoration:none;
	font-size: 12px;
	color:#C4AE8E;
}

BODY{
	font-family: "", "Osaka|";
	font-size: 12px;
	color: #000000;
	background: #F4F0EA;
}

#profile{
	text-align:center;
	margin: 25px auto 25px auto;
	width:500px;
	height:300px;
	background-image:url(images/nailist_pro_bg.jpg);
}


.profile_top{
width:400px;
height:30px;
margin:0;
padding:20px 0 10px 60px;
text-align:left;
color:#666666;
}

.profile_pic{
	width:140px;
	height:auto;
	margin:0;
	padding:0 0 0 40px;
	float:left;
	color:#666666;
}


.profile{
width:300px;
height:auto;
margin:0;
padding:10px 0 0 10px;
float:right;
color:#666666;

}

.profile_text{
width:260px;
height:auto;
border-bottom:1px solid #ccc;
margin:0 0 4px 0;
clear:left;
float:left;
text-align:left;
}

.profile_l{
width:50px;
float:left;
font-weight:bold;

}

.profile_r{
width:200px;
padding-left:8px;
float:left;
line-height:1.4;
}
