@charset "utf-8";
/* 2013-5-17 鮎大会用CSS */

/* 本文 */
#article {
	float: none;
	width: 790px;
	padding: 0 0 0 210px;
	margin: 0 0 30px;
	background:url(../image/bgAside.png) repeat-y;
}
#article h1 {
	margin-bottom: 10px;
}
#article h2 {
	margin-bottom: 20px;	
}
#article .pdfBtn {
	margin-bottom: 20px;
	text-align: center;
}
#article table {
	border: 2px solid #ccc;
	border-collapse: collapse;
	background: url(../image/ayu/bg_tbl.png) no-repeat 50% 58px;
}
#article table th {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ccc;
}
#article table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}