@charset "utf-8";
/* CSS Document */

#contents_l {
	float: left;
	width: 170px;
}
#contents_r {
	float: right;
	width: 610px;
}
.side_title {
	height: 57px;
	width: 170px;
}
.hed_img {
	background: url(../images/category/joining_club/hed_img.jpg) no-repeat;
	height: 150px;
	width: 610px;
	margin-bottom: 20px;
}
.br_title {
	background: url(../images/category/club_introduction/bgtitle_img01.gif) no-repeat;
	height: 25px;
	width: 610px;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 5px;
}
#contents_r table {
	border-left: 1px solid #999999;
	margin-bottom: 10px;
	border-top: 1px solid #999999;
}
#contents_r table th {
	background: #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 50px;
}
#contents_r table td {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
	padding-left: 5px;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.btn_member_wanted a {
	background: url(../images/category/joining_club/btn_member_wanted.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 200px;
}

.btn_member_wanted a:hover {
	background: url(../images/category/joining_club/btn_member_wanted.gif) no-repeat 0 -60px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 200px;
}
.btn_investigation a {
	background: url(../images/category/joining_club/btn_investigation.gif) no-repeat 0 0;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 200px;
}

.btn_investigation a:hover {
	background: url(../images/category/joining_club/btn_investigation.gif) no-repeat 0 -60px;
	text-indent: -9999px;
	display: block;
	height: 60px;
	width: 200px;
}

.btn_download {
	width: 430px;
	margin-right: auto;
	margin-left: auto;
	height: 60px;
	margin-bottom: 20px;
}
.btn_member_wanted {
	float: left;
	height: 60px;
	width: 200px;
}
.btn_investigation {
	float: right;
	height: 60px;
	width: 200px;
}

