@charset "utf-8";
h2{
	font-size: 15px;
	font-weight:bold;
	margin-bottom:20px;
}
#detail{
	margin-bottom:300px;
	padding-top: 30px;
	margin-left:20px;
}
#detail ul{
	margin-bottom:70px;
}
ul#ownerslink li{
	background:url(img/cur.gif) no-repeat left bottom;
	height: 12px;
	padding-left:13px;
	margin-bottom:20px;
}
ul#relatedlink li{
	background:url(img/r_cur.gif) no-repeat left bottom;
	height: 12px;
	padding-left:13px;
	margin-left:20px;
	margin-bottom:20px;
}
th{
	font-size:13px;
	font-weight:bold;
	color:#24385f;
	background-color:#c5d5f4;
	width:150px;
	padding-right:5px;
	text-align:right;
}