@import url("/css/common/layout.css");	/*·¹ÀÌ¾Æ¿ô ÀüÃ¼±¸Á¶ ½ºÅ¸ÀÏÀÔ´Ï´Ù*/
@import url("/css/common/header.css");	/*¸ÞÀÎ°ú ¼­ºêÆäÀÌÁö °øÅëÅ¾ºÎºÐ ½ºÅ¸ÀÏÀÔ´Ï´Ù*/
@import url("/css/common/footer.css");	/*ÇÏ´Ü Ä«ÇÇ¶óÀÌÆ® ½ºÅ¸ÀÏÀÔ´Ï´Ù*/
@import url("/css/common/quick.css");		/*¿ìÃø Äü¸Þ´º ½ºÅ¸ÀÏÀÔ´Ï´Ù*/
@import url("/css/common/contents.css");	/*¼­ºê °ø¿ëÄÁÅÙÃ÷ ½ºÅ¸ÀÏÀÔ´Ï´Ù*/


/* ¼û±è¿µ¿ª */
 .skip, caption  {
	position : absolute ;
	width : 1px ; 
	height : 1px ; 
	font-size : 0 ; 
	line-height : 0 ;
	overflow : hidden ; 
	visibility : hidden ;
	z-index:-1;
	text-indent:-1000em;  /*µé¿©¾²±â*/
	left:-1000px;
}



body{
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0em;
	font-family: "±¼¸²","±¼¸²Ã¼", "µ¸¿ò", "µ¸¿òÃ¼";
	color: #303030;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;

}

div, p, ul, li, img, a, table, td, tr, h1, h2, h3, h4, h5, h6, form, input, span, iframe {
	margin: 0px;
	padding: 0px;
	font-family: "±¼¸²","±¼¸²Ã¼", "µ¸¿ò", "µ¸¿òÃ¼";
}


.pop_table1{
	padding:0px;
	margin:0px;
    border: 0px ;
}

 .pop_td1
  {
	padding: 0px;
	border:0px; 
	}


table {
	margin: 0px;
	border-collapse:collapse;
	border:#cccccc 1px solid;	
}
 td {
	padding: 3px;
	font-size: 100%;
	border:1px #cccccc solid ;	
}
 th {
	background-color:#E0EAF5;
	padding:2px;
	border:1px #cccccc solid;
	color: #375A95;
	text-align:center;
}

fieldset {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6{
	line-height: 120%;

}

h1 { font-size: 200%; }
h2 { font-size: 180%; }
h3 { font-size: 160%; }
h4 { font-size: 110%;}
h5 { font-size: 100%;
      color: #489cc0;}
h6 { font-size: 90%; }

a{ 
	font-size: 100%;
	line-height: 137%;
}

a:link, a:visited, a:active {
	color: #ff6e00;
	text-decoration: none;
}

a:hover {
	color:ff9900;
	text-decoration: underline;
}

ul{
 font-size: 100%; 
}

li{	
	font-size: 100%; 
	line-height: 119%;
	}
	
  


dl, dt, dd{
	margin: 0px;
	padding: 0px;
}

p{
	line-height:200%;
	margin-bottom: 1.0em;
}

/*---------------------------
             Á¤·Ä 
---------------------------*/

.center {
text-align:center;
}
.justify {
text-align:justify;
}
.right {
text-align:right;
}

/*---------------------------
           ÆùÆ®°­Á¶ 
---------------------------*/
.bold{font-weight:bold;}
.wht{color:#ffffff;}
.red{color:#E30005;}
.blu{color:#003399;}
.grn{color:#34654D;}
.org{color:#EC8B33;}
.gra {color:#898989;}

.boldblu {color:#116DB4;font-weight:bold;}