@charset "utf-8";
BODY
{
   
	max-width:980px; margin:0 auto !important;
   
   scrollbar-face-color: #F2F2F2;
   scrollbar-shadow-color: #999999;
   scrollbar-highlight-color: #999999;
   scrollbar-3dlight-color: #FFFFFF;
   scrollbar-darkshadow-color: #FFFFFF;
   scrollbar-track-color: #F2F2F2;
   scrollbar-arrow-color: #999999
}


/* 본문 */
td {font-family:돋움; font-size: 12px; color: #636363; line-height:18px;}

/*각종링크*/


A:link {color: #636363; text-decoration:none}
A:visited {color: #636363; text-decoration:none}
A:active {color: #636363; text-decoration:none}
A:hover {color: #000000; text-decoration:none}

A.left:link {color: #ffffff; text-decoration:none}
A.left:visited {color: #ffffff; text-decoration:none}
A.left:active {color: #ffffff; text-decoration:none}
A.left:hover {color: #FAFF6E; text-decoration:none}

A.Q:link {color: #A87C43; text-decoration:none}
A.Q:visited {color: #A87C43; text-decoration:none}
A.Q:active {color: #A87C43; text-decoration:none}
A.Q:hover {color: #FEA21B; text-decoration:none}




/*백그라운드 반복*/
.repeatB {
	background-repeat: no-repeat;
}

.reapeatBx {
	background-repeat: repeat-x;
}


/*폰트크기종류*/
.smallFont {
	font-size: 11px;
}

.largeFont {
	font-size: 15px;
}


.midFont {

	font-size: 13px;
}



.smallNLine {
	font-size: 11px;
	line-height: 13px;
}



/*폰트색상종류*/

.yellowFont {
	font-size: 11px;
	color : #FFFB44
}



/*텍스트박스 스타일*/
.searchBox {
	border: 1px solid E2E2E2;
	height: 18px;
	font-size: 11px;
	background-color: E2E2E2;

}

.memberBox {
	border: 1px solid E2E2E2;
	height: 16px;
	font-color : #636363;
	font-size: 11px;
	


}

#photoLine { 
	border: 1px solid #E8E8E8;
}

#contPadding {
	padding:0 8px 0 0;
}


