@charset "utf-8";
/* CSS Document */

.clubSearch{
	background-image:url(../images/club_search_area.jpg);
	width:559px;
	height:88px;
}

.clubLogin{
	background-image:url(../images/club_login_bg.jpg);
	width:237px;
	min-height:191px;
}
.clubContent {
	background-image:url(../images/club_content_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding:10px;
	line-height:20px;
}
#memberClubUL{
	margin-top:0px;
	list-style-image:url(../images/member_account_bullet.gif);
	color:#2e5385;
	font-weight:bold;
	margin-left:0px;
	padding-left:40px;
}
#memberClubUL li{
	height:20px;
}
#memberClubUL a{
	text-decoration:none;
	color:#2e5385;
}
#memberClubUL a:hover{
	text-decoration:underline;
}