
#sp_main {
	width: 756px;
	font-weight: normal;
}

#sp_list {
	float: left;
	width: 244px;
}

#sp_list .sp_list_item {
	padding-bottom: 1px;
}

#sp_list .sp_list_item h2 {
	padding: 4px 8px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	background: #ddd url('images/fade.png') repeat-x;
	border: 1px solid #c8c8c8;
	cursor: pointer;
}

#sp_list .sp_list_item h2 span {
	display: block;
	font-size: 10px;
	line-height: 12px;
}

#sp_list .sp_list_content {
	display: none;
	padding: 4px 8px;
}

#sp_map {
	float: right;
	width: 500px;
	height: 500px;
	border: 1px solid #c8c8c8;
}

.sp_clear {
	clear: both;
}

