ul.messageUl{
	margin:5px 0 0 0;
}

ul.messageUl li{
	list-style:circle;
	color:#CC0000;
	margin:0 0 0 15px;
}

.profileImg{
	width:202px;
	float:left;
}

.profileHistory{
	width:375px;
	float:right;
}

table.profile{
	width:375px;
}

table.profile th{
	padding:8px 10px 5px 0;
	width:80px;
	white-space:nowrap;
	border-bottom:1px dotted #CCCCCC;
}

table.profile td{
	padding:8px 0 5px 10px;
	background:url(../img/square_orange.jpg) 0 13px no-repeat;
	border-bottom:1px dotted #CCCCCC;
}

.historyBox{
	width:375px;
	background:url(img/time_back.jpg) no-repeat;
	border-bottom:1px solid #CCCCCC;
}

.historyBox dl{
	width:362px;
	margin:0 auto;
	padding:10px 0 5px 0;
}

.historyBox dl dt{
	font-size:130%;
	font-weight:bold;
	border-bottom:1px dotted #666666;
}

.historyBox dl dd{
	margin:5px 0 0 0;
}