@charset "UTF-8";

/* LINK */

/*  ------------------------------*/

#linklist {
	width: 640px;
}
#linklist dt {
	display: block;
	width: 100%;
	margin-top: 20px;
	border-bottom: #CCC solid 1px;
}
#linklist dd {
	margin-left: 140px;
	padding: 5px;
	border-bottom: #CCC dotted 1px;
}



