#wrapper_detail {
	margin: 0 auto;
	width: 784px;
	padding: 0px;
}
#contents_detail {
	margin-top: 0px;
	width: 754px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
h1_detail {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
	display: block;
	background-color: #4B4B4B;
}
#view_detail {
	clear: both;
	border: 1px solid #999999;
	padding: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#info_detail {
	margin-bottom: 20px;
}
#info_detail li{
	float: left;
	width:239px;
	margin-right: 5px;
	margin-left: 5px;
	list-style: none;
}
#info_detail li table,#info_detail li table th,#info_detail li table td{
	border-collapse:collapse;
	border: 1px solid #666666;
	table-layout:fixed;
}
#info_detail table {
	margin-top: 5px;
}

#info_detail li table th{
	background: #E9EBF5;
	font-weight: normal;
}
#info_detail li table th,#info_detail li table td{
padding:3px;}
#dl_detail {
	clear: both;
	background: #ECEBED;
	padding: 10px 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}
