@charset "UTF-8";
#main dl.linklist_indent{
	border-bottom:1px dotted #ccc;
	background:#fff;
	margin:0 15px;
}

#main dl.linklist_indent dt{
	width:140px;
	clear:both;
	float:left;
	text-align:center;
	border-left:1px dotted #ccc;
}

#main dl.linklist_indent dt,
#main dl.linklist_indent dd{
	height:28px;
	border-top:1px dotted #ccc;
	padding:10px 0;
	line-height:2;
}

#main dl.linklist_indent dd{
	margin-left:140px;
	padding-left:20px;
	background:#FEFFF1;
	border-left:1px dotted #ccc;
}

#main dl.linklist_indent dd a{
	background:url(../common/img/icon_external.gif) no-repeat right center;
	padding-right:20px;
}
