/* -------------ブロックの設定-------------*/
#cscnts {
	display: block;
	clear: both;
}
#cscnts .csblock {
	display: block;
	border-bottom: solid 1px #BA5400;
}
#cscnts a:active { color: #FF0000}
#cscnts a:link {
	padding: 5px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#cscnts a:visited {
	padding: 5px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#cscnts a:hover {
	background-color: #FFFF99;
}
#cscnts .csimglist {
	float: left;
	width: 120px;
	margin-bottom: 3px;
	margin-right: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}