@charset "utf-8";

/* ----- [1] config ----- */

dl#link_list dt{
	background:url("img/icon.gif") no-repeat 30px 0px;
	padding-left:70px;

}

dl#link_list dd{
	border-bottom:dashed 1px #16730a;
	padding-bottom:12px;
	padding-left:70px;
	margin-bottom:12px;
}

dl#link_list dt a{
	color:#666666;
}

dl#link_list dt a:hover{
	font-weight:bold;
}

dl#link_list dd a{
	color:#063;
}

dl#link_list dd a:hover{
	font-weight:bold;
	text-decoration:underline;
}


/* --- end --- */


