@charset "utf-8";

#topimage{
	height:300px;
	margin-bottom:10px;
	background:#fff;
	border-radius:5px;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.1);
}
#paneRight .top_article{
	margin-bottom:20px;
	background:#fff;
	border:solid 1px #d5d5d5;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.1);
}
	#paneRight .top_article .q{
		overflow:hidden;
		*zoom:1;
	}
		#paneRight .top_article .q li{
			width:220px;
			float:left;
		}
		#paneRight .top_article .q li.center{
			margin:0 7px;
		}
			#paneRight .top_article .q li span{
				display:block;
				padding:10px 10px 15px;
				background:#fff;
				border:solid 1px #ccc;
				border-radius:0 0 3px 3px;
			}
			#paneRight .top_article .q li img{
				vertical-align:bottom;
			}

	#paneRight .top_article .c{
		padding:10px 10px 0;
		overflow:hidden;
	}
		#paneRight .top_article .c li{
			width:344px;
			float:left;
			margin-bottom:10px;
			background:#ccc;
		}
		#paneRight .top_article .c li.even{
			margin-left:10px;
		}

	#paneRight .top_article .r{
		padding:10px 10px 0;
	}
		#paneRight .top_article .r li{
			min-height:19px;
			padding:3px 0 10px 30px;
			margin-bottom:10px;
			background:url(../img/chk.gif) 0 -3px no-repeat;
			border-bottom:dashed 1px #ccc;
		}
		#paneRight .top_article .r li.last{
			border:none;
		}
