#attendance_club  .header {
	border-bottom: solid 1px #EDEBEA;
	margin: 10px 0 0px;
	padding-bottom: 9px;
}

#attendance_club  .content {
	padding: 10px 0 0px;
}


#attendance_club table {
	margin: 10px 0;
	width: 100%;	padding: 0px;border: 1px solid #B0BDC4;
	border-collapse: collapse;
}

#attendance_club table td {
	border: 1px solid #B0BDC4;
	padding: 5px;
	text-align: center;
	color: #738896;
	font-weight: bold;
	width: 104px;
}

#attendance_club table th {
	color: white;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	background: url(../images/attendance_thead_bg.gif);
	height: 55px;
	min-width: 104px;
	border: 1px solid #445E6D;
}

#attendance_club table th p {
	padding: 5px;
	line-height: 1.5em;
}

#news_box {
	float: left;
	text-align: left;
	margin-top: 7px;
	border: solid 1px #EEEBEA;
}

ul#news {
	list-style-type:none;
	padding:0;
}

ul#news li {
	display: table;
	clear: left;
	margin: 5px 7px 10px;
}


ul#news li dl {
	list-style-type: none;
}

ul#news li dd {
	margin-right: -3px;
}

ul#news li dl dt {
	display:none;
}

ul#news li dl dd.name {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

ul#news li dl dd.name a {
	color: #5D7686;
}
ul#news li dl dd.name a:hover {
	text-decoration: none;
}
ul#news li dl dd.content {
	display: block;
	text-align: justify;
	color: #989898;
}