@charset "utf-8";

/* =======================================
　　　　　　リンク集のページ

========================================== */

dl.link{
	margin:10px 0;
	border-top:dotted 1px #9AAC3D;

}

dl.link dt{
	float: left;
	width: 195px;
	padding: 20px 0;
	font-weight: bold;
	text-indent: 2.3em;
	background:#F7F6BB url(../../image/main/list1.jpg);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	border-bottom:dotted 1px #9AAC3D;
}


dl.link dd{
	padding: 20px 0 20px 205px;
	border-bottom:dotted 1px #9AAC3D;
}