@charset "UTF-8";
/* CSS Document */

/* @personal dir */

@import	url("/profile/profile.css");

/* プロフィール */

div.tprofile table#members	{
	width:	90%;
	margin:	0px auto 24px;
}

div.tprofile table#members th	{
	text-align:	center;
	white-space:	nowrap;
	padding:	1px 2px;
	border-bottom:	dashed 1px #dedede;
}

div.tprofile table#members td	{
	text-align:	center;
	white-space:	nowrap;
	padding:	1px 2px;
}

div.tprofile p	{
	margin:	4px 12px 2px 32px;
}

