@charset "UTF-8";


@import "../css/base.css";

.url{
	margin-right: 5px;
}

#linlList{}

#linlList dl{
	margin-top: 20px;
}

#linlList dt{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E76F1E;
	padding-left: 10px;
}

#linlList dd{
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-image: url(img/li_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
}

