@charset "utf-8";
/*===================================================

	club/
		new.htm

====================================================*/

/*----------------------------------------------------
	import
----------------------------------------------------*/
@import url("common.css");

/*----------------------------------------------------
	上書き
----------------------------------------------------*/
body {
	background-color: #3EB134;
}

/*----------------------------------------------------
	クラブ一覧
----------------------------------------------------*/
#main h1 {
	background: url(../img/main_hed_club.jpg);
	height: 55px;
	text-indent: -9999px;
}
#main #retrieval {
	background: url(../img/retrieval.gif);
	height: 50px;
	padding: 35px 0 0 10px;
	margin-bottom: 10px;
}
#main #retrieval strong {
	font-weight: bold;
	color: #063;
}
#main #retrieval td {
	vertical-align: top;
	padding-right: 20px;
}
#main #retrieval td input {
	margin: 0 5px;
}
#main #club_list {
	margin-top: 15px;
	width: 530px;
	float: left;
}
#main #club_list .list {
	color: #FFF;
	float: left;
	width: 740px;
	background: #2F9329;
	border: 1px solid #C8DD7C;
	line-height: 20px;
	padding: 5px;
	margin-bottom: 10px;
}
#main #club_list .list h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 35px;
	background: url(../img/club_name.gif) no-repeat;
	text-indent: 50px;
	border-bottom: 2px dotted #C8DD7C;
	margin-bottom: 5px;
}
#main #club_list .list h3 {
	background: #FFF;
	color: #2F9329;
	float: left;
	font-weight: bold;
	text-align: center;
	width: 100px;
	margin-right: 5px;
}
#main #club_list .list a.more-link {
	background-image: url(../img/club_link.gif);
	text-indent: -9999px;
	display: block;
	float: right;
	height: 37px;
	width: 100px;
	margin-top: -45px;
}
#main #club_list .list .photo {
	border: 1px solid #FFF;
	float: left;
	margin: 0 5px 5px 0;
}
#main #club_list .list .comment {
	color: #2F9329;
	background: #FFF;
	padding: 5px 10px;
	margin: 5px 0 0 165px;
}


#kumamoto,
#uki,
#kikuchi,
#kamoto,
#amakusa,
#yatsushiro,
#aso,
#kamimashiki,
#kuma,
#tamana {
	background: #FFF;
	color: #2F9329;
	float: left;
	font-weight: bold;
	margin-bottom: 5px;
	margin-right: 5px;
	text-align: center;
	width: 140px;
	border: 1px solid #2F9329;
}
#kumamoto.select,
#uki.select,
#kikuchi.select,
#kamoto.select,
#amakusa.select,
#yatsushiro.select,
#aso.select,
#kamimashiki.select,
#kuma.select,
#tamana.select {
	background: #2F9329;
	color: #FFF;
}

#sub #supporter {
	background: url(../img/club_supporter2.gif) no-repeat;
	margin-top: -10px;
	padding-top: 60px;
	float: right;
	width: 195px;
}
/*#sub #supporter ul {
	background: url(../img/club_supporter2.gif) no-repeat;
	padding-top: 60px;
	float: right;
	width: 195px;
}*/
#sub #supporter li {
	padding: 5px;
	border-bottom: 2px dotted #FFF;
}
#sub #supporter li a {
	color: #FF0;
	line-height: 1.5em;
}
