
	/** 
	* ¾Æ¸®¾Æ ¶óÀÌºêµ¶½º(ARIA LIVEDOCS)
	* ÆÄÀÏ¸í : index.html
	* ÀÛ¼ºÀÚ : Jowrney Kim(jowrney@jowrney.com)
	*/	
	
	/** ±âº» **/			
	HTML, BODY 		{ height:100% }			
	*{margin:0; padding:0;} 

	/** 
	* ·¹ÀÌ¾Æ¿ô Á¤ÀÇ 
	* °¨½Î´Â °³Ã¼´Â LAYOUTÀ¸·Î Á¤ÀÇ
	*/			
	#LAYOUT_WRAP		{width:100%; min-width:800px}
	#LAYOUT_HEADER		{width:100%;} 
	#LAYOUT_FOOTER		{width:100%;} 			
	.L_CONTENT			{width:100%; } 			
	
	.BREAKER{ 
		display:block; float:none; clear:both; 
		height:0; width:100%; font-size:0 !important; line-height:0 !important; 
		overflow:hidden; margin:0 !important; padding:0 !important;
	} 
	
	/** 
	* ·¹ÀÌ¾Æ¿ô ½ºÅ¸ÀÏ 
	* ½Ç ÀÛ¾÷½Ã¿¡´Â ÀÔ¸À¿¡ ¸Â°Ô º¯°æ.
	*/						
	
	
	#LAYOUT_HEADER {background:url('../_images/topBg.gif') repeat-x; height:68px}
	.topLogo		{float:left; width:130px; line-height:32px; margin-left:10px; font-weight:bold; color:#4598d2;}
	.topTab UL 	{margin-top:0px; padding-top:6px}
	.topTab LI 	{float:left; background:url('../_images/topTab.gif') no-repeat; color:#FFF; width:110px; height:29px; text-align:center; line-height:29px}		
	.topTab LI A {color:#CCC; display:block; font-weight:bold}
	.topTab LI A:hover {color:#FFF}
	.topTab LI.on 	{background-position:0px -29px;}
	.topTab LI.on A {color:#FFF}
	.topLogon 	{float:right; margin-right:10px; height:32px}
	.topLogon SPAN	{margin:3px}
	.topLogon .logName {font-weight:bold; padding-left:20px; background:url('../_images/topLogIcon.gif') no-repeat;}
	
	.topTitle { height:29px; font-weight:bold; line-height:29px;}
	.topTitle SPAN {background:url('../_images/titleIcon.gif') no-repeat; padding-left:20px; margin-left:10px}
	
	#LAYOUT_CONTENT {background:url('../_images/pageBg.gif') repeat-x; padding-left:200px; _width /**/:100%;}
	
	.L_LEFT			{width:200px; float:left; margin-right:-200px; position:relative; left:-200px;} 					
	.L_LEFT UL { line-height:28px; padding:0px 10px}
	.L_LEFT LI { border-bottom:1px solid #bfbfbf}
	
	.L_LEFT LI A { display:block; text-indent:15px; }
	.L_LEFT LI A:hover { background:#bfbfbf; color:#FFF}		
	.L_LEFT LI.title { font-weight:bold; text-indent:15px; background:#2785c8; color:#FFF; border-bottom:0px }
	
	.L_LEFT LI.on A {background:#EAEAEA; color:#2785c8; height:100%}
	
	.L_CONTENT	{width:100%; float:left; height:100%;} 			
	.L_CONTENT .contentsBox {background:#FFF;border:1px solid #bfbfbf; margin-right:10px; height:100%}
	.L_CONTENT .contentsTitle {line-height:28px; border-bottom:1px solid #bfbfbf; font-weight:bold; padding-left:10px; font-size:14px; background:#f3f3f3}
	.L_CONTENT .contents {padding:15px}