@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	/* text-align: center;  IE 5* 브라우저에서 컨테이너를 가운데 배치합니다. 그런 다음 텍스트를 #container 선택기에서 기본값인 왼쪽 정렬로 설정합니다. */
	color: #333333;
	font-family: "돋움", Arial;
	font-size: 12px;
}
/*전체 태두리*/
#wrap {
	position: relative;
	width: 990px;
	/* 자동 여백(폭에 따라)은 페이지를 가운데로 정렬합니다. */
/* 	text-align: left; 텍스트 정렬을 무시하고 body 요소 가운데에 정렬합니다. */
}
/*상단 홈 링크*/
#topNavi {
	position: absolute;
	top:10px;
	right:45px;
	text-align:right;
	width: 500px;
	height: 11px;
	font-size: 11px;
	color:#888888;
}
/*상단 메뉴*/
#topMenu {
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 90px;
}

#topFlash {
	position: relative;
	width:100%;
	height:273px;
}
/*왼쪽 메뉴*/
#leftMenu {
	top:-32px;
	left:0px;
	float:left;
	position: relative;
	width:220px;
	margin-bottom:100px;
}
/*스크롤베너*/
#floating {
	position:absolute;
	z-index:2;
}
#right_sky{
	position:relative;
	top:400px;
	left:932px;
}
/*스크롤베너끝*/
/*제목부분*/
#contentsTopLine {
	background-image:url(../img/sub/contentsline.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:715px;
	height:23px;
	position: relative;
	margin:0px 20px 0px 0px;
	_margin: 0px 10px 0px 0px;
	float:right;
}
/*제목*/
#contentsTitle {
	width:40%;
	height:17px;
	float:left;
	position: relative;
}
/*제목옆 링크*/
#contentsNavi {
	text-align:right;
	width:55%;
	height:13px;
	float:right;
	position: relative;
	margin: 5px 3px 0px 0px;
	color:#666666;
}
/*내용*/
#contents {
	width:700px;
	position: relative;
	float:right;
	margin: 24px 25px 50px 0px;
	_margin: 24px 10px 50px 0px;
}

/*페이지제목*/
#smallTitle {
	position:relative;
	width:100%;
	height:23px;
	margin: 0px 0px 20px 0px;
}
#smallTitle > img {
	float:left;
}
#smallTitle > div {
	float:right;
}

#smallMu {
	position:absolute;
	width:100%;
	height:23px;
	margin: 0px 0px 20px 0px;
	text-align: right;
	z-index: 2;
}

/*하단*/
#tail {
	z-index: -2;
	width: 100%;
	height:90px;
	float: right;
	position:relative;
	text-align:left;
}

#tail > div {
	width:190px;
	height:85px;
	left:20px;
	top:-85px;
	position: absolute;
}
/* 상단링크 */
#topNavi a:link {
	color:#aaaaaa;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}
#topNavi a:visited{	
 	color: #aaaaaa;
	text-decoration:none;
	font-size: 11px;
	margin-bottom:10px;
	font-weight: bold;
}
#topNavi a:hover{	
 	color: #666666;
	text-decoration:none;
	font-size: 11px;
	margin-bottom:10px;
	font-weight: bold;
}
/* 제목옆 링크 */
#contentsNavi a:link {
	color:#666666;
	text-decoration:none;
	font-size: 12px;
}
#contentsNavi a:visited{	
 	color: #666666;
	text-decoration:none;
	font-size: 12px;
	margin-bottom:10px;
}
#contentsNavi a:hover{	
 	color: #fa5e00;
	text-decoration:none;
	font-size: 12px;
	margin-bottom:10px;
}