@charset "utf-8";

#club-index{
	float: left;
	width: 620px;
	padding: 5px;
	margin: 5px;
}
/*
#club-index p{
	font-size: 13px;
	margin: 5px;
	width:100%;
	color:#333333;
}
#club-index ul{
	font-size: 13px;
	width: 100%;
}
#club-index ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 500px;
	line-height: 25px;
	margin-left:5px;
}
*/

#club-index p {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	font-size: 13px;
	width: 600px;
/*	line-height: 20px;*/
	margin-left:5px;
	padding:5px;
/*	
	padding-top:5px;
	padding-bottom:5px;
*/	
	display:block;
	
}

#club-index a:link{
	color:#336699;
	text-decoration: none;
}
#club-index a:visited{
	color:#336699;
	text-decoration: none;
}
#club-index a:hover{
	color: #FF6600;
}
#club-index a:active{
	color: #000000;
	text-decoration: none;
}


#club-detail{
	float: left;
	width: 620px;
	padding: 0px;
	margin: 5px;
}
#club-detail ul{
	font-size: 13px;
	float: left;
	padding: 5px;
	width: 620px;
}
#club-detail ul li{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	width: 500px;
	line-height: 25px;
}
#club-detail ul li span{
	padding-left: 10px;
}
#club-detail ul li a img{
	float: left;
	margin: 5px;
	border:1px solid #000000;
}

#club-detail span{
	color: #FF6600;
	line-height: 10px;
}

#club-gallery{
    float: left;
	width: 620px;
	padding: 5px;
}
#club-gallery ul{
	list-style-type: none;
}
#club-gallery ul li{
	float: left;
	margin: 5px;
}
#club-gallery ul li img{
	border: 1px solid #000000;
}

