

/*DJプロフィール*/
#dj_photo {
	float: right;
}
#dj_profile {
	float: left;
	width: 350px;
}
h3 {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
}
#dj_box #tit {
	background-color: #ca010a;
	background-image: url(../../tops/dj/img/tit_program.gif);
	background-repeat: no-repeat;
	background-position: 8px 5px;
	height: 25px;
	width: 350px;
}
#program {
	border: 1px solid #ca010a;
	width: 328px;
	padding: 10px;
}
#program ul {
	list-style-type: none;
}
#dj_table {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 350px;
}
#dj_table th {
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	width: 120px;
}
#dj_table td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
}
