/* µ¿¾Æ¸® ½ÃÀÛ */
#clubList , #clubView {
	float:left;
	width:100%;
	}
#clubList .clubListContent {
	float:left;
	position:relative;
	width:285px;
	height:80px;
	margin:0 5px 5px 0;
	padding:10px;
	border:1px solid #e0e9d5;
	}
#clubList .clubListContent img {
	float:left;
	width:80px;
	height:80px;
	}
#clubList .clubListContent dl {
	display:inline;
	float:left;
	width:285px;
	margin-left:10px;
	color:#4d4d4d;
	}
	#clubList .clubListContent dl dt {
		font-weight:bold;
		margin-bottom:8px;
		border-bottom:1px solid #d2d2d2; 
		}
	#clubList .clubListContent dl dd{
		overflow:hidden;
		height:50px;
		color:#6f8658;
		line-height:130%;
		}
#clubList .clubListContent .moreBtn {
	position:absolute;
	top:8px; 
	right:14px;
	padding-left:5px;
	font-size:0.92em;
	font-family:arial;
	background: url(../images/moreBtnBg.gif) no-repeat left 5px;
	}

/* µ¿¾Æ¸®º¸±â*/
#club .objTop, #notice .objTop {
	float:left;
	width:620px;
	height:42px;
	margin-bottom:10px;
	background: url(../images/club/clubBg.gif) repeat-x left 36px;
	}
	#club h5 , #notice h5 {
		display:block;
		float:left;
		height:42px;
		padding:12px 0 0 50px;
		color:#4d4d4d;
		font-size:14px;
		}
	 #club h5.title {
		background: url(../images/club/clubTopBg.png) no-repeat left top;
		}
	 #notice h5.title {
		background: url(../images/club/noticeTopBg.png) no-repeat left top;
		}
	#club .tabMenu {
		overflow:hidden;
		float:right;
		padding-top:10px;
		height:26px;
		background: url(../images/club/tabMenuBg.gif) repeat-x left 42px;
		}
	#club .tabMenu li {
		display: inline;
		float:left; 
		margin-right: 1px; 
		background: url(../images/club/tabMenurightBg.gif) no-repeat right top; 
		}
	#club .tabMenu li a {
		float:left;
		height:17px; 
		padding:9px 15px 0 15px;
		line-height: 14px; 
		color: #4d4d4d; 
		text-decoration: none;
		background: url(../images/club/tabMenuleftBg.gif) no-repeat left top; 
		}
	#club .tabMenu li a:hover {
		color: #000;
		}
	#club .tabMenu li.selected {
		background-position: right -26px;
		}
	#club .tabMenu li.selected a {
		font-weight: bold;
		color: #5a49c5;
		letter-spacing:-1px;
		background-position:left -26px;
		}
#club .objContent , #notice .objContent {
	float:left;
	width:610px;
	margin-bottom:25px;
	}
	#club .goSelectForm {
		float:right;
		width:120px;
		margin-bottom:5px;
		}
	#club .clubContent , #notice .noticeContent {
		float:left;
		width:600px;
		margin::0 auto;
		color: #5a49c5;
		padding-left:10px;
		}
	.boxRt { 
		float:left;
		background:url(../images/club/clubViewRight.gif) right top no-repeat;
		}
	.boxLt { 
		float:left;
		padding-top:25px;
		background:url(../images/club/clubViewLeft.gif) left top no-repeat;
		}
	.boxLb { 
		float:left;
		padding-left:25px;
		background:url(../images/club/clubViewLeft.gif) left bottom no-repeat; 
		}
	.boxRb {
		float:left;
		padding:0 25px 25px 0;
		background:url(../images/club/clubViewRight.gif) right bottom no-repeat;
		}
	#club .clubContent {
		float:left;
		}
	#club .clubContent .clubimg {
		
		float:left;
		width:164px;
		height:164px;
		margin-right:15px;
		padding:3px;
		text-align:center;
		border:1px solid #dedede;
		}
	#club .clubContent dl {
		float:left;
		width:350px;
		color:#4d4d4d;
		}
		#club .clubContent dl dt {
			float:left;
			margin-right:3px;
			font-weight:bold;
			color:#414141;
			line-height:180%;
			}
		#club .clubContent dl dt.title {
			width:100%;
			font-weight:bold;
			float:left;
			color:#414141;
			margin-right:3px;
			}
		#club .clubContent dl dd {
			width:100%;
			font-weight:normal;
			color:#6f8658;
			line-height:120%;
			}
	#notice .noticeContent ul{
			float:left;
			width:538px;
			}
	#notice .noticeContent ul li{
			float:left;
			width:538px;
			line-height:180%;
			}
		#notice .noticeContent ul li .title {
			display:inline;
			overflow:hidden;
			float:left;
			width:380px;
			margin-right:5px;
			white-space:nowrap;
			text-overflow:ellipsis;
			}
		#notice .noticeContent ul li .newIco{
			display:inline;
			float:left;
			margin-right:5px;
			padding-top:4px;
			}
		#notice .noticeContent ul li .date {
			display:inline;
			float:right;
			font-family:verdana;
			color:#666;
			}
/* µ¿¾Æ¸® ³¡ */