/* -------------------- base ---------------------- */
/* 링크 */
a, a:link {
	color:#4f4f4f;
	text-decoration:none;
} 
a:visited {
	color:#4f4f4f;
	text-decoration:none;
}
a:hover {
	color:#4f4f4f;
	text-decoration:none;
}
a:focus {
	color:#4f4f4f;
	text-decoration:none;
}
a:active {
	color:#4f4f4f;
	text-decoration:none;
}


/* 이미지, 폼관련 요소 */
img {
	vertical-align:top;
}
label, select, input, textarea {
	vertical-align:middle;
}


/* body 스타일 */
body {
	background:#f7f7f7 url(../../images/body_bg.jpg) no-repeat 50% 0;
	color:#333;
	font-size:85%; line-height:1.2; font-family:"돋움", Dotum, "굴림", Gulim, Verdana, AppleGothic, sans-serif;
	}

/* 숨김 요소 */
.legend {
	position:absolute;
	overflow:hidden;	
	width:1px; height:1px;
	font-size:0; line-height:0;
}



/* -------------------- wrap ---------------------- */
#wrap {
	margin:0 auto;
	max-width:1000px
	}



/* -------------------- head ---------------------- */
#head {
	height:37px;
	}


/* -------------------- foot ---------------------- */
#foot {
	clear:both;
	padding:10px 0 0 0;
	height:37px;
	text-align:center;	
	border-top:1px solid #AAA;
	}

.footBtn {	
	padding:10px 0 0 0;
	}
.footBtn a {
	border:1px solid #BBB;
	background:#EEE;
	padding:5px;
	font-family:'돋움',dotum; color:#444; font-size:0.9em;
	margin-right:15px; margin-left:15px;
	}

address {
	padding:1px 0 5px 0;
	text-align:center; font-style:normal; font-size:0.9em;
	margin-top:15px;
	}