main h1 {
	color: #FFFFFF;
	margin: -30px -30px 30px -30px;
	background-image: url(../images/title.png);
	padding-left: 30px;
	height: 100px;
	line-height: 100px;
	letter-spacing: 0.3em;
	font-size: 30px;
	text-shadow: 2px 2px 1px #000000;
}
.club {
	padding: 10px 14px;
	border-radius: 5px;
	border: 3px solid #00BE6F;
	width: 266px;
	min-height: 220px;
	float: left;
	margin-right:20px;
	margin-bottom:20px;
}
.club:nth-child(even) {
	margin-right:0;
}
#clubBox {
	display: table;
	margin-bottom:-20px;
}
.club dt {
	color: #00BE6F;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	border-bottom: 1px dotted #9F9F9F;
	padding-bottom: 8px;
	margin-bottom: 6px;
}
#association h3{
	color: #2F6A82;
	font-size: 18px;
	background-image: url(../../common/images/headline3_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	line-height: 1;
	padding-top: 4px;
	margin-bottom: 5px;
}
#association li {
	border-bottom: 1px dotted #D1D1D1;
	padding: 15px 20px;
}
#association li:nth-child(odd) {
	background-color: #FAFAFA;
}
#association li:nth-child(even) {
	background-color: #ECF6F9;
}
