@charset "utf-8";
@import url("common.css");


#links{
	margin:10px 30px 0;
	width:800px;
}
#links dt{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 0 0;
}
#links dd{
	font-size:12px;
	text-indent:2em;
	border-bottom:1px dotted #ccc;
	padding:0 0 10px 0;
}


#links dt a{
	background:url(../images/fee/marker_1.jpg) no-repeat 0 1px;
	padding:0 0 0 20px;
	margin:0 10px 0 0;
	font-weight:bold;
	color:#333;
}
