@charset "UTF-8";

#detail .detail .body table
{
	width: 100%;
}

#profile th
{
	width: 110px;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 5px;
}

#profile td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #CCCCCC;
}

#history th
{
	width: 60px;
	text-align: center;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 0px 5px;
}

#history td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #CCCCCC;
}

#history ul li
{
	padding: 0.75ex 0 0.75ex 0;
}

#books th
{
	width: 120px;
	font-weight: normal;
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 5px;
}

#books td
{
	padding: 0.5ex 5px;
	border-bottom: 1px dashed #CCCCCC;
}

dl.book dt
{
	font-weight: bold;
}

dl.book dd
{
	padding-left: 1ex;
}