/* ---------------------------------------------
 ボディー
--------------------------------------------- */
.body_user_profile
{
	text-align:center;
}

/* ---------------------------------------------
 利用者情報テーブル
--------------------------------------------- */
.tbl_user_profile
{
	margin: 0px 10px;
	table-layout:fixed;
	width:70%;
}

/* ---------------------------------------------
 利用者情報セル
--------------------------------------------- */
.td_user_profile
{
	padding:10px;
}

/* ---------------------------------------------
 タイトルセル
--------------------------------------------- */
.td_user_profile_title
{
	font-weight:bold;
	background-color: #ccffcc;
	text-align:right;
}

/* ---------------------------------------------
 データセル
--------------------------------------------- */
.td_user_profile_data
{
	background-color: #ffe5ff;
	text-align:left;
}