@charset "utf-8";
/* CSS Document */

.join_detail{
	display:none;
	overflow:hidden;
	width:650px;
	line-height:180%;
}
#hidden_li{
	min-height:600px;
	_height:600px;
}
#hidden_li li{
	height:auto;
}
.join_title{
	font-weight:bold;
	color:#333;
}

.join_tb{
	width:650px;
	text-align:center;
	height:80px;
	border-collapse:collapse;

}
.join_tb td{
    text-align:center;
	width:250px;
	padding:1px;
	border:#666 1px solid;
}
.tb_title{
	background-color:#eee;
}
.join_tb .tb_title{
	width:60px;
}

