/*------전체 스타일 구성------------------- */
* { 
    margin:0; 
    padding:0; 
} 
ul,li {
	list-style:none;
}
img {
	border:0px;
}	
a {
	selector-dummy: expression(this.hideFocus=true);
}
a,img {
	selector-dummy: expression(this.hideFocus=true);
}
a,img,input {
	selector-dummy: expression(this.hideFocus=true);
}
body {
	margin:0px; 
}
/*------레이아웃 구성------------------- */
#total {
 width:1100px;
 margin:0px;
 padding:0px;
}
#header {
	float:left;
 	margin:0px;
}
#header a:link {
	text-decoration:none;
	color:gray;
	font-size:12px;
}
#header a:visited {
	text-decoration:none;
	color:gray;
	font-size:12px;
}
#header a:hover {
	text-decoration:underline;
	color:#ff7000;
	font-size:12px;
}
#header a:active {
	text-decoration:none;
	color:gray;
	font-size:12px;
}

#left {
	float:left;
	margin:0px;
	padding:0px;
}
#main {
	float:left;
}
#sub {
	float:left;
}
#footer {
	float:left;
	height:100;
}

.style5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10
	
}
.style1 {
	font-family: "돋움";
	font-size: 12px;
	color: #666666;
	line-height: 11pt;	
	}
.style2 {
	font-family: "돋움";
	font-size: 12px;
	color: #666666;
	line-height: 15pt;	
	
	}
.style3 {
	font-family: "돋움";
	font-size: 12px;
	color: #666666;
	line-height: 15pt;	
	}
.style15 {
	font-family: "돋움";
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	line-height: 15pt;	
	}
body {
	text-align:center;
}


.navi {
	width:600px;
	text-align:center;
	border-top:1px dotted #cdcdcd;
	padding:6px 0px 6px 0px;
	margin:10px 0px 0px 10px;
}

.nDirect {
	padding:0px 7px;
	color:#a8a8a8;
	text-decoration:none;
	font-size:11px;
}
.nDirect1 {
	padding:0px 7px;
	text-decoration:none;
	font-size:12px;
}

#P_title {
    padding-left:13px;
	color: #5095da;
	font-size:11px;
	font-family: "Arial";
	font-weight:bold;
	font-variant:normal;
	
	}
#P_contents {
    padding-left:13px;
	color: #797979;
	font-size:11px;
	font-family: "Arial";
	
	}
	
	



