.attend{
	width:960px;
	overflow:hidden;
}
.attend dt{
	width:150px;
	padding-left:10px;
	float:left;
	font-weight:bold;
	text-align:left;
}
.attend dd{
	margin-bottom:10px;
	padding: 0 10px 10px 170px;
	border-bottom:1px dashed #ccc;
	text-align:left;
}

.attend a.txtlink {/*リンクされた文字*/
    color:#0000ff !important;
}
.attend a:hover.txtlink{/*マウスをのせたとき*/
	color:#6666FF !important;
}
.attend a:active.txtlink {/*クリック中*/
	color:#6666FF !important;
}