@charset "utf-8";
/* ===================================================================
 file name  :profile.css
 style info :プロフィールページスタイル
=================================================================== */


/*-----------------------------------------------
 Contents_profile
-----------------------------------------------*/

#main #profile {
	width:606px;
	background:#eeeeee;
}

#main #profile #photoarea {
	width:220px;
	margin:0 0 8px 14px;
	float:left;
}


#main #profile #textarea {
	line-height:1.8;
	width:343px;
	margin:0 14px 8px 0;
	float:right;
}

#main #profile #textarea p {
	border-bottom:1px #CCC dotted;
	padding-bottom:5px;
	margin-bottom:5px;
}

#main #profile #textarea p.name {
	font-size:110%;
}

#main #profile #textarea img {
	margin:5px 0;
}