div.block ,div.block01{
	padding: 10px;
}
div.block p.title, div.block01 p.title   {
	color: #E6006D;
	text-decoration: none;
}
div.block p, div.block01 p   {
	padding-bottom: 5px;
}
div.block div.text {
	width: 330px;
	float: right;
}
#cts_center h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6006D;
}
#cts_center .date    {
	color: #999;
}
#profile {
	background-color: #f5f3e9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#profile table {
	width:100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#profile th {
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight:normal;
	white-space:nowrap;
	width:10%;
}
#profile td {
	padding-left:8px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

